Namespace or type 'Web' for the Imports 'System.Web' cannot be found.
I get this when ever I try to call on the System.Web or System.Web.Ui name spaces...
Imports System.Web
Imports System.Web.Ui
Thos two don't work... but when I call upon my own Namespaces i've created in other class modules it works fine.
Imports Sc.WebModule.Accounts works fine!
***?
Why is that? Do I have to enable them somewhere..


Reply With Quote
