Parser Errors

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael D Murphy

    #1

    Parser Errors

    Hi,
    I am getting the following error when I strart debugging, regardless of the
    project or solution I am working on.
    Any help would certainly be appreciated.
    Michael


    Server Error in '/LeagueHelper' 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 'leaguehelper.G lobal'.

    Source Error:

    Line 1: <%@ Application Codebehind="Glo bal.asax.vb"
    Inherits="leagu ehelper.Global" %>


    Source File: C:\Inetpub\wwwr oot\LeagueHelpe r\global.asax Line: 1


    ----------------------------------------------------------------------------
    ----
    Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET
    Version:1.1.432 2.573


  • Nick Malik

    #2
    Re: Parser Errors

    I had this happen yesterday. Make sure that the web site that contains the
    global.asax file allows your user to have read/write/directory browse
    permissions.

    Not important on a production server, but it seems to be necessary on a dev
    server.

    --- Nick

    "Michael D Murphy" <mdmurphy@scs-techresources.c om> wrote in message
    news:%23QnFPWea EHA.752@TK2MSFT NGP09.phx.gbl.. .[color=blue]
    > Hi,
    > I am getting the following error when I strart debugging, regardless of[/color]
    the[color=blue]
    > project or solution I am working on.
    > Any help would certainly be appreciated.
    > Michael
    >
    >
    > Server Error in '/LeagueHelper' Application.
    > --------------------------------------------------------------------------[/color]
    --[color=blue]
    > ----
    >
    > Parser Error
    > Description: An error occurred during the parsing of a resource required[/color]
    to[color=blue]
    > service this request. Please review the following specific parse error
    > details and modify your source file appropriately.
    >
    > Parser Error Message: Could not load type 'leaguehelper.G lobal'.
    >
    > Source Error:
    >
    > Line 1: <%@ Application Codebehind="Glo bal.asax.vb"
    > Inherits="leagu ehelper.Global" %>
    >
    >
    > Source File: C:\Inetpub\wwwr oot\LeagueHelpe r\global.asax Line: 1
    >
    >
    > --------------------------------------------------------------------------[/color]
    --[color=blue]
    > ----
    > Version Information: Microsoft .NET Framework Version:1.1.432 2.573;[/color]
    ASP.NET[color=blue]
    > Version:1.1.432 2.573
    >
    >[/color]


    Comment

    • Michael D Murphy

      #3
      Re: Parser Errors

      Hi Nick,
      Thanks for your suggestion. I tried it and am still getting the same
      message.
      Any other suggestions??
      Michael

      "Michael D Murphy" <mdmurphy@scs-techresources.c om> wrote in message
      news:%23QnFPWea EHA.752@TK2MSFT NGP09.phx.gbl.. .[color=blue]
      > Hi,
      > I am getting the following error when I strart debugging, regardless of[/color]
      the[color=blue]
      > project or solution I am working on.
      > Any help would certainly be appreciated.
      > Michael
      >
      >
      > Server Error in '/LeagueHelper' Application.
      > --------------------------------------------------------------------------[/color]
      --[color=blue]
      > ----
      >
      > Parser Error
      > Description: An error occurred during the parsing of a resource required[/color]
      to[color=blue]
      > service this request. Please review the following specific parse error
      > details and modify your source file appropriately.
      >
      > Parser Error Message: Could not load type 'leaguehelper.G lobal'.
      >
      > Source Error:
      >
      > Line 1: <%@ Application Codebehind="Glo bal.asax.vb"
      > Inherits="leagu ehelper.Global" %>
      >
      >
      > Source File: C:\Inetpub\wwwr oot\LeagueHelpe r\global.asax Line: 1
      >
      >
      > --------------------------------------------------------------------------[/color]
      --[color=blue]
      > ----
      > Version Information: Microsoft .NET Framework Version:1.1.432 2.573;[/color]
      ASP.NET[color=blue]
      > Version:1.1.432 2.573
      >
      >[/color]


      Comment

      Working...