DTS Script Task Runtime Error: Exception has been thrown by the target of an invocation

后端 未结 3 1506
广开言路
广开言路 2021-01-05 13:48

I have a ssis project developed in vs 2012 Ultimate. I use project deployment model and the project is set to run in 32 bit mode. The package executes without error in my

3条回答
  •  我在风中等你
    2021-01-05 14:12

    I found the issue was a Reference that I had just added that hadn't been registered in the GAC. I ran the 'AddToGAC.bat' routine, and the task then ran successfully.

提交回复
热议问题