G
Guest
I am having a real problem with this.
I am much more a Windows guy then a Web guy, so that doesn't help.
I have an ASP app I developed in VS2003/VB. I then converted it to VS2005.
It works fine on my machine in VS2005 (worked fine in VS2003 as well).
I am using a hosting facility. When I upload the pages to the hosting site,
I get nothing but:
Parser Error
I have another site at this facility that is .Net 1.x which works fine.
This site is .Net 2.0. I tried putting a file from the 1.x version of my
site on the 1.x site, still get the error.
I tried putting the files from the 1.x site on the 2.0 site, I get the error.
I tried creating a new site in VS2005, added a simple form with nothing but
a label control that says "Test", and here it is.
Server Error in '/' 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 'DotsterTest.SimpleTest'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
CodeBehind="SimpleTest.aspx.vb" Inherits="DotsterTest.SimpleTest" %>
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Source File: /SimpleTest.aspx Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET
Version:2.0.50727.832
I have googled Parser Error and could not find the answer that helped. I am
desperate for some help.
Please respond or e-mail me at (e-mail address removed).
Thanks.
I am much more a Windows guy then a Web guy, so that doesn't help.
I have an ASP app I developed in VS2003/VB. I then converted it to VS2005.
It works fine on my machine in VS2005 (worked fine in VS2003 as well).
I am using a hosting facility. When I upload the pages to the hosting site,
I get nothing but:
Parser Error
I have another site at this facility that is .Net 1.x which works fine.
This site is .Net 2.0. I tried putting a file from the 1.x version of my
site on the 1.x site, still get the error.
I tried putting the files from the 1.x site on the 2.0 site, I get the error.
I tried creating a new site in VS2005, added a simple form with nothing but
a label control that says "Test", and here it is.
Server Error in '/' 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 'DotsterTest.SimpleTest'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
CodeBehind="SimpleTest.aspx.vb" Inherits="DotsterTest.SimpleTest" %>
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Source File: /SimpleTest.aspx Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET
Version:2.0.50727.832
I have googled Parser Error and could not find the answer that helped. I am
desperate for some help.
Please respond or e-mail me at (e-mail address removed).
Thanks.