Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/sql-server-2008/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server 2008 运行SSIS包时出错:无法加载VSTA设计器_Sql Server 2008_Visual Studio 2005_Ssis - Fatal编程技术网

Sql server 2008 运行SSIS包时出错:无法加载VSTA设计器

Sql server 2008 运行SSIS包时出错:无法加载VSTA设计器,sql-server-2008,visual-studio-2005,ssis,Sql Server 2008,Visual Studio 2005,Ssis,当我尝试执行使用脚本组件对象的包时,会出现以下错误: Error: 2011-07-22 09:16:42.25 Code: 0x00000003 Source: {Task Name Here} Description: There was an exception while loading Script Task from XML: System.ApplicationException: The VSTA designer failed to load: "Syste

当我尝试执行使用脚本组件对象的包时,会出现以下错误:

Error: 2011-07-22 09:16:42.25
   Code: 0x00000003
   Source: {Task Name Here}
   Description: There was an exception while loading Script Task from XML: System.ApplicationException: The VSTA designer failed to load:  "System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component`enter code here`
我运行的数据库服务器既有SQL2005,也有SQLServer2008R2(RTM)-10.50.1720.0(X64)

我尝试使用32位和64位版本执行包,结果相同

我最初在开发机器上遇到一个问题,当我第一次尝试在SSIS包中使用脚本对象时,Visual Studio for Applications Designer没有出现。我通过安装最新的Visual Studio SP解决了这个问题。很明显,在SQL Server上加载visual Studio不是解决此问题的可行解决方案


建议?

在谷歌上搜索一下,您正在使用2008运行时执行一个2005包。假设是这样,您可以使用2005运行时或升级包。

SSIS包是2005还是2008?您是使用2005还是2008运行时运行它?Google建议您使用2008运行时运行一个2005包,它是一个2005包。我想你明白了。回答并收集你的分数。