Pete said:
Thanks Jon, for the detailed reply.
Unfortunately I do not have any logs other than a watson.log (got from the
event viewer application log) and it is binary data and not sure how view or
paste it in viewable format.
You can get the equivalent data in a more readable format by Run...
(e.g. press Win-R and enter): drwtsn32
and then View the appropriate entry from the bottom list of Application Errors.
Then to capture that report right-click, Select All, Copy (or doubleclick, Ctrl-a,
Ctrl-c -- I can't remember which one of those procedures or both works)
and paste into a new Notepad window. The paste will put you at the bottom
of the dump, so then do a Find (Ctrl-f) Up for FAULT -> (assuming an English
version of Windows) and then page ahead to the Stack Back Trace.
You may find some clues in there about the names of the modules involved
in your crash. Similar data may be easier to access if ProcMon captures
the crash event. E.g. doubleclick on that record to open it.
IE just closes as soon as when we go to this particular web page. Since this
is an internal network monitoring site, I am not able to make it available
publicaly.
Well then try eliminating things that it does (e.g. disable ActiveX, Scripting,
Images, etc.) Tip: the IE Developer Toolbar can help with that type of
diagnosis. You can also use a diagnostic technique I call maximal prompting
e.g. use the Security Settings to Prompt anything which is already Enabled.
That can give you a very rudimentary trace and allow you to refine your symptom
description. Of course tracing with a script debugger might be even more
illuminating if that is possible... ; )
Good luck
Robert Aldwinckle
---