B
Benoit Martin
Hello,
I am not expecting to get THE fix for my problem but I need help to get
started in the right direction
In one of my classes, I instantiate an object inherited from the
System.Windows.Forms.Form class. Most of the time this works good but every
once in a while, the application crashes and goes back to the VS.net or
Desktop depending if I'm running from VS or not.
I don't get any error message before the crash and the Try Catch block
doesn't catch any error.
I narrowed down my search to the constructor of this inherited class but now
I don't anything that could create that.
I am using threads for other functions but this form is not part of any
other thread than the main app thread.
Does anybody have any idea what would be the possible causes of such a
crash?
Once again I am not expecting a fix but more suggestions of things to look
at.
Thanks a lot for your help
I am not expecting to get THE fix for my problem but I need help to get
started in the right direction
In one of my classes, I instantiate an object inherited from the
System.Windows.Forms.Form class. Most of the time this works good but every
once in a while, the application crashes and goes back to the VS.net or
Desktop depending if I'm running from VS or not.
I don't get any error message before the crash and the Try Catch block
doesn't catch any error.
I narrowed down my search to the constructor of this inherited class but now
I don't anything that could create that.
I am using threads for other functions but this form is not part of any
other thread than the main app thread.
Does anybody have any idea what would be the possible causes of such a
crash?
Once again I am not expecting a fix but more suggestions of things to look
at.
Thanks a lot for your help