Application crashing randomly

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
 
G

gyurisc

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
 
J

Jack Wright

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top