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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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).