473,397 Members | 2,068 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,397 software developers and data experts.

VS 2005 still not ready for prime time

After being able to use the new Web Application addon to VS 2005 I thought
that I could finally use the product. However, I am still stumbling over
everthing trying to get my web application to compile and run properly. The
real annoying feature is when you try to switch to the Design View and there
is a mismatched tag you must correct that before it lets you look at the web
design. Why? The program ran ok before. The other thing is that the system
cannot handle 2 sets of form tags in a web page. It always says that last
form tag is unmatched which is not true. I delete the tag and then try to
execute the web page and it tells me that I have an unmatched form tag. You
can't win. As far as I am concerned VS 2005 is still a step backward unless
someone can explain to me why I am wrong in my above observations. There are
too many bugs for it to be useful at this point.
May 7 '06 #1
4 1206
Hi there,

Just want to share my experience. I got the same prob before.
But in my situation, the prob only happens when I designed your layout with
another HTML designer (i.e: Dreamweaver or FrontPage) and then reload the
generated page(s) in VS2005 designer. They will scrambled and pops up
several 'mismatch tags' error, and not letting you to switch to design view
anymore untill all those errors resolved.
From that moment on, I always use the VS2005 designer. Should I need to
design a complex layout using, say, DreamWeaver (yes, IMO, DreamWeaver
easier to work around this), then I should be ready to spend times to clean
up all those 'mess', so VS2005 won't complain about the tags.
So, if your situation is just like mine, then stick with the VS2005
designer.

regards,
"Parrot" <Pa****@discussions.microsoft.com> wrote in message
news:FF**********************************@microsof t.com...
After being able to use the new Web Application addon to VS 2005 I thought
that I could finally use the product. However, I am still stumbling over
everthing trying to get my web application to compile and run properly.
The
real annoying feature is when you try to switch to the Design View and
there
is a mismatched tag you must correct that before it lets you look at the
web
design. Why? The program ran ok before. The other thing is that the
system
cannot handle 2 sets of form tags in a web page. It always says that last
form tag is unmatched which is not true. I delete the tag and then try to
execute the web page and it tells me that I have an unmatched form tag.
You
can't win. As far as I am concerned VS 2005 is still a step backward
unless
someone can explain to me why I am wrong in my above observations. There
are
too many bugs for it to be useful at this point.

May 8 '06 #2
Mike;
I do use the VS2005 Designer only. In fact, I code many of my webpages
manually with html code. I never use Frontpage or Dreamweaver because they
are too restrictive and cumbersome to use and create unpredictable results.
My biggest complaint is that VS2005 is making me go back and recode 100's of
webpages that were displaying properly before. And I still maintain that it
does not handle nested FORM tags which I use occassionally. So I have no
choice but to recode many of my webpages in order to use VS2005 in order to
make them look like they did in VS2003. This is progress?
Dave

"Mike" wrote:
Hi there,

Just want to share my experience. I got the same prob before.
But in my situation, the prob only happens when I designed your layout with
another HTML designer (i.e: Dreamweaver or FrontPage) and then reload the
generated page(s) in VS2005 designer. They will scrambled and pops up
several 'mismatch tags' error, and not letting you to switch to design view
anymore untill all those errors resolved.
From that moment on, I always use the VS2005 designer. Should I need to
design a complex layout using, say, DreamWeaver (yes, IMO, DreamWeaver
easier to work around this), then I should be ready to spend times to clean
up all those 'mess', so VS2005 won't complain about the tags.
So, if your situation is just like mine, then stick with the VS2005
designer.

regards,
"Parrot" <Pa****@discussions.microsoft.com> wrote in message
news:FF**********************************@microsof t.com...
After being able to use the new Web Application addon to VS 2005 I thought
that I could finally use the product. However, I am still stumbling over
everthing trying to get my web application to compile and run properly.
The
real annoying feature is when you try to switch to the Design View and
there
is a mismatched tag you must correct that before it lets you look at the
web
design. Why? The program ran ok before. The other thing is that the
system
cannot handle 2 sets of form tags in a web page. It always says that last
form tag is unmatched which is not true. I delete the tag and then try to
execute the web page and it tells me that I have an unmatched form tag.
You
can't win. As far as I am concerned VS 2005 is still a step backward
unless
someone can explain to me why I am wrong in my above observations. There
are
too many bugs for it to be useful at this point.


May 8 '06 #3
I forgot to mention that VS 2005 should make it an option whether or not to
tighten up the tag editing on webpages. If the tag sytnax was accepted by
VS2003 but not VS2005 it forces an awful lot of reprogramming on large
websites. Changing the rules in the middle of the game goes against upward
compatibility of software.
Dave

