1

When I create a Connection to DQS in an SSIS Project I get System.NotImplementedException error after the build. I am using Visual Studio 2017

Running SQL Server Data Tools for Visual Studio 2017

This is the error I get:

Severity Code Description Project File Line Suppression State Error System.NotImplementedException: The method or operation is not implemented. at Microsoft.SqlServer.Dts.Runtime.Interop.ProjectInterop.ReferencePackage(Package package, String packageLocation) at Microsoft.SqlServer.Dts.Runtime.PackageItem.Load(IDTSEvents events)
at Microsoft.SqlServer.Dts.Runtime.PackageItem.get_Package() at Microsoft.DataTransformationServices.Project.DataTransformationsProjectBuilder.IncrementalBuildThroughObj(IOutputWindow outputWindow) at Microsoft.DataTransformationServices.Project.DataTransformationsProjectBuilder.BuildIncremental(IOutputWindow outputWindow) 0

Hadi
  • 36,233
  • 13
  • 65
  • 124

1 Answers1

0

This is a known issue by Microsoft. It can be resolved by using an older version of SSDT. Works fine with SSDT FOR vs2017 15.9.0.

https://learn.microsoft.com/en-us/sql/ssdt/previous-releases-of-sql-server-data-tools-ssdt-and-ssdt-bi?view=sql-server-2017

Amira Bedhiafi
  • 8,088
  • 6
  • 24
  • 60
mytkavish
  • 97
  • 1
  • 6