N
noname
i have the following in global.asax:
<%@ Application Codebehind="Global.asax.cs" Inherits="Foo.Global"
Classname="AppClass" %>
but wherever i use AppClass.foo() i get the compiler error:
The type or namespace name 'AppClass' could not be found (are you missing a
using directive or an assembly reference?)
am i missing something?
thanks.
<%@ Application Codebehind="Global.asax.cs" Inherits="Foo.Global"
Classname="AppClass" %>
but wherever i use AppClass.foo() i get the compiler error:
The type or namespace name 'AppClass' could not be found (are you missing a
using directive or an assembly reference?)
am i missing something?
thanks.