Error in Global.asax

From: Bill Todd (bill_at_dbginc.com)
Date: 05/25/03

  • Next message: Roshawn: "Re: Custom Login using Active Directory"
    Date: Sat, 24 May 2003 20:06:03 -0700
    
    

    Win2k SP1 with both versions 1.0 and 1.1 of the framework and the SDK
    installed. I have a simple Web application (the LoanCalc application
    from Programming Microsoft .NET) that I have created in Visual Studio
    .NET 1.0.

    When I choose Debug | Start Without Debugging from the menu IE opens
    with the following error information.
    **************************************************************************
    Parser Error Message: Could not load type 'LoanCalc.Global'.
    Source Error:

    Line 1: <%@ Application Codebehind="Global.asax.cs"
    Inherits="LoanCalc.Global" %>

     

    Source File: W:\Visual Studio Projects\WebProj\LoanCalc\global.asax
    Line: 1

    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:1.1.4322.573;
    ASP.NET Version:1.1.4322.573
    **************************************************************************

    The Globla type is declared in Global.asax.cs. have no idea what this
    means or how to correct it. Help!<g>

    Thanks.

    --
    Bill
    

  • Next message: Roshawn: "Re: Custom Login using Active Directory"

    Relevant Pages

    • What does this message mean
      ... I just started getting this message from the Visual Studio command line ... compiler. ... named with keywords such as. ... keywords may have something to do with the "Could not load type" ...
      (microsoft.public.dotnet.general)
    • Problem with inheritance of code behind page
      ... The name of the project is bsecsSql. ... ""Could not load type 'bsecsSQL.candidateDetails" with the following ... My question is how can,I within or outside Visual Studio 2003, ... configure the 'inherits' property so that it will work with the URL ...
      (microsoft.public.dotnet.framework.aspnet)