Forum Discussion
chukcha
Sep 10, 2020Copper Contributor
C# and WebView2
Hi everyone, has anybody tried this example https://docs.microsoft.com/en-us/microsoft-edge/webview2/gettingstarted/winforms ? I do not see control in Toolbox and also get "WebView2 could not be ...
chukcha
Sep 10, 2020Copper Contributor
I think, I found solution: update to a pre-release version.
Write In Package Manager Console
PM> Update-Package Microsoft.Web.WebView2 -Version 0.9.579-prerelease
and restart Visual Studio.