P
Paolo
I am experiemnting withVisual Web Developer 2005, and created a simple aspx
page (WhatWeOffer.aspx) with only a label. I then connected with a WebSite
on a remote server, and used the "add to list" control to add to the old
site the aspx and the aspx.vb files to the server. When I try to access the
page, I get the error,
Parser Error Message: Could not load type 'WhatWeOffer2'.
Line 1: <%@ Page Language="VB" AutoEventWireup="false"
CodeFile="WhatWeOffer2.aspx.vb" Inherits="WhatWeOffer2" %>
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: D:\inetpub\wwwroot\SomeTestServer.com\html\whatWeOffer2.aspx
Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET
Version:1.1.4322.2300
The ISP supposedly upgraded to ASP 2.0. (Naturally, my site seems not to
have been upgraded).
I would like to slowly upgrade the site as I get used to this new
technology, which seems quite cool, btw.
Any suggestions on how to do this? Can the remote user switch Framework
versions?
(RTFM, etc...sure, but even then where?)
TIA
page (WhatWeOffer.aspx) with only a label. I then connected with a WebSite
on a remote server, and used the "add to list" control to add to the old
site the aspx and the aspx.vb files to the server. When I try to access the
page, I get the error,
Parser Error Message: Could not load type 'WhatWeOffer2'.
Line 1: <%@ Page Language="VB" AutoEventWireup="false"
CodeFile="WhatWeOffer2.aspx.vb" Inherits="WhatWeOffer2" %>
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: D:\inetpub\wwwroot\SomeTestServer.com\html\whatWeOffer2.aspx
Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET
Version:1.1.4322.2300
The ISP supposedly upgraded to ASP 2.0. (Naturally, my site seems not to
have been upgraded).
I would like to slowly upgrade the site as I get used to this new
technology, which seems quite cool, btw.
Any suggestions on how to do this? Can the remote user switch Framework
versions?
(RTFM, etc...sure, but even then where?)
TIA