Error after converting to VS2005

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,333
Messages
2,571,380
Members
48,787
Latest member
Aywan

Latest Threads

Top