How can I add a reference to Microsoft.SqlServer.DTSRuntimeWrap from an SSIS Script Task? I can add a references to the .dll from regular Visual Studio projects or from Script Coponents. For some reason I am not able reference the .dll from Script Tasks. I tried copying the path from the Visual Studio project but I get an error saying “The file path is not valid”. The path on my computer is “C:\Windows\assembly\GAC_32\Microsoft.SQLServer.DTSRuntimeWrap\10.0.0.0__89845dcd8080cc91\Microsoft.SQLServer.DTSRuntimeWrap.dll”. FYI, I am working on a Windows Server 2008 R2 64-bit machine. How can I add a reference to Microsoft.SqlServer.DTSRuntimeWrap from an SSIS Script Task? Thanks
How can I add a reference to Microsoft.SqlServer.DTSRuntimeWrap from an SSIS Script Task? I
Share
You cannot add references to your script task in SSIS. I know that’s not what you wanted to hear but the script task does not have the full functionality of a vs project.