Parser Errors

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
 
N

Nick Malik

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
 
M

Michael D Murphy

Hi Nick,
Thanks for your suggestion. I tried it and am still getting the same
message.
Any other suggestions??
Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top