Error in Global.asax
From: Bill Todd (bill_at_dbginc.com)
Date: 05/25/03
- Previous message: Matjaz Ladava: "Re: Component Creation"
- Next in thread: Matjaz Ladava: "Re: Error in Global.asax"
- Reply: Matjaz Ladava: "Re: Error in Global.asax"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
- Previous message: Matjaz Ladava: "Re: Component Creation"
- Next in thread: Matjaz Ladava: "Re: Error in Global.asax"
- Reply: Matjaz Ladava: "Re: Error in Global.asax"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|