Saturday, June 25, 2005

Two things that “bugs” me in VS .NET 2003 + how to avoid them

There are two main things that drives me crazy:
  1. 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.

  2. "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)”.

No comments: