Explorer crashes in MSHTML.DLL after browsing .xml files

A

Alex Z.

My development box is a Windows 2000 Advanced Server SP4
with all the latest patches, Visual Studio 6 SP5, Visual
Studio .Net 2003, Office 2003, XMLSpy 2004...

Problem: using the file explorer to browse directories of
xml files, opening some of them, eventually always makes
the file explorer to crash in MSHTML.DLL. The stack looks
like:
MSHTML.DLL!_DecrementObjectCount() + 0x8
MSHTML.DLL!CBase::privateRelease() + 0x32
MSHTML.DLL!CElement::privateRelease() + 0x23
MSHTML.DLL!CStyleSheetPageArray::Release() + 0xa

MSHTML.DLL!CMarkup::DestroySplayTree() - 0x2d6
MSHTML.DLL!CMarkup::UnloadContents() + 0x187
MSHTML.DLL!CMarkup::TearDownMarkup() + 0x4f
MSHTML.DLL!CDoc::UnloadContents() + 0x28d
MSHTML.DLL!CDoc::passivate() + 0x95
MSHTML.DLL!CBase::privateRelease() + 0x32
MSHTML.DLL!PlainRelease() + 0x4e
SHELL32.DLL!CSFVFrame::_CleanUpOleObj() + 0x1b
SHELL32.DLL!CSFVFrame::_CleanUpOleObjAndDt() + 0xc

SHELL32.DLL!CSFVFrame::_CleanupOldDocObject() +
0x40
SHELL32.DLL!CSFVFrame::ShowExtView() + 0x86
SHELL32.DLL!CDefView::DestroyViewWindow() + 0x49

SHDOCVW.DLL!CBaseBrowser2::ReleaseShellView() +
0x133
BROWSEUI.DLL!CCommonBrowser::ReleaseShellView() +
0x10
BROWSEUI.DLL!CShellBrowser2::ReleaseShellView() +
0x20
SHDOCVW.DLL!CBaseBrowser2::_SwitchActivationNow()
+ 0x7a
BROWSEUI.DLL!CCommonBrowser::_SwitchActivationNow
() + 0x10
BROWSEUI.DLL!CShellBrowser2::_SwitchActivationNow
() + 0xc
SHDOCVW.DLL!CBaseBrowser2::ActivatePendingView()
+ 0x141
BROWSEUI.DLL!CCommonBrowser::ActivatePendingView
() + 0x10
BROWSEUI.DLL!CShellBrowser2::ActivatePendingView
() + 0x12
BROWSEUI.DLL!CCommonBrowser::WndProcBS() + 0x1e

BROWSEUI.DLL!CShellBrowser2::WndProcBS() + 0xd9

BROWSEUI.DLL!IEFrameWndProc() + 0x51
USER32.DLL!_UserCallWinProc@20() + 0x18
USER32.DLL!_DispatchMessageWorker@8() + 0x2e4
USER32.DLL!_DispatchMessageW@4() + 0xb
BROWSEUI.DLL!TimedDispatchMessage() + 0x20
BROWSEUI.DLL!BrowserThreadProc() + 0x1fd
BROWSEUI.DLL!BrowserProtectedThreadProc() + 0x44

KERNEL32.DLL!_BaseThreadStart@8() + 0x52

Has anybody else had this kind of problem? Another strange
thing is that the search tool cannot find C:\WINNT\system32
\MSHTML.DLL even though I explicitly set it to search for
MSHTML.DLL in that directory -- it tells me that no result
is found.

Thanks.
- alex
 
R

Robert Aldwinckle

Problem: using the file explorer to browse directories of xml files,

What is the "file explorer"?

the search tool cannot find C:\WINNT\system32\MSHTML.DLL

Are you trying to find the version info?
Do you have Outlook Express?
A simple way to find the version info
is to use OE's Help, About and type m twice.
That will show you the correct path too.
 
A

Alex Z.

These are not applicable. None of the current KB articles
address this issue.

- alex
 
A

Alex Z.

Please see below.

Thanks.
- alex
-----Original Message----- of xml files,

What is the "file explorer"?

I meant the "Windows Explorer".
Are you trying to find the version info?

I was trying to find the file but Start -> Search -> For
Files or Folders ... could not find it. The point of
mentioning this is because the search tool should've been
able to find the file... The version of the file that I
manually found was 6.0.2800.1400.
Do you have Outlook Express?

Yes but it's not beining used.
 

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

Top