You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application works fine on my laptop (Windows 10).
When the application runs on my dev VM (Windows Server 2016), the interaction with the Web server and rendering of web pages are all good, and the request and response messages exchanged with the Web server are captured by Fiddler; however, _webView2.CoreWebView2.WebResourceResponseReceived is not invoked.
The version of "Microsoft.Web.WebView2" package is "1.0.1418.22". The runtime version is the same on both machines:
The application was deployed to my dev VM using MSI which was missing a dependency DLL. WebView2 started to work normally once the missing DLL was added.
It is weird how a missing DLL could impact WebView2 behavior. The missing DLL, which was written by me, is purely for the application logic and is completely irrelevant to WebView2.
My application works fine on my laptop (Windows 10).
When the application runs on my dev VM (Windows Server 2016), the interaction with the Web server and rendering of web pages are all good, and the request and response messages exchanged with the Web server are captured by Fiddler; however, _webView2.CoreWebView2.WebResourceResponseReceived is not invoked.
The version of "Microsoft.Web.WebView2" package is "1.0.1418.22". The runtime version is the same on both machines:
The text was updated successfully, but these errors were encountered: