Search code examples
sql-servervb.netdllssissql-server-2016

Microsoft.SqlServer.ManagedDTS.dll SQL Server 2016 location


I installed SQL Server 2016 Dev with all items and options (included Client SDK).

But Microsoft.SqlServer.ManagedDTS.dll is missing.

Where can I find the dll to reference this dll in a VB project?

enter image description here

win 7 machine did it this way


Solution

  • I have it in C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.SqlServer.ManagedDTS

    Underneath that folder, you should see a specific folder for a given SQL Server version. If you go to that child folder, you can get the dll for that specific SQL Server.