How can I Debug with no info?!?

  • Thread starter Thread starter Scott M
  • Start date Start date
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.
 
Hi,

Are you sure you included all the referenced dll's with the
application?

Ken
 

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

Back
Top