SSIS: script task (vs15) not work when deploy on sql server 2014

This worked for me:

  1. Install SSDT-BI for Visual Studio 2013.
  2. Open your solution in Visual Studio 2015.
  3. Select your SSIS Project in the Solution Explorer.
  4. In the Project menu select Properties.
  5. In the Property Pages dialog select Configuration Properties -> General
  6. Under Deployment Target Version change the Target Server Version to “SQL Server 2014.”
  7. Clean and rebuild solution and redeploy.

Leave a Comment