We have 2013 and 2015 versions of VS installed on the same machine. Application development wise there are no issues. However when it comes to SSIS apparently there is. 2015 SSIS tools only work with SQL 2016 VSTA wise. So I am forced to do my SSIS work
in 2013. The issues comes when I want to edit a script. It tries to Launch 2015 to edit the script, which fails of course, how do I fix it so it launches the proper version for script editing? And YES the Script Language is set properly.
Lee