N
Neil Stevens
Hi All,
I have a serious problem that i have not been able to resolve and cannot find any information on the internet.
The problem is as follows, i have written a BHO for the company i work for which will deep link into agent sites and fill in a form for them from a form they fill in on the companies web site. The BHO is very simple, and implements IObjectWithSite only.
Registering and using the BHO is all fine, i register the two assembly and the Interop.SHDocVw.dll assembly that is created from a reference to SHDocVw.dll, and all three assemblies successfully install into the GAC.
The problem really occurs when using the BHO through the sites main page which uses an OBJECT tag activex control, when the BHO is installed and loaded and the OBJECT activex control (and this occurs when more that one instance of the OBJECT activex is used), the browser crashes when the last window with the OBJECT on it is closed with the following error:
Faulting application iexplore.exe, version 6.0.2900.2180, stamp 41107b81, faulting module ipport50.ocx, version 5.0.0.1077, stamp 3df9fddb, debug? 0, fault address 0x0000b03b.
The error details that the fault is in ipport50.ocx, has anyone seen this problem before or does anyone know a solution or a workaround to this problem.
Many thanks in advance
Neil
I have a serious problem that i have not been able to resolve and cannot find any information on the internet.
The problem is as follows, i have written a BHO for the company i work for which will deep link into agent sites and fill in a form for them from a form they fill in on the companies web site. The BHO is very simple, and implements IObjectWithSite only.
Registering and using the BHO is all fine, i register the two assembly and the Interop.SHDocVw.dll assembly that is created from a reference to SHDocVw.dll, and all three assemblies successfully install into the GAC.
The problem really occurs when using the BHO through the sites main page which uses an OBJECT tag activex control, when the BHO is installed and loaded and the OBJECT activex control (and this occurs when more that one instance of the OBJECT activex is used), the browser crashes when the last window with the OBJECT on it is closed with the following error:
Faulting application iexplore.exe, version 6.0.2900.2180, stamp 41107b81, faulting module ipport50.ocx, version 5.0.0.1077, stamp 3df9fddb, debug? 0, fault address 0x0000b03b.
The error details that the fault is in ipport50.ocx, has anyone seen this problem before or does anyone know a solution or a workaround to this problem.
Many thanks in advance
Neil