WEBVIEW2 compatibility issue

zhangkz 6 Reputation points
2022-01-13T01:14:43.947+00:00

When using WEBVIEW2, I encountered a compatibility problem, which occurs on certain machines. May I ask what is the cause and how to fix it?

STATUS_INVALID_IMAGE_HASH

Azure FXT Edge Filer
Azure FXT Edge Filer
An Azure hybrid storage optimization solution for high-performance computing environments.
6 questions
{count} votes

1 answer

Sort by: Most helpful
  1. zhangkz 6 Reputation points
    2022-01-18T10:08:56.437+00:00

    Hi ! Thank you so much.
    I have solved it by “Add the parameter RendererCodeIntegrity to the registry”. I add two parameter like:

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
    "RendererCodeIntegrityEnabled"=dword:00000000

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\WebView2]
    "RendererCodeIntegrityEnabled"=dword:00000000

    It also works. I'd like to try your suggestion. However I can't reproduce the problem.

    Thanks !

    1 person found this answer helpful.