aspx thread: global.asax
I get the following parser error on the inherits clause: Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="Global" %> The parser cannot see the public class Global in the code behind file..why? Thanks. Sundar
|
![]() |
P2P Archives
|
|
New Titles for ASP.NET |
aspx thread: global.asax
I get the following parser error on the inherits clause: Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="Global" %> The parser cannot see the public class Global in the code behind file..why? Thanks. Sundar
|