473,414 Members | 1,911 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

vs2003 aspx project to 2005

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

Dec 12 '06 #1
4 1403
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" <lu****@themoon.comwrote in message
news:Fb*********************@giganews.com...
>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
Dec 12 '06 #2
"luna" <lu****@themoon.comwrote in message
news:Fb*********************@giganews.com...
>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
Dec 12 '06 #3
>>
>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
Dec 12 '06 #4
<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)" <No************@comcast.netNoSpamMwrote in
message news:0C**********************************@microsof t.com...
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" <lu****@themoon.comwrote in message
news:Fb*********************@giganews.com...
>>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

Dec 12 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Cecilio | last post by:
Hello to everybody and sorry for my english. I have VS2003 installed on a XP Prof with IIS 5.1 running, but when i try to open an ASP.NET project VS shows this error message: "VS .Net has...
7
by: tonelab | last post by:
I currently have VS2003 .net 1.1 installed with a number of 1.1 projects built in it. All of these projects create the /bin dll for deployment and have been running on remote servers that have the...
3
by: Darrin | last post by:
Hello, I see that VS2005 and the new framework 2.0 is out to the public now. Wondering about some things. When you install the new framework 2.0 can a person still use visual studio 2003 or...
10
by: chris | last post by:
I'm not sure if this is a bug being caused by visual studio, or by the vb compiler itself. I have good size solution (33 projects) and am consistently having a problem with one project.. ...
17
by: Samuel | last post by:
Hi All, I am in the process of converting a VS 2003 project to VS 2005 project (VB.NET Class Library). It gives the error in TypeOf and DirectCast statements. It was working...
15
by: Joseph Geretz | last post by:
OK, I'll admit it up front - I just don't get it. Here's our previous VS2003 development model. Developers develop the WS solution on their own workstations, using their own IIS web servers...
5
by: Tony | last post by:
Hi all, Here's the link to the issue we were seeing on our ASP.NET system when modifying, adding and deleting directories in framework 2.0....
2
by: Peter Bradley | last post by:
We have upgraded an ASP.NET solution from VS2003 (.NET 1.1) to VS2005 (.NET 2.0). On rebuilding the solution, no dll appears in the bin folder of the Web site. Is this the usual case for VS2005...
5
by: nicknack | last post by:
Hello. I have a pc with visual studio 2005 working well. I tried to install VS2003 along with the VS2003 so I can work on an old project built with VS2003 and FW1.1. The problem is that when...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.