Events not called for Browser Helper Object
- From: wtdoble@xxxxxxxxx
- Date: 5 Jan 2007 11:16:14 -0800
I have a Browser Helper Object (BHO) that subscribes to the
BeforeNavigate2
event. For debugging purposes, the BHOs class writes to a temporary
file so
I know when it's being instantiated and when BeforeNavigate2 is being
called.
In one scenario (Win2K3 Server R2 SP1, IE 6 SP1, logged in as
Administrator), the BHO works fine and BeforeNavigate2 is called by IE.
In a 2nd scenario (Win2K3 Server, IE 6, logged in as Administrator), I
can
see that the BHO's class is instantiated; but BeforeNavigate2 is never
called.
In both cases, the BHO's DLL is installed in the directory c:\bho and
registered as follows:
regasm /codebase bho.dll
Does anyone have ideas as to why scenario #2 is not working, what else
I can
look at to further diagnose this problem, or other steps to take in
debugging
this issue.
Thanks.
.
- Prev by Date: Registering BHOs with IE7
- Next by Date: Events not called for Browser Helper Object
- Previous by thread: Registering BHOs with IE7
- Next by thread: Events not called for Browser Helper Object
- Index(es):
Relevant Pages
|
Loading