Two things that “bugs” me in VS .NET 2003 + how to avoid them
Posted in Visual Studio on Jun 25th, 2005
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 […]