Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Server Error/Parser Error


Message #1 by "Dan Englander" <danomatic12@e...> on Thu, 20 Feb 2003 19:51:44 -0500
Hi:

I am getting a parser error when I try to load a page in this ASP.Net
project on my web server.  

Here is the error message:

	Server Error in '/dotnet/slipstream' 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 'ASPNetWebProject.Global'.

Source Error: 

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

The first two lines of my global.asax.vb file read as such:

	Imports System.Web
	Imports System.Web.SessionState

Nothing is mentioned about:

	Inherits="ASPNetWebProject.Global" %>

Any help would be appreciated.

Thanks

Dan Englander
http://danenglander.com/

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





  Return to Index