执行包时收到以下错误消息。
Could not load file or assembly 'FluentFTP, Version=19.1.2.0, Culture=neutral, PublicKeyToken=f4af092b1d8df44f' or one of its dependencies. The system cannot find the file specified.请帮帮忙,这是什么原因呢?
发布于 2017-12-21 15:05:27
SSIS引擎无法加载相应的DLL。
您必须将动态链接库部署到SSIS服务器的Windows GAC中-请参阅answer to similar question。
https://stackoverflow.com/questions/47918625
复制相似问题