Click here to Skip to main content
15,898,374 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi i want to run dtsx file through my C# code .But iam not able to add the reference to Microsoft.SqlServer.Dts.Runtime.kindly help in this regard

Thanks in advance
Posted

1 solution

You don't set a reference to it directly, you set a reference to the assembly containing it: Microsoft.SqlServer.ManagedDTS
 
Share this answer
 
Comments
lakshmichawala 30-Jul-12 4:07am    
Hi Griff could u plz explain in details
OriginalGriff 30-Jul-12 4:18am    
Open your project in VS
Right click "References" in the solution Explorer pane.
Select "Add Reference..."
Locate the Microsoft.SqlServer.ManagedDTS assembly in the dialog that appears.
Highlight it, and press "Add"
lakshmichawala 30-Jul-12 5:55am    
iam not able to find Microsoft.SqlServer.ManagedDTS assembly
Faizan Mubashar 16-Dec-13 5:28am    
There isn't any reference of it :(
OriginalGriff 16-Dec-13 5:39am    
Then add one!
It's here:
C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies
Or a similar folder depending on your installation...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900