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

后端 未结 3 1039
迷失自我
迷失自我 2020-12-11 06:09

The error:

There was an exception while loading Script Task from XML: System.Exception: The Script Task uses version 14.0 script that is not sup

3条回答
  •  -上瘾入骨i
    2020-12-11 06:45

    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.

提交回复
热议问题