Re: Loading Symbols (.pdb) for Internet Explorer files

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi Scott,

IMHO you are using the sledgehammer approach. And what javascript code to
you have in the dropdown's onchange event?

Can you reporduce the problem in the IE7 browser? If so use the debug
settings of IE and the MS Script debugger to trace what is happening with
the element events.

You may like http://www.debugbar.com or http://www.iewatch.com

Regards.
"ScottV" <ScottV@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:50F00918-6C00-4DB4-98E4-73FC153EB9B7@xxxxxxxxxxxxxxxx
I am working on a Web Browser Control that is crashing after changing the
selection in a drop down more than 7 times. This only happens on IE 7.
With
other versions of Internet Explorer installed, everything works fine. The
crash is happening in IEFrame.dll, and I want a valid call stack trace to
determine what the root of the problem is, but the symbols files are not
getting loaded.

I have system symbols installed on one of my development machines. Visual
Studio 8 on Vista loads most of the symbols without a problem, but certain
files like IEFrame.pdb do not get loaded. IEFrame.pdb are stored in the
same
folder as the other files that do get loaded. I even tried copying
IEFrame.pdb to the same folder as IEFrame.dll, but nothing seems to work.

Are there any special steps to get the symbols loaded for IE 7?

Thanks,
Scott


.