32 bits IE Toolbar not working in Win 8.1 64 bits RTM/IE11

China☆狼群 提交于 2019-11-28 14:24:18

This is by-design, as my blog you cited notes.

  • Yes, you must include both 32bit and 64bit versions of your code when running on 64bit PCs even in a 32bit process.
  • Yes, you must register in the AppContainerCompatible category.
  • All resource ACL'ing restrictions apply (e.g. don't expect READ access to the registry or filesystem).
  • Loopback network connections will always fail

8.1 runs browser in 64 bit. You will have to wait until the toolbar programmers release a 64 bit version.

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