K
Kim Chi via DotNetMonster.com
After building the ASP.NET page, the following parser error occured:
<<Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse error
details and modify your source file appropriately.
Parser Error Message: Could not load type 'Mod12VB.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="Mod12VB.Global" %>
Source File: c:\inetpub\wwwroot\DemoMod12VB\global.asax Line: 1 >>
How to solve it ?
<<Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse error
details and modify your source file appropriately.
Parser Error Message: Could not load type 'Mod12VB.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="Mod12VB.Global" %>
Source File: c:\inetpub\wwwroot\DemoMod12VB\global.asax Line: 1 >>
How to solve it ?