473,394 Members | 1,878 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,394 software developers and data experts.

Where's the NG to complain about VS 2003 IDE?

Hey, which newsgroup is for complaining about how amazingly crappy the Visual
Studio 2003 IDE is?

Thanks
--
Bret Pehrson
mailto:br**@infowest.com
NOSPAM - Include this key in all e-mail correspondence <<38952rglkwdsl>>
Nov 15 '05 #1
21 1434
On Borland's site

"Bret Pehrson" <br**@infowest.com> wrote in message
news:40***************@infowest.com...
Hey, which newsgroup is for complaining about how amazingly crappy the Visual Studio 2003 IDE is?

Thanks
--
Bret Pehrson
mailto:br**@infowest.com
NOSPAM - Include this key in all e-mail correspondence <<38952rglkwdsl>>

Nov 15 '05 #2
Bret Pehrson <br**@infowest.com> wrote:
Hey, which newsgroup is for complaining about how amazingly crappy the Visual
Studio 2003 IDE is?

Thanks


If you don't mind me asking, what's so bad about it? I'm curious
since I've not used it before and, up until now, I've only ever heard
good comments about it.

Cheers
Nov 15 '05 #3
microsoft.public.vsnet.ide

Though, you probably can't say anything that hasn't been said before ;)

Good luck

Brian W

"Bret Pehrson" <br**@infowest.com> wrote in message
news:40***************@infowest.com...
Hey, which newsgroup is for complaining about how amazingly crappy the Visual Studio 2003 IDE is?

Thanks
--
Bret Pehrson
mailto:br**@infowest.com
NOSPAM - Include this key in all e-mail correspondence <<38952rglkwdsl>>

Nov 15 '05 #4
If it was perfect, people like you would not have anything to complain about
;-)
Besides, use notepad or emacs, and the command line compiler like the ms
developers do :-)
--
William Stacey, MVP

"Bret Pehrson" <br**@infowest.com> wrote in message
news:40***************@infowest.com...
Hey, which newsgroup is for complaining about how amazingly crappy the Visual Studio 2003 IDE is?

Thanks
--
Bret Pehrson
mailto:br**@infowest.com
NOSPAM - Include this key in all e-mail correspondence <<38952rglkwdsl>>

Nov 15 '05 #5
"William Stacey" <st***********@mvps.org> wrote:
If it was perfect, people like you would not have anything to complain about
;-)
Besides, use notepad or emacs, and the command line compiler like the ms
developers do :-)


Notepad... tabs... hmm.

:-)
Nov 15 '05 #6
Nah, I don't mind you asking...

First, the visual designer is pure junk. Laying out HTML components is next to
impossible. You can't select anything (you click on one thing, and something
else gets selected), you don't have access to a lot of the HTML properties (try
setting up cell gridlines), etc. etc. etc. I usually end up doing my HTML
design in Front Page, then paste it into the VS page. What a mess that is.
Also, it would *REALLY* be nice if when switching from design view to HTML the
selected item was highlighted in the HTML code.

Another major gripe is the error output -- if you have an undefined type when
compiling, it usually shows up as the *next* type, which is usually defined.
So, you go pulling your hair out trying to figure out why the defined symbol
isn't defined according to the compiler, until you figure out or remember that
it really is the previous symbol that is undefined. I've spent more than a few
hours on that stupid bug.

Third, the visual designer has a nasty tendency to overwrite your raw code (it
happens all the time in the raw HTML code). (And no, the code isn't in a wizard
section...)

Blah, blah, blah...

C# Learner wrote:

Bret Pehrson <br**@infowest.com> wrote:
Hey, which newsgroup is for complaining about how amazingly crappy the Visual
Studio 2003 IDE is?

Thanks


If you don't mind me asking, what's so bad about it? I'm curious
since I've not used it before and, up until now, I've only ever heard
good comments about it.

Cheers


--
Bret Pehrson
mailto:br**@infowest.com
NOSPAM - Include this key in all e-mail correspondence <<38952rglkwdsl>>
Nov 15 '05 #7
I agree the html component of studio needs some work but it isn't as bad as
what you are griping about. Consider that MS is really pushing code-behind
so that is where you should be migrating too.
I think it's the right approach to wean developers out of that classic ASP
inline page junk. The list is too long to warrant any time and effort as to
why it's terrible to program this way with the new model.

