Crashing while opening the webview in maui - Net 9

Vaibhav Methuku 160 Reputation points
2025-04-24T15:57:08.2933333+00:00

Recently we had migrated our application from the .net 8 to the .net 9. we are having the web view in our application. in the .Net 8 the webview is working fine. where comes to the .net 9 the application is crashing while opening that page with the error

Microsoft.UI.Xaml.Controls.Frame.NavigationFailed was unhandled.

This is happening only in the windows applications. and working fine the android and iOS

Thank you.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,084 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 74,936 Reputation points
    2025-04-24T17:26:57.42+00:00

    be sure webview2 is installed on the client machine:

    https://developer.microsoft.com/en-us/microsoft-edge/webview2?form=MA13LH


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.