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
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:
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.