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

前端 未结 2 1377
眼角桃花
眼角桃花 2020-12-12 05:25

I\'m trying to update a 32 bits IE toolbar to work under Win 8.1 64 bits RTM/IE11.

Without any specific change, my toolbar is seen as \"incompatible\" by IE11 and is

相关标签:
2条回答
  • 2020-12-12 05:46

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

    0 讨论(0)
  • 2020-12-12 05:51

    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
    0 讨论(0)
提交回复
热议问题