Parser error in asp.net code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My asp.net application is giving the following error.Could
anyone please find out the error and the apt solution for
it.


Parser Error
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 'web.webapp10'.

Source Error:


Line 1: <%@ Page language ="C#"
Codebehind="webapp10.aspx.cs" AutoEventWireup="true"
Inherits="web.webapp10"%>
Line 2: <html>
Line 3:


Source File: c:\inetpub\wwwroot\webapp10.aspx Line: 1
 
You may want to try isolating the problem by removing
components (controls, code, etc) from the problem matic
page - webapp10.aspx.

Good luck.
 
Back
Top