I tried to create a package from a C# program, and I copied this from SQL server online book:
using Microsoft.Sqlserver.Dts.Runtime;
But I got compilation error:
The type or namespace name 'Dts' does not exist in the namespace 'Microsoft.Sqlserver'(are you missing an asssembly reference )
What am I missing
Thanks a lot

error: 'Dts' does not exist in the namespace 'Microsoft.Sqlserver'
Sai A
Thanks everyone!
Tung
-Doug
Wally_West
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/dtsref9/html/e44bcc70-32d3-43e8-a84b-29aef819d5d3.htm
regards,
ash
perryf_00
using Microsoft.SqlServer.ManagedDTS
In this case ManagedDTS can not be found by compiler
Thanks for the hint
Ankur gupta -
Hello,
if you get this problem on your server. build your site in release mode and then you have this dll in your bin\release folder.
Either find this DLL and upload that in your server bin directory manually