CefSharp is supposed to initialize fine with no errors.
Actual behavior
Running the project gives me CefSharp Browser failed to initialize error.
Regression?
No response
Known Workarounds
Having been facing the issue for quite a while. I keep updating the CefSharp library version and it'd work fine but only for a few weeks.
Now, it's in latest version and still facing this issue.
Does this problem also occur in the CEF Sample Application
Yes using WPF/OffScreen command line args
Other information
I've read a while ago that if there is a version mismatch between CefSharp and Microsoft Edge Webview2, it'd create issues.
Currently, the CefSharp version is 128.4.90 and WebView2 version is 129.0
Is there any way to fix this issue without keep updating my CefSharp version?
Is there an existing issue for this?
CefSharp Version
128.4.90
Operating System
Windows 10
Architecture
x64
.Net Version
.Net 8
Implementation
WPF
Reproduction Steps
I've added my project references like this:
My code to initialize CefSharp:
Expected behavior
CefSharp is supposed to initialize fine with no errors.
Actual behavior
Running the project gives me CefSharp Browser failed to initialize error.
Regression?
No response
Known Workarounds
Having been facing the issue for quite a while. I keep updating the CefSharp library version and it'd work fine but only for a few weeks. Now, it's in latest version and still facing this issue.
Does this problem also occur in the CEF Sample Application
Yes using WPF/OffScreen command line args
Other information
I've read a while ago that if there is a version mismatch between CefSharp and Microsoft Edge Webview2, it'd create issues. Currently, the CefSharp version is 128.4.90 and WebView2 version is 129.0 Is there any way to fix this issue without keep updating my CefSharp version?