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