【发布时间】:2017-08-09 08:05:42
【问题描述】:
我发现很多人都有这个问题,我也是。 我正在使用 Visual Studio 2015 SSDT 2014 和 SQL Server 2014。 我创建了一个包含脚本任务的包,在脚本任务中我使用了对 SOAP API 的 Web 引用。
当我从我的设计环境 (Visual Studio) 中运行该包时,该包会成功执行。当我将包部署到集成服务目录时,出现以下错误:
"The binary code for the script is not found. Please open the script in the designer by clicking Edit Script button and make sure it builds successfully."
我知道从 SSDT 2012 及更高版本开始,“预编译二进制”选项设置为 true。
我错过了什么?
任何帮助将不胜感激。
【问题讨论】:
标签: c# visual-studio ssis script-task