F
fiefie.niles
I converted my VS2003 ASP.Net project to VS2005.
In 1 of my aspx page, the first line was:
<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="Color.aspx.vb" Inherits="Auction.Color"%>
It gave me an error when I hit F5 (Start Debugging): "Attribute
'Codebehind' in the @ Page directive is no longer supported. Convert
this page to the new code-behind model by opening the Web site
(project) containing the page in the Visual Web Developer."
and another error "Could not load type 'Auction.Color'"
Also, an error on the following line:
<body MS_POSITIONING="GridLayout">
"Validation (Internet Explorer 6): Attribute 'MS_POSITIONING' is not a
valid attribute of element 'body'.
How can I fix this error ?
Thank you.
In 1 of my aspx page, the first line was:
<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="Color.aspx.vb" Inherits="Auction.Color"%>
It gave me an error when I hit F5 (Start Debugging): "Attribute
'Codebehind' in the @ Page directive is no longer supported. Convert
this page to the new code-behind model by opening the Web site
(project) containing the page in the Visual Web Developer."
and another error "Could not load type 'Auction.Color'"
Also, an error on the following line:
<body MS_POSITIONING="GridLayout">
"Validation (Internet Explorer 6): Attribute 'MS_POSITIONING' is not a
valid attribute of element 'body'.
How can I fix this error ?
Thank you.