Parser error in asp.net code

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
 
A

AlexB

You may want to try isolating the problem by removing
components (controls, code, etc) from the problem matic
page - webapp10.aspx.

Good luck.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top