P
Paulo
Is possible to convert VS/Web solution 1.1 (2002) to 3.5? I tried but VS
shows me many errors...
shows me many errors...
Mr Rae, I tried to create a new web application from zero and click "addSounds like you've converted the old project to a new website project
instead of a new web application project:
http://www.google.co.uk/search?hl=e...'+in+the+@+Page+directive+is+no+longer"&meta=
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.
Mark Rae said: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...