Cefsharp upgrade to 115.4.0 version doensot render the web content, earlier version 83.0.1 worked fine with a WPF application #5006
Closed
AanchalTewary
started this conversation in
General
Replies: 1 comment 1 reply
-
As per https://github.com/cefsharp/CefSharp/blob/master/.github/ISSUE_TEMPLATE/bug_report.yml The https://github.com/cefsharp/CefSharp.MinimalExample is working fine with the current supported version (M131 at time of writing). M115 is old and unsupported. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an existing issue for this?
CefSharp Version
115.4.0
Operating System
Windows 10
Architecture
x86
.Net Version
.Net 4.8
Implementation
WPF
Reproduction Steps
We upgraded the Cefsharp version and used paltform target x84 to run it and it doesnot render the web page anymore. Earlier version 83.0.1 worked fine.
Expected behavior
It should launch the web page.
Actual behavior
It shows a black screen and the window doesnot even get listed in the cef debugger localhost:9999
Regression?
No response
Known Workarounds
No response
Does this problem also occur in the CEF Sample Application
Yes using WPF/OffScreen command line args
Other information
Please advise what might be wrong
Beta Was this translation helpful? Give feedback.
All reactions