Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > vs2003 aspx project to 2005

Reply
Thread Tools

vs2003 aspx project to 2005

 
 
luna
Guest
Posts: n/a
 
      12-12-2006
i had errors in my 2003 project, but 2003 allowed me to ignore them and
carry on, it displayed my page fine,
(even on build)
since converting to 2005 i have hundreds of errors and it wont allow me to
view design at all, is there any way
of stopping 2005 nagging me so much ?- the app is an internal app so it
doesnt really matter how compliant it
is as long as it works, itll take me hours probably weeks to fix the errors,
i may as well restart the project from
scratch (its that bad)
typically

Error 1 Cannot switch views: This end tag has no matching start tag.
and lots of validation (which i can ignore)


cheers

mark



 
Reply With Quote
 
 
 
 
Cowboy \(Gregory A. Beamer\)
Guest
Posts: n/a
 
      12-12-2006
You have two choices:

1. Fix the HTML issues. As the issue here is XHTML compliance, you can find
tools to more quickly find the problems, but it is still a manual fix.

2. Edit everything in tag view.

I would prefer #1, personally. A pain? Certainly, but it is more a problem
with VS.NET not forcing compliance.

Okay, a third choice:

3. Leave a copy of the site in VS.NET 2003 and edit the tag portion in that
and then pull into VS 2005 every time you make a design change.

No, that is not very tasty either, but it is the nature of the beast.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

********************************************
Think outside the box!
********************************************
"luna" <> wrote in message
news:...
>i had errors in my 2003 project, but 2003 allowed me to ignore them and
>carry on, it displayed my page fine,
> (even on build)
> since converting to 2005 i have hundreds of errors and it wont allow me to
> view design at all, is there any way
> of stopping 2005 nagging me so much ?- the app is an internal app so it
> doesnt really matter how compliant it
> is as long as it works, itll take me hours probably weeks to fix the
> errors, i may as well restart the project from
> scratch (its that bad)
> typically
>
> Error 1 Cannot switch views: This end tag has no matching start tag.
> and lots of validation (which i can ignore)
>
>
> cheers
>
> mark
>
>
>


 
Reply With Quote
 
 
 
 
Mark Rae
Guest
Posts: n/a
 
      12-12-2006
"luna" <> wrote in message
news:...

>i had errors in my 2003 project, but 2003 allowed me to ignore them and
>carry on, it displayed my page fine,
> (even on build)
> since converting to 2005 i have hundreds of errors and it wont allow me to
> view design at all, is there any way
> of stopping 2005 nagging me so much ?- the app is an internal app so it
> doesnt really matter how compliant it
> is as long as it works, itll take me hours probably weeks to fix the
> errors, i may as well restart the project from
> scratch (its that bad)
> typically
>
> Error 1 Cannot switch views: This end tag has no matching start tag.
> and lots of validation (which i can ignore)


Tools, Options, Text Editor, HTML, Validation


 
Reply With Quote
 
luna
Guest
Posts: n/a
 
      12-12-2006
>>
>> Error 1 Cannot switch views: This end tag has no matching start tag.
>> and lots of validation (which i can ignore)

>
> Tools, Options, Text Editor, HTML, Validation

Ive done that, its the switch views causing me the most headaches!

-mark


 
Reply With Quote
 
luna
Guest
Posts: n/a
 
      12-12-2006
<TABLE id=Table75 style="WIDTH: 752px; HEIGHT: 43px" cellSpacing=1
cellPadding=1
width=752 border=0>
<TBODY>
<TR>
<TD style="HEIGHT: 41px; BACKGROUND-COLOR: #dcdcdd" colSpan=3
><FONT size=2>

<P><FONT face=Arial><FONT size=5
><STRONG>MY TEXT HERE<FONT

size=4>OTHER TEXT HERE</FONT></STRONG></FONT>
&nbsp;</FONT></FONT><FONT face=Arial>
</FONT></P></TD></TR></TBODY></TABLE>


this is typical of the mess its created, used design view in vs2003 and this
is the html it made! - works tho
just not in 2005, says no matching start tags, even tho i can see then match
?

mark


"Cowboy (Gregory A. Beamer)" <> wrote in
message news:0C1404BF-B630-462C-ABBF-...
> You have two choices:
>
> 1. Fix the HTML issues. As the issue here is XHTML compliance, you can
> find tools to more quickly find the problems, but it is still a manual
> fix.
>
> 2. Edit everything in tag view.
>
> I would prefer #1, personally. A pain? Certainly, but it is more a problem
> with VS.NET not forcing compliance.
>
> Okay, a third choice:
>
> 3. Leave a copy of the site in VS.NET 2003 and edit the tag portion in
> that and then pull into VS 2005 every time you make a design change.
>
> No, that is not very tasty either, but it is the nature of the beast.
>
> --
> Gregory A. Beamer
> MVP; MCP: +I, SE, SD, DBA
> http://gregorybeamer.spaces.live.com
>
> ********************************************
> Think outside the box!
> ********************************************
> "luna" <> wrote in message
> news:...
>>i had errors in my 2003 project, but 2003 allowed me to ignore them and
>>carry on, it displayed my page fine,
>> (even on build)
>> since converting to 2005 i have hundreds of errors and it wont allow me
>> to view design at all, is there any way
>> of stopping 2005 nagging me so much ?- the app is an internal app so it
>> doesnt really matter how compliant it
>> is as long as it works, itll take me hours probably weeks to fix the
>> errors, i may as well restart the project from
>> scratch (its that bad)
>> typically
>>
>> Error 1 Cannot switch views: This end tag has no matching start tag.
>> and lots of validation (which i can ignore)
>>
>>
>> cheers
>>
>> mark
>>
>>
>>

>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting VS 2005 Web Site Project to VS 2005 Web Application Project ITistic ASP .Net 2 08-21-2007 08:56 PM
Installing vs2003 after vs2005 and SQL Server 2005 DEV palmtreefrb ASP .Net 1 03-09-2006 03:36 AM
Visual Web Dev Express 2005 and VS2003 Co-Existance =?Utf-8?B?dG9uZWxhYg==?= ASP .Net 7 05-31-2005 11:37 AM
Can VS2003 and Visual Web Developer 2005 installed in the some machine? ad ASP .Net 4 04-06-2005 01:54 AM
Conflict between VS2003 and VS 2005 David Gildea ASP .Net 3 12-01-2004 05:57 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57