Older WPF app (CefSharp 135.0.170) crashes after newer version (137.0.100) is installed #5148
Replies: 1 comment
-
There is a conversation about this at https://www.magpcss.org/ceforum/viewtopic.php?f=6&t=20310#p57611 with a workaround proposed at https://www.magpcss.org/ceforum/viewtopic.php?f=6&t=20310#p57612 If you have further problems I'd suggest you join in the conversation on A chromium issue was raised at https://issues.chromium.org/issues/430178763
Nothing here suggests you've got a dependency issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello CefSharp Community,
I am HariHaran from Trimble Inc., and I am encountering an issue with CefSharp in our WPF application that I'm hoping to get some insights on.
Problem Description:
Our application uses the CefSharp.wpf NuGet package.
The problem occurs when a user has both versions of our application installed. If the user first installs the new release (v137.0.100) and then tries to open the older release (v135.0.170), the older application crashes immediately upon initializing the Chromium browser.
The crash report points to an issue with libcef.dll. This strongly suggests a version mismatch or "DLL Hell" scenario, where the older application is likely attempting to load the libcef.dll from the newer installation.
Expected Behavior:
Each version of our application should be able to run independently without interfering with the other, even when both are installed on the same machine.
Question:
Thank you in advance for your time and any help you can provide.
Best regards,
HariHaran
Trimble Inc
Beta Was this translation helpful? Give feedback.
All reactions