Hi Team,
Currently we upgraded our SSIS packages from 2012 to 2017 version but some of the packages which has script component or script task has failed with below error message.
“ Description: CS0234 - The type or namespace name 'SSISScriptComponentEntryPointAttribute' does not exist in the namespace 'Microsoft.SqlServer.Dts.Pipeline' (are you missing an assembly reference?), main.cs, 10, 35”
“Description: CS0234 - The type or namespace name 'SSISScriptComponentEntryPointAttributeAttribute' does not exist in the namespace 'Microsoft.SqlServer.Dts.Pipeline' (are you missing an assembly reference?), main.cs, 10, 35”
We suspect that changing the Target framework to .Net framework to 4.5 inside the script component would fix the issue but we are unable to change it. When we changed manually, it is still reflecting the existing .NET framework 4 only after SAVE. Could anyone suggest how to change it or do we need to recreate Script component tasks manually again in the SSIS packages.
Many Thanks
Karthi