App from Spreadsheet not working

0
System.Runtime.InteropServices.COMException (0x8007139F): The group or resource is not in the correct state to perform the requested operation. (0x8007139F)   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)   at Microsoft.Web.WebView2.Core.CoreWebView2Environment.CreateCoreWebView2ControllerAsync(IntPtr ParentWindow)   at Microsoft.Web.WebView2.Wpf.WebView2.<>c__DisplayClass32_0.<<EnsureCoreWebView2Async>g__Init|0>d.MoveNext()--- End of stack trace from previous location ---   at Mendix.Modeler.ExtensionLoader.View.Windows.WebView.WebViewBrowserHandler.OnWebViewLoaded(Object sender, EventArgs args) in Mendix.Modeler.ExtensionLoader.View.Windows\WebView\WebViewBrowserHandler.cs:line 89   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)   Getting this error when trying to create app using from spreadsheet option
asked
1 answers
0

Browsed the internet... could be unrelated to Mx itself. Via this link you can find some things you can try

https://www.partitionwizard.com/partitionmagic/the-group-or-resource-is-not-in-the-correct-state.html

answered