-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot load WebView2 assembly #32
Comments
Do you have WebView2 runtime installed? If yes, which version? |
It works if I install the library from NuGet but not via the plugins folder. |
Can you install the library from NuGet, run this code in LINQPad and paste the output here?
|
I finally figure it out how to install as a plugin successfully. I just wrote a post in my blog. (Sorry, it's Traditional Chinese only) |
@doggy8088 What did you do that is missing from the Readme? |
The error is gone if I manually reference the Microsoft.Web.WebView2.Core.dll library in the query (taken from Microsoft.Web.WebView2 NuGet package). |
Hello,
I have an issue using the plugin.
It says it cannot load the WebView2 assembly.
System info:
Edition Windows 10 Pro
Version 21H1
Installed on 26/08/2021
OS build 19043.1237
Experience Windows Feature Experience Pack 120.2212.3530.0
In LINQPad the option to use Edge's Chromium engine to render results is checked.
Any idea?
Thank you.
The text was updated successfully, but these errors were encountered: