Server error in ASP.Net

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • avl

    #1

    Server error in ASP.Net

    I'm getting the following error when I'm running my aspx
    page.Could anyone please figur out the mistake






    Server Error in '/' Application.
    -----------------------------------------------------------
    ---------------------

    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="web app10.aspx.cs" AutoEventWireup ="false"
    Inherits="web.w ebapp10" %>
    Line 2: <html>
    Line 3:


    Source File: c:\inetpub\wwwr oot\webapp10.as px Line: 1


    -----------------------------------------------------------
    ---------------------
    Version Information: Microsoft .NET Framework
    Version:1.0.370 5.0; ASP.NET Version:1.0.370 5.0
  • Marina

    #2
    Re: Server error in ASP.Net

    Looks like you forgot to compile your project.

    "avl" <anonymous@disc ussions.microso ft.com> wrote in message
    news:06ad01c39c 81$150ccae0$a40 1280a@phx.gbl.. .[color=blue]
    > I'm getting the following error when I'm running my aspx
    > page.Could anyone please figur out the mistake
    >
    >
    >
    >
    >
    >
    > Server Error in '/' Application.
    > -----------------------------------------------------------
    > ---------------------
    >
    > 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="web app10.aspx.cs" AutoEventWireup ="false"
    > Inherits="web.w ebapp10" %>
    > Line 2: <html>
    > Line 3:
    >
    >
    > Source File: c:\inetpub\wwwr oot\webapp10.as px Line: 1
    >
    >
    > -----------------------------------------------------------
    > ---------------------
    > Version Information: Microsoft .NET Framework
    > Version:1.0.370 5.0; ASP.NET Version:1.0.370 5.0[/color]


    Comment

    Working...