Parser error

  • Thread starter Thread starter swarovski
  • Start date Start date
S

swarovski

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 ?
 
Did you compile the project?

--
Scott
http://www.OdeToCode.com/blogs/scott/

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 ?
 
Back
Top