I have a import directive in my inline .aspx page (no code-behind).
Getting an error: The type or namespace name ‘Dts’ does not exist in the namespace ‘Microsoft.SqlServer’ (are you missing an assembly reference?)
What is the issue? Do I need a /bin directory with the .dll in it or something?
Sounds like there is no ‘project’. In that case, to reference a dll (assembly) you use an
<%@ Assembly >directive.