Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Haven't got Microsoft.SqlServer.ManagedDTS.dll but

I am trying to write a .NET program so I can execute a Dts pacakge but I cannot find the Microsoft.SqlServer.ManagedDTS.dll reference so I can then use the namespace Microsoft.SqlServer.Dts.Runtime.

However I have SQL Server 2008 Developer edition installed on my development machine along with Visual Studio 2008 and 2010. Therefore it should be there, What have I missed?

Many thanks

Mike

like image 434
hydev Avatar asked Feb 07 '11 11:02

hydev


People also ask

Where is Microsoft SqlServer ManagedDTS DLL located?

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.

What is Microsoft SqlServer DTS runtime?

The Microsoft. SqlServer. Dts. Runtime namespace contains the classes and interfaces to create packages, custom tasks, and other package control flow elements.


2 Answers

In References, browse to this directory:

C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies

hopefully you'll find it there.

The above was for SQL Server 2005. It should be located in your GAC. Have a look in:

C:\Windows\assembly

for the DLL as Visual Studio won't list all of the DLLs so you'll have to browse to it.

like image 158
Neil Knight Avatar answered Oct 02 '22 19:10

Neil Knight


For Windows 7 "Microsoft.SqlServer.ManagedDTS" can be found in following path

"C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.SqlServer.ManagedDTS\"

like image 40
Siddhartha Gupta Avatar answered Oct 02 '22 18:10

Siddhartha Gupta