Please help, cant debug

In unit testing our windows applicaiton, there is a circumstance where our application crashes with the

"has encountered a problem and needs to close. We are sorry for the inconvenience."

It does not stop at any of our code, it just crashes - so we cant debug to find the problem.

Can anyone give us any suggestions to help us find the problem

Here is the error signature:

AppName: mainmdimenu.vshost.exe AppVer: 8.0.50727.42 ModName: browseui.dll

ModVer: 6.0.2900.2802 Offset: 00002040

Any help at all is appreciated,

Thank,

Eric




Answer this question

Please help, cant debug

  • cynthiars

    Put some try catch blocks in place to trap the error especially in the main menu calls and in the browseui routines

  • Please help, cant debug