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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot load global.asax.vb file..Parser error, help?

Status
Not open for further replies.

majordog

Programmer
Jul 8, 2002
222
CA
I keep getting this error : Can't get it working - Can anyone give help? The assembly name and root namespace are both Verification. Albeit, I jusr recently changed them both from WebApplication1. For further help, I will post more info for those who have specific questions - I was not sure what else to specify...

Server Error in '/Verification' 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 'Verification.Global'.

Source Error:


Line 1: <%@ Application Codebehind=&quot;Global.asax.vb&quot; Inherits=&quot;Verification.Global&quot; %>



Source File: c:\inetpub\ Line: 1


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET Version:1.0.3705.288
 
1. create a new application/project with the correct name
2. import all aspx/aspx.vb files from the old project
3. don't change names anymore
 
That is what I ended up doing. A lesson well learned..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top