S
Scott M
I rolled out some changes in an application that I'm in charge of and I'm
trying to figure out where the error is. All I get is a "Common Language
Runtime Debugging Services" dialog box telling me the processID and the
thread ID. The application tests fine on my machine, however does not run
when my users attempt to execute it. In my Main() procedure the first line I
have is an unhandled exception hook from the application object. but, this
is not even executing. Is there any way I can get better info about what
this exception is? If I click Cancel to debug the application it tells me
that a debugger cannot be found. is there something like a fusion log from
IE or does someone have an application that will call and monitor the
application to see what is erroring out?
BTW - I have distributed the application with all the PDB files so all
symbols are there.
ANY help is greatly appreciated. Thanks.
trying to figure out where the error is. All I get is a "Common Language
Runtime Debugging Services" dialog box telling me the processID and the
thread ID. The application tests fine on my machine, however does not run
when my users attempt to execute it. In my Main() procedure the first line I
have is an unhandled exception hook from the application object. but, this
is not even executing. Is there any way I can get better info about what
this exception is? If I click Cancel to debug the application it tells me
that a debugger cannot be found. is there something like a fusion log from
IE or does someone have an application that will call and monitor the
application to see what is erroring out?
BTW - I have distributed the application with all the PDB files so all
symbols are there.
ANY help is greatly appreciated. Thanks.