SSIS Script Task cant find reference to assembly

前端 未结 3 2107
走了就别回头了
走了就别回头了 2020-12-06 18:12

I have an SSIS package that uses a script task to populate a datatable with data from a variety of different file types including excel.

I am using NPOI to read in t

3条回答
  •  鱼传尺愫
    2020-12-06 18:59

    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.

提交回复
热议问题