Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ssis/2.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
使用数据工具2015将自定义源添加到SSIS时出错_Ssis - Fatal编程技术网

使用数据工具2015将自定义源添加到SSIS时出错

使用数据工具2015将自定义源添加到SSIS时出错,ssis,Ssis,每次尝试添加ssis自定义组件时,都会弹出此错误 注意:-此组件在数据工具2010和2013上工作正常,此问题仅在数据工具2015上发生 有什么东西丢失了吗?怎么修复 我的.net framework 4.0 错误如下: 我也有同样的问题,这对我很有效: 请打开csproj文件,删除对Microsoft.SQLServer.DTSPipelineWrap.dll的引用中的True元素或将该值设置为False,然后重新生成项目 虽然这是针对SSIS 2012而不是SSIS 2015的组件的解决

每次尝试添加ssis自定义组件时,都会弹出此错误

注意:-此组件在数据工具2010和2013上工作正常,此问题仅在数据工具2015上发生

有什么东西丢失了吗?怎么修复

我的.net framework 4.0

错误如下:



我也有同样的问题,这对我很有效:

请打开csproj文件,删除对Microsoft.SQLServer.DTSPipelineWrap.dll的引用中的
True
元素或将该值设置为False,然后重新生成项目

虽然这是针对SSIS 2012而不是SSIS 2015的组件的解决方案,但这不是我的情况,它起了作用

资料来源:

TITLE: Microsoft Visual Studio
The component could not be added to the Data Flow task.
Could not initialize the component. There is a potential problem in the ProvideComponentProperties method.

------------------------------
ADDITIONAL INFORMATION:

Error at Data Flow Task [DTS [7]]: System.MissingMethodException: Method not found: 'Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 Microsoft.SqlServer.Dts.Pipeline.PipelineComponent.get_ComponentMetaData()'.
   at CustomProparties.Class1.ProvideComponentProperties()
   at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostProvideComponentProperties(IDTSManagedComponentWrapper100 wrapper)


------------------------------

Method not found: 'Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 Microsoft.SqlServer.Dts.Pipeline.PipelineComponent.get_ComponentMetaData()'. (Microsoft.SqlServer.DTSPipelineWrap)

------------------------------
BUTTONS:

OK
------------------------------