Prod servers have SQL 2014 and SSIS 2014 deployed. For one I will be using package deployment, for another db/ETL server will be using project deployment to SSIS catalog. If deploying directly from VS2015 to SSIS catalog in SQL 2014, I get “There was an exception while loading Script Task from XML: System.Exception: The Script Task ""Guid"" uses version 14.0 script that is not supported in this release of Integration Services.” when executing package from the catalog. I redid the script tasks in VS 2013 and deployment worked without an issue. Both VS 2015 and SSDT are updated to latest versions. Do I expect any issue deploying from the VS2015 or should I stay with VS2013. What is the recommended version for full compatibility with SQL 2014?
Thank you,