Hi, I can't find the following namespace on any of my dev boxes
Microsoft.SqlServer.Dts.Runtime;
I have Visual Studio Team System 2008 on some machines and Visual Studio 2005 on some. What do I need to install to get this?
Hi, I can't find the following namespace on any of my dev boxes
Microsoft.SqlServer.Dts.Runtime;
I have Visual Studio Team System 2008 on some machines and Visual Studio 2005 on some. What do I need to install to get this?
Most of the types in this namespace are from the Microsoft.SqlServer.ManagedDTS assembly. This is installed with SQL Server.
It sounds like SQL Server is not installed on this machine. Install a local copy, and it should find the assembly correctly.
This is part of the Microsoft.SqlServer.ManagedDTS assembly and inside microsoft.sqlserver.manageddts.dll, it can be probably be found at C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies
It should be deployed with your SQL Server installation (you need to install the SDK portion of it).
It is part of the SQL Server Integration Services, which is a part of the SQL Server setup. For information about which editions that support this, see Features Supported by the Editions of SQL Server 2008.