Re: Inherits="WebApplication.Global"
- From: Alex Munk <AlexMunk@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 22 Oct 2007 17:09:00 -0700
Here is the full error
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 'WebApplication.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="WebApplication.Global" Language="C#" %>
Source File: /WebAplication/global.asax Line: 1
"Alvin Bruney [MVP]" wrote:
That's not an error, you need to post the error string. I've seen this.
before, couple things you can do. How did you deploy the application?
redeploy. Make sure the global asax file for the application is deployed.
--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless Author Plug
OWC Black Book 2nd Edition
Exclusively on www.lulu.com/owc
$24.99
"Alex Munk" <AlexMunk@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1E63C03A-3F10-48EE-B782-B18A72C9394C@xxxxxxxxxxxxxxxx
My Web application is developed in C# Visual Studio 2005 Professional.
After deploying the application to the production server I am getting the
following error:
<%@ Application Codebehind="Global.asax.cs"
Inherits="WebApplication.Global"
Language="C#" %>
I found numerous references to this problem on the web and tried what
seems
like a few (tens) suggestions, at least the ones I was able to understand.
But alas no luck. Pleeeeeeeease help.
Regards,
Alex
- References:
- Re: Inherits="WebApplication.Global"
- From: Alvin Bruney [MVP]
- Re: Inherits="WebApplication.Global"
- Prev by Date: Re: Filter on Datagridview
- Next by Date: Re: Using Reflection with a collection class - syntax question
- Previous by thread: Re: Inherits="WebApplication.Global"
- Next by thread: Re: Inherits="WebApplication.Global"
- Index(es):
Relevant Pages
|