AdvWebbrowser: Webviewloader dll 134 is out of date

In my program i use the TadvWebbrowser, and the webviewloader_WebView2Loader_x86.dll.
Starting the browser results in an access violation and crashes the program.

  1. The Edge 134 browser is out of date, Where to find a Edge 135 DLL ?
  2. How to prevent crashing the program with a try except when it uses a wrong DLL
    Thanks for a fast answer

HK

You can find nuget packages which contain DLLs here:

You can rename the nuget package to zip, extract it and look for the runtimes folder.

DLLs.zip (144.9 KB)

Thank you for your quick answer!
I expected that if I would place the WebView2Loader_x86.dll in the same directory as the exe file that it woud use the DLL, But obviously that is not the case.

  1. I placed a TadvWebbrowswer on the form,
  2. set the url to https://www.whatismybrowser.com
  3. and run and it still shows the browser is out of date
    What do I miss?
    (Pls see point 2 in previous message)

The webview 2 runtime is separate from Microsoft Edge, Chrome. It should automatically update with Windows Updates, but if you want to update manually you can download an updated runtime here:

https://developer.microsoft.com/en-us/microsoft-edge/webview2/