I tried using "Microsoft.IntegrationServices" dll for deploying project programmatically. I have a file "Test.ispac" and this file is extracted from a project named "Sample" in Integration catalog. When I tried to invoke the "DeployProject" function given in the dll, with different project name say "Test123". I am receiving the error,
Failed to deploy the project. Fix the problems and try again later.:The specified project name, Test123, does not match the project name in the deployment file.
On the other hand, if i give the same name "Sample", then the deployment works perfectly fine. Please let me know if its by design or a bug,
SB