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
C# 布局更改可能会使组件“失效”;检测插入和更新插入“;以编程方式创建的SSI无效_C#_Ssis - Fatal编程技术网

C# 布局更改可能会使组件“失效”;检测插入和更新插入“;以编程方式创建的SSI无效

C# 布局更改可能会使组件“失效”;检测插入和更新插入“;以编程方式创建的SSI无效,c#,ssis,C#,Ssis,我收到一条奇怪的消息“布局更改可能会使组件“检测插入和更新插入”(70)无效”。当我尝试用以下代码连接两个SSIS组件时: AttachPathAndPropagateNotifications(srcHSTGComponent.OutputCollection[0],splitComponent.InputCollection[0]) 此错误消息来自管道中的异常管理,只是不捕获异常,程序工作正常。是否将此消息作为异常获取?在这种情况下,奇怪的是,SSIS中没有此类模板异常,如中所述。你能详细说

我收到一条奇怪的消息“布局更改可能会使组件“检测插入和更新插入”(70)无效”。当我尝试用以下代码连接两个SSIS组件时:
AttachPathAndPropagateNotifications(srcHSTGComponent.OutputCollection[0],splitComponent.InputCollection[0])

此错误消息来自管道中的异常管理,只是不捕获异常,程序工作正常。

是否将此消息作为异常获取?在这种情况下,奇怪的是,SSIS中没有此类模板异常,如中所述。你能详细说明一下错误的细节吗。