python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Handle msedgewebview2.exe Exception code: 0xe0000008
After many hours of running on a 10" monitor PC, a rather basic Javascript injection webpage client UWP application fails with an exception that crashes the app, this exception not being caught b...
Denis G. Labrecque
Votes: 0
Answers: 1
Change webBrowser to webView2 c#
I must upgrade webBrowser control in my program to webView2 because many pages are not working anymore.
I have a method that returns the inner text of the activelement
if (XtraMessageBox.Show(this, &...
rippergr
Votes: 0
Answers: 1
Installing Edge Webview2 Runtime via Wix Bootstrapper
I am trying to install Edge Webview2 Runtime via a Wix Bootstrapper using the following code:
<!-- Microsoft Edge Webview2 Runtime -->
<ExePackage
Id=&...
Joseph
Votes: 0
Answers: 1
WebView2 Not Respecting Windows Account (allowSingleSignOnUsingOSPrimaryAccount)
I have a .NET 5.0 WinForms app that uses WebView2 with the evergreen runtime. I create my own environment with allowSingleSIgnOnUsingOSPrimaryAccount set to true (see snippet below). This results in t...
AGoodDisplayName
Votes: 0
Answers: 1