ScottV
2007-08-22 23:36:02 UTC
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
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