SSIS Script Task cant find reference to assembly

For custom assemblies to be referenced and executed in Script Task, you have to add them to GAC. Here is an article with workflow.
Alternative approach – provide your own AssemblyResolver in Script task code.

Leave a Comment