SSIS Script Keeps Reverting To .Net Framework 4.5

后端 未结 2 1189
星月不相逢
星月不相逢 2020-12-21 03:55

I\'ve got the following issue: I\'ve got an SSIS package, in which I would need to use some features of the .Net Framework 4.6.

Whenever I set the Framework version

相关标签:
2条回答
  • 2020-12-21 04:30

    Approved answer will work for SQL Server 2016 and older versions.
    Starting with SQL Server 2017 framework version is based on SSIS project target server version:

    • SQL Server 2017 enforces .Net framework 4.5
    • SQL Server 2019 enforces .Net framework 4.7
    0 讨论(0)
  • 2020-12-21 04:34

    Saving changes in script tasks/components is a three step process: Build/Save/Ok.

    1.) In VSTA, change the .NET framework and then Build the solution.

    2.) Save the solution and close VSTA.

    3.) When you are back to the Script Transformation Editor, click OK. If you click cancel, all of your changes will be eliminated and you will have to redo everything.

    0 讨论(0)
提交回复
热议问题