B
Bruce W.1
I thought that using the Application state, like this:
Application["SomeValue"] = "whatever";
was visible to the entire ASP.NET application.
But from another class I created I get the compile error:
The name 'Application' does not exist in the class or namespace...
What's the beef? Why can't it find it? How can I fix this?
Thanks for your help.
Application["SomeValue"] = "whatever";
was visible to the entire ASP.NET application.
But from another class I created I get the compile error:
The name 'Application' does not exist in the class or namespace...
What's the beef? Why can't it find it? How can I fix this?
Thanks for your help.