使用VS2013在C#中加载ssis包时出错

时间:2016-03-17 05:27:23

标签: visual-studio-2013 web-applications ssis sql-server-data-tools

我编写了Web应用程序,其中我在加载包时面临错误

The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.

在VS2013中使用Sql Server 2012开发版在VS2013中开发了pacakage,使用了Sql Server 2012 Developer Edition

1 个答案:

答案 0 :(得分:0)

您是否检查了事件日志?
除了错误消息之外,还可以提供其他信息 这可能由于许多原因而发生。
1)您使用的是第三方组件吗?如果它们在开发人员和服务器计算机上具有不同的版本,则可以显示此消息 2)如果开发服务器是32位,部署服务器是64位,反之亦然 还有其他原因。你可以独立运行包(通过DTExec或Visual Studio)。