How can I upgrade SSIS packages created in SSIS 2014 so that they work in SSIS 2016?
I'm trying to invoke the packages using c# (Package.Execute). My packages have custom script tasks.
I've written redirects like...
<assemblyIdentity name="Microsoft.SqlServer.ManagedDTS" culture="neutral" />
<bindingRedirect oldVersion="10.0.0.0-13.0.0.0" newVersion="13.0.0.0"/>
But I still get the error To run a SSIS package outside of SQL Server Data Tools you must install of Integration Services or higher.