【发布时间】:2021-09-17 11:20:08
【问题描述】:
我已经在 2 台不同的笔记本电脑上用简单的 1 步(非脚本任务)对此进行了测试。
Windows 10 专业版或企业版 x64 Visual Studio 2019
企业或社区(最新)SSDT 和 SSIS 扩展:最新
使用调试模式,如果我在关闭 x64 仿真的情况下运行简单的 1 步包,它运行良好。如果我打开它,它会因 DTSRuntimeWrap 错误而失败。
我的测试包只有 1 个任务,一个为变量分配数字的表达式
我知道在 SQL Server 中它将以 x64(我们拥有的版本)运行。
无法启动未注册的项目库。 (例外来自 HRESULT:0x8002801D(TYPE_E_LIBNOTREGISTERED)) (Microsoft.SqlServer.DTSRuntimeWrap)
节目地点:
在 Microsoft.DataTransformationServices.Project.DataTransformationsPackageDebugger.LaunchVsDebugger(布尔 isRemoteTest, IVsDebugger iVsDebugger, DataTransformationsProjectConfigurationOptions 选项)在 Microsoft.DataTransformationServices.Project.DataTransformationsPackageDebugger.ValidateAndRunDebugger(Int32 标志,IOutputWindow 输出窗口, DataTransformationsProjectConfigurationOptions 选项)在 Microsoft.DataTransformationServices.Project.DataTransformationsProjectDebugger.LaunchDtsPackage(Int32 启动选项,项目项目启动项目项目, DataTransformationsProjectConfigurationOptions 选项)在 Microsoft.DataTransformationServices.Project.DataTransformationsProjectDebugger.LaunchActivePackage(Int32 启动选项)在 Microsoft.DataTransformationServices.Project.DataTransformationsProjectDebugger.LaunchDtsPackage(Int32 launchOptions、DataTransformationsProjectConfigurationOptions 选项) 在 Microsoft.DataTransformationServices.Project.DataTransformationsProjectDebugger.Launch(Int32 launchOptions、DataTransformationsProjectConfigurationOptions 选项)
【问题讨论】:
-
此问题已作为 SSDT 附加错误修复的一部分得到修复。 Reference release notes
标签: ssis