MBS Plugin - Problem with WebView2 Example

Hello!

I have an issue with the example WinFrameworks/WebView2 Test program of the MBS Plugin 21.1.

On my Windows 10 System (Parallels) the example compiles without an error, but when i start the program (it doesn’t matter if it’s a build or inside the IDE), the program just doesn’t work.

The source says, that a URL should be loaded in the Open-Event (web.LoadURL “https://www.monkeybreadsoftware.de/”). But the only effect appears is when i select the menu “Commands->Show developer tools”. Then i get this error message (WebView not initialized):

Is there something wrong with my system? I use Windows 10 Pro, 20H2, 19042.906, XOJO 2020 R2.1.

Greetings,
Andi

So it works except an exception?

Could it be that the WebView2 component is not installed for Windows?

see
https://developer.microsoft.com/en-us/microsoft-edge/webview2/

Thanks for the reply, you gave the right hint…there was a problem with an Windows update at the same time i installed this component. Reinstall, restart and now it works.

2 Likes