I suspect that is the large part of the reason the HTML editor sucks. It
just isn't priority. And rightly so because ASP is past tense. The
code-behind portion is excellent. Occasionally, I do need to muck with the
aspx code but I tend to avoid it as much as possible. Most everything can be
done from the code-behind. Most everything.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Bret Pehrson" <br**@infowest.com> wrote in message
news:40***************@infowest.com...
Nah, I don't mind you asking...

First, the visual designer is pure junk. Laying out HTML components is next to impossible. You can't select anything (you click on one thing, and something else gets selected), you don't have access to a lot of the HTML properties (try setting up cell gridlines), etc. etc. etc. I usually end up doing my HTML
design in Front Page, then paste it into the VS page. What a mess that is. Also, it would *REALLY* be nice if when switching from design view to HTML the selected item was highlighted in the HTML code.

Another major gripe is the error output -- if you have an undefined type when compiling, it usually shows up as the *next* type, which is usually defined. So, you go pulling your hair out trying to figure out why the defined symbol isn't defined according to the compiler, until you figure out or remember that it really is the previous symbol that is undefined. I've spent more than a few hours on that stupid bug.

Third, the visual designer has a nasty tendency to overwrite your raw code (it happens all the time in the raw HTML code). (And no, the code isn't in a wizard section...)

Blah, blah, blah...

C# Learner wrote:

Bret Pehrson <br**@infowest.com> wrote:
Hey, which newsgroup is for complaining about how amazingly crappy the VisualStudio 2003 IDE is?

Thanks


If you don't mind me asking, what's so bad about it? I'm curious
since I've not used it before and, up until now, I've only ever heard
good comments about it.

Cheers


--
Bret Pehrson
mailto:br**@infowest.com
NOSPAM - Include this key in all e-mail correspondence <<38952rglkwdsl>>

Nov 15 '05 #8
What?

--
William Stacey, MVP

"C# Learner" <cs****@learner.here> wrote in message
news:2d********************************@4ax.com...
"William Stacey" <st***********@mvps.org> wrote:
If it was perfect, people like you would not have anything to complain about;-)
Besides, use notepad or emacs, and the command line compiler like the ms
developers do :-)


Notepad... tabs... hmm.

:-)

Nov 15 '05 #9
On a side note- because i think he was complaining a bit about the reformat
(aka total mess) the designer creates when you sometimes switch from Design
mode to HTML mode. This no longer happens in the next version of VS. It
leaves your HTML formatting alone.

-Rob Teixeira [MVP]

"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:uC*************@tk2msftngp13.phx.gbl...
I agree the html component of studio needs some work but it isn't as bad as what you are griping about. Consider that MS is really pushing code-behind
so that is where you should be migrating too.
I think it's the right approach to wean developers out of that classic ASP
inline page junk. The list is too long to warrant any time and effort as to why it's terrible to program this way with the new model.

I suspect that is the large part of the reason the HTML editor sucks. It
just isn't priority. And rightly so because ASP is past tense. The
code-behind portion is excellent. Occasionally, I do need to muck with the
aspx code but I tend to avoid it as much as possible. Most everything can be done from the code-behind. Most everything.

--

Nov 15 '05 #10
"William Stacey" <st***********@mvps.org> wrote:
What?


I was referring to your Notepad comment. I don't know if you've ever
used Notepad, but it sucks for writing code -- it doesn't do
auto-tab-indents.
Nov 15 '05 #11
Yes thanks. Used it once or twice. Ref to Notepad was to refer to using
some text editor outside the IDE and compile via command line. Nobody would
really "use" it for anything but emergency, but if you can do it Notepad,
you can do it in anything - well, ya get the point. BTW, the IDE does
auto-tab-indents - so I guess it has a least one thing for you :-)

--
William Stacey, MVP

"C# Learner" <cs****@learner.here> wrote in message
news:sm********************************@4ax.com...
"William Stacey" <st***********@mvps.org> wrote:
What?


I was referring to your Notepad comment. I don't know if you've ever
used Notepad, but it sucks for writing code -- it doesn't do
auto-tab-indents.

Nov 15 '05 #12

Hi Bret,

Thank you for posting in the community!

Based on my understanding, you feel un-comfortable about the Visual
Studio.Net IDE. And you want to find a place to talk about it.

