How to load an Assembly in a SSIS script task that isn't in the GAC | Task, Web log, Script
Skip to content
When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.
the text how to load an assembly in a ssis script task that isn't in the gac / david browne's web log

More about this Pin

Board containing this Pin

Selected board cover image
Development
39 Pins
9y

Related interests

Error Message
Microsoft Sql Server
blogs.msdn.microsoft.com

How to load an Assembly in a SSIS script task that isn't in the GAC

The documented and recommended way to reference a custom assembly from an SSIS Script Task or Script Component is to install it in the Global Assembly Cache (GAC). However this is not always possible or simple to do. Here’s a simple workaround for loading an assembly from an arbitrary location. The idea is to register...

Comments