This article is so that I don't spend so long in googling what the TxScript referenced assembly is when creating an SSIS custom component.
How?
This is simply the "Script Component" under "Extensions". No MSDN website said this... obvious to Microsoft staff so why should their documentation include it?
Workaround (applies for any dll)
- You right-click on the "references" folder,
- Select "Add Reference..."
- Click on "Browse..."
- Navigate to C:\Windows\assembly
- Select the TxScript one in "GAC_MSIL\Microsoft.SqlServer.TxScript\10.0.0.0__
\Microsoft.SqlServer.TxScript.dll " - Select the dll and click on "Add"
Related Error(s):
- The type or namespace name 'SSISScriptComponentEntryPointAttribute' does not exist in the namespace 'Microsoft.SqlServer.Dts.Pipeline'
Discussion
Comments
Questions, corrections and useful additions are reviewed before appearing here.
No comments yet. Start the discussion.