The device is not ready

0
Hi, I get the below error continously in studio pro without doing any action (running or commiting). Has oneyone any solution for that? System.IO.FileNotFoundException: The device is not ready. (0x80070015)   at Microsoft.Web.WebView2.Core.Raw.ICoreWebView2Environment13.GetProcessExtendedInfos(ICoreWebView2GetProcessExtendedInfosCompletedHandler handler)   at Microsoft.Web.WebView2.Core.CoreWebView2Environment.GetProcessExtendedInfosAsync()   at Mendix.Modeler.Controls.WebBrowser.Windows.WebView2RuntimeProvider.RetrieveWebProcessesAsync() in Mendix.Modeler.Controls.WebBrowser.Windows\WebView2RuntimeProvider.cs:line 95   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)  
asked
2 answers
1

Your issue is most probably with the corrupted Windows WebView2 Runtime. You can check the following link or search from google how to reinstall webview2.

 

https://www.reddit.com/r/sysadmin/comments/1chne1b/how_to_full_remove_and_reinstall_microsoft_edge/

 

 

answered
0

Thanks Tolga. I'll check it.

answered