Replies: 1 comment
-
How does the https://github.com/cefsharp/CefSharp.MinimalExample M128 is the current supported version. Make sure you have an |
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
-
Debugging Issue with CefSharp Starting from Version 126.2.70
Hello everyone,
I am experiencing an issue with CefSharp in my Windows Forms project that began occurring after updating to version 126.2.70. Prior to version 127.3.50, CefSharp was functioning as expected, and I was able to debug my application normally. However, after updating to any version higher than 125.0.210, I encounter errors that prevent the creation of a debug file, thus hindering my ability to debug the application.
Problem Description:
Observed Error:
When attempting to debug my application after updating CefSharp to versions later than 125.0.210, I receive error messages such as:
Additionally, the debugging process does not function as expected, resulting in errors and the absence of the
debug.log
file.CefSharp Initialization Code:
The CefSharp initialization in my project is performed as follows:
CefSharp Version:
Additional Observations:
debug.log
file to effectively investigate the problem.Attempts at Resolution:
Question:
Has anyone else encountered similar issues after updating to versions higher than 125.0.210 of CefSharp? If so, how did you resolve the problem? Is there any specific configuration or adjustment required for compatibility with newer versions of CefSharp?
Thank you in advance for your assistance and suggestions!
Beta Was this translation helpful? Give feedback.
All reactions