Claus on Code

A data dudes random musings about code, bugs, products, life etc.


Error: Could not get a list of SSIS packages from the project.

When I was working with a SSIS project at a customer, I got the following error.

Error: Could not get a list of SSIS packages from the project.

I had CreateDeploymentUtility=true.

That error description apparently indicate, that there is an error in the dtproj file.

The solution: Set CreateDeploymentUtility=false, and then build the project again. The you will get a specific error telling you what is wrong in the  dtproj file. Correct the error, and enable CreateDeploymentUtility again.



3 responses to “Error: Could not get a list of SSIS packages from the project.”

  1. what if you set the CreateDeploymentUtility = false and you dont get an error when you build?

  2. Then you have another problem, which I do not know the answer to 🙁

  3. This solution worked for me thanks.

Leave a Reply

Your email address will not be published. Required fields are marked *