G
Guest
Hi Everybody,
I'e got a problem with one of my Windows applications:
Some times (not very often) the application displays a message box that says
"Application has generated an exception that could not be handled".
The only information provided is the process&thread ID.
It does NOT provide a stack dump or any other information about what or
where this error is (the log in the system event viewer does not give any
more information)
The application catchs unhandled exceptions and writes the exception info to
a log file (I tried, it Works!) but in this case no log file was created.
the only options the message box gives me are to stop the application or to
run a debugger.
Now, this application runs on a client's producation computer so I don't
have any debugger on it.
How can I find out what caused this exception?
Nadav
I'e got a problem with one of my Windows applications:
Some times (not very often) the application displays a message box that says
"Application has generated an exception that could not be handled".
The only information provided is the process&thread ID.
It does NOT provide a stack dump or any other information about what or
where this error is (the log in the system event viewer does not give any
more information)
The application catchs unhandled exceptions and writes the exception info to
a log file (I tried, it Works!) but in this case no log file was created.
the only options the message box gives me are to stop the application or to
run a debugger.
Now, this application runs on a client's producation computer so I don't
have any debugger on it.
How can I find out what caused this exception?
Nadav