Managing expections with Visual Studio 2008 (64 bits)
I've been programming a class (when I finished it I'll show you) in my new 64 bits Visual Studio 2008 installation, with my new (too) Windows Vista 64 bits and the Visual Studio 2008 didn't manage the exceptions (the debugging stopped).
I don't know if it was issue of my installation, the 64 bits installations or VS 2008. But I must to enable it.
For enable it, you must to enable the Thrown of Common Language Runtime Exceptions at the menu Debug>Exception (or CTRL D, E shortcut).
I hope that this post will be useful.