Fellow Techies,
We have multiple versions of visual studio (vs2012-vs2015) active in our environment. I recently upgraded my vss environment from vs2012 to vs2015 to develop a new wcf client for a remote host project.
When I was done with this project, I needed to access a vs2012 SSIS package with script tasks. While I was able to open the script task, I did notice that the version of vss was set to vs2015, or my latest installed product.
Is there a way to configure SSIS to pickup the vs2012 version of vss--or am I forced to do either 1) remove vss 2015 and the ssdt tools for it or 2) upgrade the ssis package to vs2015 ?
In my case, I would have to downgrade the development environment because we're not prepared to jump from mssql2012--> mssql2016.
Surely there must be a way to configure this. Please advise.