I've had some luck with un-registering and re-registering the BHOManager.dll. Sometimes I've even seen where the BHOManager version for IE is for a different version than the UFT version installed and the following steps seem to fix it.
Enable BHOManager add on alone and disable any other add ons you might have.
Please check if the iexplorer.exe is 32 or 64 bit based, for it you can open the task manager (Ctrl+Alt+Delete), select the application name right click to go to process and if there is a *32 next to the iexplorer.exe then the application is 32 bit based, otherwise it is 64 bit.
Depending on the version, please use the following command thru the CMD.exe to re-register the BHOmanager.dll (you may need to run CMD.exe with admin privileges) & please close all browsers:
**For the 32 bit:**
regsvr32 -u ''C:WindowsSystem32BHOManager.dll''
regsvr32 ''C:WindowsSystem32BHOManager.dll''
**For the 64 bit:**
regsvr32 -u ''C:WindowsSysWOW64BHOManager.dll''
regsvr32 ''C:WindowsSysWOW64BHOManager.dll''