Hi,
I have a control added to a form and whenever I open that form it tells me that an exception was thrown in the control and thus it's disabled in the form. However, I can't seem to find where this exception is thrown and everything is fine at runtime. Is there a way to break on exceptions at design time
Thanks,
Tom

Exceptions in designer - how to find?
NJCLC
Check out the Debugging section in:
http://msdn.microsoft.com/msdnmag/issues/03/04/Design-TimeControls/default.aspx
Best regards,
Johan Stenberg
MattMorg
AnurRS
Manidkn
Thanks
TomChung
The immediate window is included in Visual Studio 2005 beta2. You are most likely to find the command that opens the window in the Debug->Windows menu.
Best regards,
Johan Stenberg