Application crashing randomly

  • Thread starter Thread starter Jack Wright
  • Start date Start date
J

Jack Wright

Dear All,
We have developed an application and are use No Touch Deployment to
run it...quite a few times the application just crashes without any
exeception...I have handled the thread exeception handler too and it
does not come there...
How do I debug to find out what is causing the problem...can I use
ADPlus for this...Please advice...

Please help...

TALIA
Many Regards
Jack
 
Hello,

what kind of no touch deployment are you using?

there is also an event handler for handling appdomain level exceptions. you
might want to try that.


Cris
 
Hi Cris,
I have a stub application that uses Assembly.LoadForm method to get
the dlls and load...I have a Form that contains mulitple forms as
controls in it...I have been able to track two possibilities of this
problem...
1. One the AutoScale property that needs to set to false for child
forms.
2. I need to use Application.DoEvents...so that the message pool gets
processed before child forms launch...

These two seem to be working for me at the moment atleast...I hope I
have spotted and implemented the right solutions...any suggestions...

Thanks & Regards
Jack
 
Back
Top