Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 920
Tom McDonald Avatar asked Jun 26 '17 21:06

Tom McDonald


People also ask

Where is Microsoft SqlServer ManagedDTS DLL?

Step1--> Run --> type C:\Windows\assembly\gac_msil. You will find a folder like Microsoft. SqlServer. ManagedDTS.

Where is Microsoft SqlServer types DLL?

SqlServer. Types. dll from its location in C:\Windows\assembly\GAC_MSIL.

Where is Microsoft SqlServer ConnectionInfo DLL?

C:\WINDOWS\assembly\GAC_MSIL\Microsoft. SqlServer. ConnectionInfo.

Where is Microsoft SqlServer DTS runtime DLL?

As in previous versions of SQL Server, the core Integration Services extensibility . dll files are also located at <driver>:\Program Files\Microsoft SQL Server\130\SDK\Assemblies. (Please pay attention to Program Files or Program Files(x86)), in your scenario, please double check it.


1 Answers

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.

like image 190
Sam Kolli Avatar answered Sep 21 '22 23:09

Sam Kolli