You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing a very strange case and it is that if the *.exe of WPF that instantiates the WebView2 component is in the path "C:\Program Files (x86)*" I get the following error, otherwise if I have it in a path like "Downloads" it works.
The first thing I thought was that it had to do with permissions but I launched the executable with administrator permissions and I still get exactly the same problem.
System.Runtime.InteropServices.COMException (0x800700AA): The requested resource is in use. (Exception from HRESULT: 0x800700AA)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at Microsoft.Web.WebView2.Core.CoreWebView2Environment.<CreateCoreWebView2ControllerAsync>d__45.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Web.WebView2.Wpf.WebView2.<>c__DisplayClass27_0.<<EnsureCoreWebView2Async>g__Init|0>d.MoveNext()
The text was updated successfully, but these errors were encountered:
I am seeing a very strange case and it is that if the *.exe of WPF that instantiates the WebView2 component is in the path "C:\Program Files (x86)*" I get the following error, otherwise if I have it in a path like "Downloads" it works.
The first thing I thought was that it had to do with permissions but I launched the executable with administrator permissions and I still get exactly the same problem.
The text was updated successfully, but these errors were encountered: