I have been using Managed DTS runtime assembly in VS2012 to control an SSIS package from a C# windows app for testing. Everything works fine.
I try to copy the code to run from a Console app (for production reasons ) and nothing works the SSIS package runs and executes with succes but nothing actually happens.
I had to reinstall VS2012 to fix another error and I am assuming I have missed something when I have reinstalled but cant see what it is
The original app still works after reinstalling VS but the new app does not connect to the SSIS package at all.
Can anybody point me in the right direction ?