In Visual Studio 2013 Shell, I have an SSIS package named BIR_ETL_RPT_StageCatalogPrice.dtsx. I have another package named 'RunAllStagePackages.dtsx' that contains an Execute Package Task. That task is configured to execute BIR_ETL_RPT_StageCatalogPrice.dtsx.
The 'Reference Type' in the execute package task is set to Project Reference. Both packages are in the same project, named bir-etl-rpt. This project was formerly named BIR.
In the 'Execute Package Task Editor', I have PackageNameFromProjectReference configured to BIR_ETL_RPT_StageCatalogPrice.dtsx.
When I execute 'RunAllStagePackages.dtsx' from the Execute Package Utility, I get the following error message:
'There is no project to reference'.
Why am I getting this message? It's just one package trying to execute another package.
Thank you for your help.