How to install the “BHOManager CLASS” add-on in IE

感情迁移 提交于 2019-12-01 10:16:16

问题


This "BHOManager CLASS" add-on is a supporting add-on to run QTP script on the IE browser.

The publisher of this add-on is Mercury Interactive Corp.

I have uninstalled the existing IE browser because of some issues in my machine and reinstalled it. And after this i cannot run the QTP script as the "BHOmanager Class" add-on is missing.


回答1:


Well, the re-install was the easiest option, but let's try this:
Can you see the BHOManager class in IE?

Go to IE > Tools > Manage Add-ons, make sure BHOManager class 
(Browser Helper Object) from Mercury Interative Corporation is 
enabled.   

It is recommended to disable other add-ons, such as third-party toolbar, add- ons from anti-virus companies, etc. This is to make sure nothing is preventing QTP from hooking into the browser, but that is not the main problem in your case I think.

If this is all the case, you re-register the BHOManager again, but maybe you have not the correct rights.

Close IE and all iexplore.exe processes in the task manager
Close QTP (or restart your machine)
Go to Start > Run, unregister and register BHOManager.dll: 
    regsvr32 -u c:\WINDOWS\system32\BHOManager.dll 
    regsvr32 c:\WINDOWS\system32\BHOManager.dll 


来源:https://stackoverflow.com/questions/13586606/how-to-install-the-bhomanager-class-add-on-in-ie

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!