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/
--------------------------------