internet explorer - How to implement EPM(Enhanced protection Mode) compatibility in managed code (c#) -
i have ie bho written in c# works on ie 8,9 in both 32, 64 bits. , works in ie 10, 11 in 32 bit mode. have found out several posts need create bho appcontainercompatible. included in registry
hkey_local_machine\software\classes\clsid{mybhoguid}\implemented categories{59fb2056-d625-48d0-a944-1a85b5ab2640}
also placed bho's dll in appcontainer-readable folder(c:\program files\mybho). still not working.
i read in here "is 'implemented categories' key needed when registering managed com component?" catid found in hkcr\component catogeries. guid catid_appcontainercompatible not in location.
and building mybho using anycpu mode. when install it shown 64 bit in manage addons window.
any help appriciated
c# internet-explorer bho
No comments:
Post a Comment