Two things that “bugs” me in VS .NET 2003 + how to avoid them
Jun 25th, 2005 by Sebastian
There are two main things that drives me crazy:
- Erasing event handlers.
Sometimes Visual Studio .NET 2003 erases event handlers.
What I see is that it occurs after working in html mode. What you can do is attach events manually after the InitializeComponent() call, instead of using the properties editor. -
“Close all documents” closes VS. NET IDE
When you click “Window/Close All Documents” VS.NET sometimes terminates (very, very fast. I have never seen VS closing so fast).
To avoid this try “Window/Windows” then select all windows and click “Close Window(s)”.