danomatic
Member
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:
The first two lines of my global.asax.vb file read as such:
Nothing is mentioned about:
If it helps the actual pages is at:
http://www.danenglander.com/dotnet/slipstream/ASPX/aboutus.aspx
Any help would be appreciated.
Thanks
Dan Englander
http://danenglander.com/
--------------------------------
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:
Code:
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" %>
Code:
Imports System.Web
Imports System.Web.SessionState
Code:
"Inherits="ASPNetWebProject.Global" %>"
http://www.danenglander.com/dotnet/slipstream/ASPX/aboutus.aspx
Any help would be appreciated.
Thanks
Dan Englander
http://danenglander.com/
--------------------------------