MsalError.WebView2NotInstalled Field

Definition

What happens?

The embedded browser cannot be started because a runtime component is missing.

Mitigation

The embedded browser needs WebView2 runtime to be installed. An end user of the app can download and install the WebView2 runtime from https://go.microsoft.com/fwlink/p/?LinkId=2124703 and restart the app. The app developer can get the distributable version of the WebView2 runtime.
public const string WebView2NotInstalled;
val mutable WebView2NotInstalled : string
Public Const WebView2NotInstalled As String 

Field Value

Applies to