BHO plugin not working for IE7 on 64 bit OS
1 answer
BHO is an incoming component and you cannot load a 32 bit dll into a 64 bit process.
You need to build a 64 bit DLL for IE 64 bit. IE 32bit on 64bit Windows should work fine with your 32bit BHO. If you are already building a 64-bit BHO, use ProcMon to see if your BHO has compatibility issues.
+2
source to share