Mr Rae, VS shows 188 errors, there are some below after conversion:
"Warning 1 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 Visual Web Developer.
c:\inetpub\wwwroot\scripts\MEC\default.aspx 1 10 http://localhost/scripts/MEC/"
"Error 2 Validation (Internet Explorer 6): Attribute 'marginwidth' is not a
valid attribute of element 'body'.
c:\inetpub\wwwroot\scripts\MEC\default.aspx 87 100 http://localhost/scripts/MEC/"
"Error 3 Validation (Internet Explorer 6): Attribute 'marginheight' is not a
valid attribute of element 'body'.
c:\inetpub\wwwroot\scripts\MEC\default.aspx 87 116 http://localhost/scripts/MEC/"
....
....
....
I cannot switch to designer mode!
By default, VS.NET 2008 uses XHTML 1.0 Transitional validation. I would
strongly suggest that you update all of the DOCTYPE declarations at the
top of each page to:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
and then modify all of the HTML markup to XHTML compliance.
Mr Rae, I tried to create a new web application from zero and click "add
existing item" and choose all the files of the old app... but it seems that
VS dont recognize them correctly... what you recommend?
You probably won't like it, but I would recommend that you add new pages
individually and then copy and paste the markup and code from the previous
version manually, fixing any errors as you go...
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.