【发布时间】:2019-05-23 10:58:56
【问题描述】:
当我在 SSIS 项目中创建到 DQS 的连接时,我在构建后收到 System.NotImplementedException 错误。我正在使用 Visual Studio 2017
为 Visual Studio 2017 运行 SQL Server Data Tools
这是我得到的错误:
严重性代码描述项目文件行抑制状态 错误 System.NotImplementedException:方法或操作不是 实施的。在 Microsoft.SqlServer.Dts.Runtime.Interop.ProjectInterop.ReferencePackage(包 包,字符串包位置)在 Microsoft.SqlServer.Dts.Runtime.PackageItem.Load(IDTSEvents 事件)
在 Microsoft.SqlServer.Dts.Runtime.PackageItem.get_Package() 在 Microsoft.DataTransformationServices.Project.DataTransformationsProjectBuilder.IncrementalBuildThroughObj(IOutputWindow 输出窗口)在 Microsoft.DataTransformationServices.Project.DataTransformationsProjectBuilder.BuildIncremental(IOutputWindow 输出窗口) 0
【问题讨论】:
-
你使用一些包吗?卸载并重新安装它们
-
您好,感谢您的回复。我刚刚意识到我错过了所有的 DTS 包。我什么时候可以下载和安装它们。感谢您的帮助
-
@MgcoboGwampi,我也遇到了同样的错误。你能添加一个链接到你下载 DTS 包的地方吗?我对 SSIS 很陌生,所以请原谅我的无知。另外,我正在针对 SQL 2012 运行 VS 2017。
-
你设法让它工作了吗?
标签: sql-server ssis ssis-2017 data-quality-services