We use custom auditing assembly (C #) to register several types of actions in SSIS in script tasks.
We publish the custom assembly assembly in the GAC (for the runtime) and in the IDE general assembly area (VS2008) for a link to the development-time file. After postbuild is done, the custom assembly will be available for use at runtime and for development time on the .NET tab of the pop-up file.
However, after the script task is reopened, the link to the file disappears in the list, and the script does not compile.
How is this possible?
source
share