How do I convert/downgrade a SSIS package (.dtsx file) that I created in VS 2015 to work with VS 2010? Is there a way I can force this action by changing the .sln settings in notepad? or maybe another work around. I have spent hours on creating packages in VS 2015 and the client is not able to upgrade to 2015 anymore. Any help/guidance is appreciated.
Update: Tried changing the connector to 10.1 - came back with this error:
Trying to make it work on version 2010 shown below:
Post making version change from 8 to 6:
In Visual Studio 2015, open your SSIS project (MyProject.dtproj). You can then go into the Properties Menu and within those menus there, you can specify the version of SQL Server this project should target (2012/2014/2016).