How to downgrade SSIS package created in VS 2015 t

2019-07-05 07:09发布

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:

enter image description here

Trying to make it work on version 2010 shown below:

enter image description here

Post making version change from 8 to 6:

enter image description here

1条回答
Explosion°爆炸
2楼-- · 2019-07-05 07:22

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).

查看更多
登录 后发表回答