When I compile my C# code, the compiler flags the following using statement with a compiler error:
using DTS = Microsoft.SqlServer.DTSPkg80;
This is the compiler error message I get:
The type or namespace name 'SqlServer' does not exist in the class or namespace 'Microsoft' (are you missing an assembly reference?)
Does anyone have an idea what the problem might be here?