Replies: 2 comments
What's the production environment exactly? There really isn't a lot to go on here. Additional you can use https://github.com/cefsharp/CefSharp.MinimalExample as a reference for testing purposes. |
0 replies
|
I had a same problem, but I solved with the example project @amaitland mentioned. One more thing, you should add this line to
|
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.
Hello everyone. I am having an issue with using CefSharp to open a web page from a WPF application.
In WPF, I open a window, and in that window, I use ChromiumWebBrowser (CefSharp) to navigate to a web page. When I run it in the Debug environment, there are no issues, and everything runs smoothly. However, when I build the application and run it in the production environment, the program crashes a few seconds after the website screen is displayed. Checking the Windows Event log, I get the following result:
Faulting application name: Test.exe, version: 6.0.0.135, time stamp: 0x6707d47d
Faulting module name: libcef.dll, version: 129.0.11.0, time stamp: 0x66fb0c5a
Exception code: 0x4000001f
Error offset: 0x04ea8352
Faulting process ID: 0x0x391C
Faulting application start time: 0x0x1DB1BBC15CD5A5C
Faulting application path: C:\Program Files (x86)\Test\Test.exe
Faulting module path: C:\Program Files (x86)\Test\libcef.dll
Report identifier: a1c6a7fb-e83b-4853-b6cc-a1c05b13494c
Full name of the faulting package:
Application ID relative to the faulting package:
I don't know how to handle this, and I need help. Thanks in advance."
All reactions