usually occurs
when the Webview2 component is not installed correctly on the
system.
can also occur when the Microsoft
WebView2 component fails to initialize in time (before the default 8-second
timeout). This happens when
the computer is a bit slow, has low memory, or
when WebView2 is heavily used and doesn't have time to destroy cache files
and perform garbage collection. The property InitTimeout allows you to
adjust the maximum wait time for WebView2
initialization.
6660 : Invalid URL
!
The URL is not recognized as
valid by the browser
6666 : Control not
initialised !
A property or method was called while the control is
not initialized. Use the Init or
InitEx methods to initialize the control
and wait until
the InitComplete
event has occurred before using that property or
method.