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

hydev picture hydev · Feb 7, 2011 · Viewed 36.7k times · Source

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

Answer

Neil Knight picture Neil Knight · Feb 7, 2011

In References, browse to this directory:

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

hopefully you'll find it there.