Rank: Newbie Groups: Member
Joined: 2/13/2019 Posts: 1
|
I've created a shared library with a dependency on EO WebBrowser (v2019).
If I include this library in an app which also has a dependency on CEFSharp, will this create any problems?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
It's probably not a good idea for you to include both in the same application because both EO.WebBrowser and CefSharp are based on Chromium browser engine. So they may try to access the same resources and run into race/lock problems. Further more, they can be based on different Chromium engine versions and obviously that opens the door to potential version conflicts and could cause all kind of phantom problems that are hard to troubleshoot. So we would definitely not recommend this path.
Thanks!
|