I'm hoping is this the right forum to ask this question.
Here's the scenario we have a c# WCF service that uses the DTS runtime to run SSIS packages for us. We have run into the scenario that a package has been started by the service and is running and then the c# service is stopped. As soon as the c# service is stopped the package stops running. We've looked through the c# code and nothing is telling the package to stop. We are using vs 2010 and the 3.5 .Net framework running with the SQL server 2008 r2 runtime. The service is a WCF service hosting is http. Is this expected functionality for the DTS runtime?
Thanks for any help.