简体   繁体   English

由于缺少dll,SSIS脚本任务无法编译

[英]SSIS script tasks can't compile because of missing dlls

We rolled out SSIS-Packages to our customers, that include script tasks, which reference 5 dll files in the folder: C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework.NETFramework \\v4.0 我们向客户推出了SSIS-Packages,其中包括脚本任务,它引用了文件夹中的5个dll文件: C:\\ Program Files(x86)\\ Reference Assemblies \\ Microsoft \\ Framework.NETFramework \\ v4.0

On the target server, there doesnt seem to bee .dll files in this folder, only xml files. 在目标服务器上,此文件夹中似乎没有.dll文件,只有xml文件。 Therefore the script tasks can not compile. 因此脚本任务无法编译。

Would it suffice to add these missing .dlls to the folder to solve this problem? 将这些丢失的.dll添加到文件夹以解决此问题是否足够?

A typical SSIS script task references looks like this. 典型的SSIS脚本任务引用如下所示。

在此输入图像描述

The top 2 references are not in NETFramework folder. 前2个引用不在NETFramework文件夹中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM