Parser Errors

  • Thread starter Thread starter Michael D Murphy
  • Start date Start date
M

Michael D Murphy

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.Global'.

Source Error:

Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="leaguehelper.Global" %>


Source File: C:\Inetpub\wwwroot\LeagueHelper\global.asax Line: 1
 
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
 
Hi Nick,
Thanks for your suggestion. I tried it and am still getting the same
message.
Any other suggestions??
Michael
 
Back
Top