Parse Error in Global.asax
- From: JB <jamesb457@xxxxxxxxx>
- Date: Thu, 13 Dec 2007 07:36:59 -0800 (PST)
Lots of problems ive managed to work through, but this one is causing
me much grief.
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 'My.Namespace.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="My.Namespace.Global" %>
Source File: D:\WebPath\global.asax
-
Looking on the web the answer all seems to be "Build the application"
and then it should work - but i've done this and it doesn't.
I have the original 'My.NameSpace.dll' which works fine.
I have built a new version of this dll with some modifications and
when i stick it into the /bin folder on the web path i get the error
above.
This error only occurs when i upload the dll to the IIS server. It
works fine when i testing within Visual Studio.
Any ideas for me?
.
- Prev by Date: Re: master pages - is it just me not comfortable with them?
- Next by Date: Re: master pages - is it just me not comfortable with them?
- Previous by thread: Re: DataTable and Repeater Control, performance question?
- Next by thread: Error in remote connection to SQL Server
- Index(es):
Relevant Pages
|