App crashing...

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

I have an app in vb.net 2008, its been a few months since i've modified it.
when I go to run it now in the IDE, it crashes on me... I've set debugging
points on the form load event and the inherits system.windows.forms.form
and sub Initializecomponent().. and it does not stop.. how else can i tell
what failing here?
Brian
 
Brian said:
I have an app in vb.net 2008, its been a few months since i've modified it.
when I go to run it now in the IDE, it crashes on me... I've set debugging
points on the form load event and the inherits system.windows.forms.form
and sub Initializecomponent().. and it does not stop.. how else can i tell
what failing here?

You might be able to go to Debug menu to the Exceptions and set Exception
thrown and brake in some areas to get it to brake, if possible.

However, if the solution is not braking on brake points you are setting, it
might not be getting into the application to reach a brake point you have
set.
 
Brian,

Probably it is crashing already in the designer generated code part.

Cor
 
Back
Top