Application generated an exception that could not be handled.

  • Thread starter Thread starter BoomBoom
  • Start date Start date
B

BoomBoom

I have an application that is randomly throwing the following error:

------------------------------------------------

Application generated an exception that could not be handled.
Process id=0x240 (576), Thread id=0x2c0 (704).

Click OK to terminate the application.
Click CANCEL to debug the application.

------------------------------------------------

The problem is that it NEVER occurs on development or test machines and only
on user workstations, with no pattern than can be reliably duplicated. It is
unclear how to go about tracing the cause.

Does anyone have any suggestions?
 
BoomBoom said:
I have an application that is randomly throwing the following error:

------------------------------------------------

Application generated an exception that could not be handled.
Process id=0x240 (576), Thread id=0x2c0 (704).

Click OK to terminate the application.
Click CANCEL to debug the application.

------------------------------------------------

The problem is that it NEVER occurs on development or test machines and only
on user workstations, with no pattern than can be reliably duplicated. It is
unclear how to go about tracing the cause.

Does anyone have any suggestions?

This issue seems to have come up many time before. Here is a goolge search
of possible answers (watch out for multi-line wrapping of the link):

http://www.google.com/groups?as_q=A...led&safe=images&ie=UTF-8&oe=UTF-8&as_ugroup=*
dotnet*&lr=&num=100&hl=en
 
Back
Top