A web app that I'm writing throws this compiletime error
Error 1 The type or namespace name 'Web' does not exist in the namespace 'ATS.System' (are you missing an assembly reference?)
for every code file in the assembly the namespace is imported in every file (both System and System.Web)
I've also added references (to both) in the References Dir in VS
I don't know what I'm doing wrong