dotnet / MobileBlazorBindings

Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
MIT License
1.2k stars 168 forks source link

Update reference to Microsoft.Web.WebView2 to resolve runtime failures - ERR_INVALID_ADDRESS #403

Closed TheCakeMonster closed 2 years ago

TheCakeMonster commented 2 years ago

We're getting runtime failures when using the latest stable version of Microsoft Edge 93.0.961.38 (Official build) (64-bit) on Windows.

Hmmm… can't reach this page

It looks like the webpage at http://0.0.0.0/ might be having issues, or it may have moved permanently to a new web address.

ERR_ADDRESS_INVALID

image

Full details of the failure can be found at https://github.com/MicrosoftEdge/WebView2Feedback/issues/1714

Updating the reference to Microsoft.Web.WebView2 to use the latest released version, 1.0.961.33, seems to resolve the issue.