================================================== ==
I think you may paste your problem in the group below, it is used to
discuss the IDE related issue, you may get more help there. Also, my
colleague will help you there.
microsoft.public.vsnet.ide

Anyway, for your compliant, I will try my best to help you one by one here.

In your "First" compliant, I can not understand why "You can't select
anything", can you provide us a reproduce steps?

For your "Also, it would *REALLY* be nice if when switching from design
view to HTML the selected item was highlighted in the HTML code.", I can
reproduce it. I think it is the default behavior of Html designer in
VS.net. If you feel it not very nice, please feel free to feedback to
Microsoft at:
http://register.microsoft.com/mswish/suggestion.asp
or mail to: ms****@microsoft.com

For your "error output" issue, I can not reproduce it, so I can not confirm
it as a bug for you, you may provide your further detailed information for
it.

For the third one, the Visual Studio.Net html designer really may format
your code, but it will not change your html logic, it just use another way
of html syntax for it.

Some where of the code designer, such as InitializeComponent method also
may change your modify in it, because it is not intended for you to modify.
There is comment in the code designer to note your for this:
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>

==================================================
Thank you for your patience and cooperation. If you have any questions or
concerns, please feel free to post it in the group. I am standing by to be
of assistance.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 15 '05 #13
William Stacey <st***********@mvps.org> wrote:
Yes thanks. Used it once or twice. Ref to Notepad was to refer to using
some text editor outside the IDE and compile via command line. Nobody would
really "use" it for anything but emergency, but if you can do it Notepad,
you can do it in anything - well, ya get the point. BTW, the IDE does
auto-tab-indents - so I guess it has a least one thing for you :-)


Actually, I do it all the time - not using Notepad, but using a light-
weight Emacs clone which comes up in the blink of an eye rather than
VS.NET's understandably slower start.

Almost all the little test programs I write/check for newsgroups are
written using this editor and compiled with the command line.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 15 '05 #14
vs.net slow start?

I can load VS.Net plus my 10 project solution in under 10
seconds....ok maybe not blink of an eye....but....since this only
happens like what? once a day?......I'm not complaining.

Stephan
Nov 15 '05 #15
Stephan Rose <ke**********@kermos-no-spam-reversed.net> wrote:
vs.net slow start?
Yes, compared with a simple text editor.
I can load VS.Net plus my 10 project solution in under 10
seconds....ok maybe not blink of an eye....but....since this only
happens like what? once a day?......I'm not complaining.


When I'm working on my "work" projects, I don't want to have to change
solution every time I want to answer a newsgroup post, nor do I want to
add extra projects just to do so. Also, I'm not always working on C#,
and I don't want to have VS.NET up all day when I'm only using it
occasionally. I probably pop up the text editor twenty times a day -
and at that stage, a 10 second pause is definitely annoying.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 15 '05 #16
On Mon, 9 Feb 2004 16:30:51 -0000, Jon Skeet [C# MVP]
<sk***@pobox.com> wrote:
Stephan Rose <ke**********@kermos-no-spam-reversed.net> wrote:
vs.net slow start?


Yes, compared with a simple text editor.
I can load VS.Net plus my 10 project solution in under 10
seconds....ok maybe not blink of an eye....but....since this only
happens like what? once a day?......I'm not complaining.


When I'm working on my "work" projects, I don't want to have to change
solution every time I want to answer a newsgroup post, nor do I want to
add extra projects just to do so. Also, I'm not always working on C#,
and I don't want to have VS.NET up all day when I'm only using it
occasionally. I probably pop up the text editor twenty times a day -
and at that stage, a 10 second pause is definitely annoying.


ahh ok...I just start up vs.net and....that's it. :)

Since I work from home there actually are times when this happens once
a week lol :)

Stephan
Nov 15 '05 #17
Exactly. If you notice on the MSDN shows, people like Don Box and others
use Emacs a lot. I never used it in my *nix days (used vi) and not real
sure I want to learn it now as ide works for me - but have been thinking
about it. Which Emacs clone do you like?

--
William Stacey, MVP

"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP************************@msnews.microsoft.c om...
William Stacey <st***********@mvps.org> wrote:
Yes thanks. Used it once or twice. Ref to Notepad was to refer to using some text editor outside the IDE and compile via command line. Nobody would really "use" it for anything but emergency, but if you can do it Notepad, you can do it in anything - well, ya get the point. BTW, the IDE does
auto-tab-indents - so I guess it has a least one thing for you :-)


Actually, I do it all the time - not using Notepad, but using a light-
weight Emacs clone which comes up in the blink of an eye rather than
VS.NET's understandably slower start.

Almost all the little test programs I write/check for newsgroups are
written using this editor and compiled with the command line.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Nov 15 '05 #18
William Stacey <st***********@mvps.org> wrote:
Exactly. If you notice on the MSDN shows, people like Don Box and others
use Emacs a lot. I never used it in my *nix days (used vi) and not real
sure I want to learn it now as ide works for me - but have been thinking
about it. Which Emacs clone do you like?


It's one called Jed.

http://www.jedsoft.org/jed/ is the place to get the latest and greatest
version - the one I'm using is years old :)

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 15 '05 #19
My codesnippets come from my existing project. I just clear a portion of
lines and create my snippets. Easy in easy out. I can't tell you how many
times snippets left in made it into production testing with wierd results
and sour faces. shhhhhh

Studio does come up slowly especially if it is wired to source-safe. ya i
know i have some bad habits...

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Stephan Rose" <ke**********@kermos-no-spam-reversed.net> wrote in message
news:ak********************************@4ax.com...
vs.net slow start?

I can load VS.Net plus my 10 project solution in under 10
seconds....ok maybe not blink of an eye....but....since this only
happens like what? once a day?......I'm not complaining.

Stephan

Nov 15 '05 #20
Try microsoft.public.vsnet.general (or perhaps .ide, I don't remember the
exact structure...)

--
Eric Gunnerson

Visit the C# product team at http://www.csharp.net
Eric's blog is at http://weblogs.asp.net/ericgu/

This posting is provided "AS IS" with no warranties, and confers no rights.
"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
My codesnippets come from my existing project. I just clear a portion of
lines and create my snippets. Easy in easy out. I can't tell you how many
times snippets left in made it into production testing with wierd results
and sour faces. shhhhhh

Studio does come up slowly especially if it is wired to source-safe. ya i
know i have some bad habits...

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Stephan Rose" <ke**********@kermos-no-spam-reversed.net> wrote in message
news:ak********************************@4ax.com...
vs.net slow start?

I can load VS.Net plus my 10 project solution in under 10
seconds....ok maybe not blink of an eye....but....since this only
happens like what? once a day?......I'm not complaining.

Stephan


Nov 15 '05 #21

Hi Bret,

Does the community's reply make sense to you?

If you still have any concern, please feel free to tell me or post in
microsoft.public.vsnet.ide for your issue.

I will wait for your feedback, thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 15 '05 #22

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

Similar topics

1
by: Xavier Decoret | last post by:
I got the following piece of code: template <class T,class V> class ClusterLeaf : public Cluster<T,V> { public: // ... protected: friend class Cluster<T,V>; friend class...
2
by: Jim Min | last post by:
Anyone can explain the following? Table definition: CREATE TABLE testdate ( SalesDate DATETIME, SalesTotal DOUBLE, PRIMARY KEY (SalesDate) )
0
by: budgie | last post by:
Hi, I have a table with availability of rooms which has the htlrm_id: hotel room id avl_date: date this room is available avl_qty: quantity of this room available avl_rate: rate at which these...
38
by: Red Dragon | last post by:
I am self study C student. I got stuck in the program below on quadratic equation and will be most grateful if someone could help me to unravel the mystery. Why does the computer refuse to execute...
2
by: Fei Li | last post by:
My vs .net 2003 complain: The type or namespace name 'FileNameEditor' does not exist in the class or namespace 'System.Windows.Forms.Design' (are you missing an assembly reference?) In my...
3
by: yuyang08 | last post by:
Hi, I wrote a simple program to learn the usage of STL template map and set. Although I did not give out any Compare function with respect to struct A, the program got compiled without any...
6
by: Hemant Shah | last post by:
Folks, Today, I was exporting a table in one database and then importing it in another database. The table in destination database was missing one column (my mistake while creating the table),...
27
by: CarlosMB | last post by:
Hello, I am writing code that uses a DLL which is supposed to print to console some useful information but for some reason it is not doing so. The environment is a bit complex to explain but...
5
by: jacob navia | last post by:
One of the many questions asked by people is that even if they write into standard output, the output doesn't show in the screen. This happens in windows systems since quite a long time. To...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...

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.