Still looking for any help towards this? I can run the program in Visual Studio 2010 debug mode fine, receiving similar error:
Failed to deploy the project. Fix the problems and try again later.:Unable to create the type with the name 'SPCRED'.
Thoughts: does using EncryptSensitiveDataWithUserKey affect this in any way?
If I were to 'import' the package from the SQL Management Studio into the SSIDB folder rather than deploying FROM development machine in VS2010 to that server it ends up showing the Connection String as NULL. (So instead of giving a failed deployment, it comes over but just doesn't work and fails when attempting to run.) Is there a way to just create this connection string and user name / password manually from the targeted SQL server to bypass this error?
Thanks for any help!
Failed to deploy the project. Fix the problems and try again later.:Unable to create the type with the name 'SPCRED'.
Thoughts: does using EncryptSensitiveDataWithUserKey affect this in any way?
If I were to 'import' the package from the SQL Management Studio into the SSIDB folder rather than deploying FROM development machine in VS2010 to that server it ends up showing the Connection String as NULL. (So instead of giving a failed deployment, it comes over but just doesn't work and fails when attempting to run.) Is there a way to just create this connection string and user name / password manually from the targeted SQL server to bypass this error?
Thanks for any help!