"Mike" wrote:
Hi there,

Just want to share my experience. I got the same prob before.
But in my situation, the prob only happens when I designed your layout with
another HTML designer (i.e: Dreamweaver or FrontPage) and then reload the
generated page(s) in VS2005 designer. They will scrambled and pops up
several 'mismatch tags' error, and not letting you to switch to design view
anymore untill all those errors resolved.
From that moment on, I always use the VS2005 designer. Should I need to
design a complex layout using, say, DreamWeaver (yes, IMO, DreamWeaver
easier to work around this), then I should be ready to spend times to clean
up all those 'mess', so VS2005 won't complain about the tags.
So, if your situation is just like mine, then stick with the VS2005
designer.

regards,
"Parrot" <Pa****@discussions.microsoft.com> wrote in message
news:FF**********************************@microsof t.com...
After being able to use the new Web Application addon to VS 2005 I thought
that I could finally use the product. However, I am still stumbling over
everthing trying to get my web application to compile and run properly.
The
real annoying feature is when you try to switch to the Design View and
there
is a mismatched tag you must correct that before it lets you look at the
web
design. Why? The program ran ok before. The other thing is that the
system
cannot handle 2 sets of form tags in a web page. It always says that last
form tag is unmatched which is not true. I delete the tag and then try to
execute the web page and it tells me that I have an unmatched form tag.
You
can't win. As far as I am concerned VS 2005 is still a step backward
unless
someone can explain to me why I am wrong in my above observations. There
are
too many bugs for it to be useful at this point.


May 8 '06 #4
The handling of only one server form tag is an ASP.NET feature and has
nothing to do with VS.

In my experience, besides the Visual Foxpro IDE, Microsoft has not made an
IDE that is usable until VS 2005. In the past for .NET, I would use text
editors. Overall, however, I do not want to rely on the IDE to ensure that
my code is working. I'm the programmer, not the IDE.
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

"Parrot" <Pa****@discussions.microsoft.com> wrote in message
news:FF**********************************@microsof t.com...
After being able to use the new Web Application addon to VS 2005 I thought
that I could finally use the product. However, I am still stumbling over
everthing trying to get my web application to compile and run properly.
The
real annoying feature is when you try to switch to the Design View and
there
is a mismatched tag you must correct that before it lets you look at the
web
design. Why? The program ran ok before. The other thing is that the
system
cannot handle 2 sets of form tags in a web page. It always says that last
form tag is unmatched which is not true. I delete the tag and then try to
execute the web page and it tells me that I have an unmatched form tag.
You
can't win. As far as I am concerned VS 2005 is still a step backward
unless
someone can explain to me why I am wrong in my above observations. There
are
too many bugs for it to be useful at this point.

May 17 '06 #5

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

Similar topics

9
by: Greg Brunet | last post by:
In doing some testing of different but simple algorithms for getting a list of prime numbers, I ended up getting some results that seem a bit contradictory. Given the following test program...
0
by: AshifToday | last post by:
this was my and my frineds little project in earlier classes, the program seperates the composite and prime numbers in two sections of the screen ===================== /* This program has...
1
by: Rob R. Ainscough | last post by:
I'm having several issues with Windows Setup Projects in VS 2005 and need to find a resource that might be able to help me work around some of the short comings of Windows Setup Projects (Windows...
3
by: PawelSokolowski | last post by:
Hi all, I have switched from VC 6.0 to .NET 2003 about 6 months ago. I regret it every day since. It's uncomfortable, it breaks all habits from VC6.0 (Class Wizard, I will miss you forever)....
11
by: CMM | last post by:
I am so disappointed in VS2005. The "little things" wrong with it are just mind-boggling. Boy, I'll be so mad if I have to wait a year for the ".1" release that fixes all the bugs in this obvious...
10
by: Shane Story | last post by:
Is 2005 worth the upgrade? Some time ago, I read it was really slow. Is this true? Any thoughts would be appreciated. Also, how easy is it to upgrade from 2003 app to 2005? Does it break...
1
by: Rob R. Ainscough | last post by:
The issue: 1. Debugging in VS 2005 (VB.NET) and stepping thru code. 2. Try to load an MS Access database (being referenced in VS 2005 source) by double click on the .mdb via Explorer ...
60
by: rhle.freak | last post by:
Here is my code to generate prime numbers.It works absolutely fine when the range is *not very large*. However on initializing i with a large integer it produces erroneous results (some numbers...
7
by: newstips6706 | last post by:
1, 2, 3, 5, 7... PRIME Numbers ________________________________ Definitions What is a PRIME Number ?
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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,...

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.