Failure to initialize WebView2 (0x8007139F) #3994
Unanswered
tiagoabreu
asked this question in
Q&A
Replies: 2 comments
-
Hello @tiagoabreu, Thanks for your inquiry. I've assigned your question to a dev that might best answer your question. |
Beta Was this translation helpful? Give feedback.
0 replies
-
My two users encountered the same error 0x8007139F during initialization. The runtime versions of WebView 2 are 106.0.1370.47 and 107.0.1418.35. Reinitialize Now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am unsure if it is a bug or not, so initially will have it as a question.
We have a VSTO add-in that uses WebView2 that we deploy to various Office applications. (Word, Excel and PowerPoint).
Most of the code case (including WebView2 related code) is shared between them, there are no differences on how it is setup, but
we have a different userdata folder per application.
We have users reporting that WebView2 fails to initialize, only on some applications, with the exception reported below:
System.Runtime.InteropServices.COMException (0x8007139F): The group or resource is not in the correct state to perform the requested operation. (Exception from HRESULT: 0x8007139F)
For some of these users, a recommendation that worked was to delete the corresponding UserData folder and retry, then it did work, not for all of them.
Our SDK version is 1.0.1054.31 (Winforms)
WebView2 version is 106.0.1370.34
Windows version is Windows 10 21H2
Beta Was this translation helpful? Give feedback.
All reactions