Hi. I'm having this odd issue. I have Visual Studio 2008 Professional SP1 Installed on Windows 7 Ultimate x64. I noticed this, VS is not detecting any runtime exception thrown during the formLoad event, in C#. I haven't try this on VB. For example, this code:
object p = new Point(3, 4);
p = (Rectangle) p;
This doesn't do anything and the VS is not throwing any exception.