Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Could not load type 'wa4.Global'.

Status
Not open for further replies.

gregmcf

Programmer
May 22, 2004
2
US
Hi

I know a lot of people get this error occasionally intermittently, but it has roosted on my development computer...

This error comes from starting a brand new web project (c# or vb) and compiling it. It is very repeatable. It is affecting all my apps (all of which worked Friday morning)

complete message is as follows

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

Source Error:


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


Source File: c:\inetpub\ Line: 1

-------------------------------------------------

This started happening last week. I was working with the machine.config file around that time, but I have restored that to a backup.

I have reinstalled IIS, VisStudio, I think I reinstalled .NETFrameWork1.1, but the install is not quite clear on how much it did.

I know the DLLs are compiling because I put a text string in one of the subs and then looked at the DLL in UltraEdit.

Again, this is happening on the most trivial app.

One interesting thing, I can put in the SRC='Global.asax.vb'
and things work fine. This work around has a lot of baggage, so we would rather not us it.

Any Ideas? Tomorrow afternoon I guess I give up and rebuild from scratch.

Any help greatly appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top