在错误处理中执行包任务会出错

Execute package task in errorhandling gives error

在我的 OnError 事件处理程序中,我尝试执行一个(子)程序包,但出现此错误:

Error: Error 0x80040154. Failed to create an instance of empty child package. The Distributed Component Object Model (DCOM) configuration or the installation of SQL Server Integration Services, may be corrupted on your machine.

接着是 Class not registered

即使我调用的是一个空包,也会出现这种情况。 不可能在 EventHandler 中执行包吗? 还有什么可能导致此错误?

套餐设置为ExecuteOutOfProcess

使用安装了 Microsoft 集成服务的 Visual Studio 2019。

编辑: 将 ExecuteOutOfProcess 设置为 FALSE 生成空包 运行。 然而,另一个带有 3rdparty-components 的包失败了。 但这是由 3party 组件引起的。正在调查

重新安装 Integration Sevrices 插件解决了问题