Replies: 1 comment
-
Chrome is not designed to be directly embedded in 3rd party applications. What you are attempting is not possible. Each version of CefSharp is self contained, the relevant version of the chromium embedded framework is included. You can read more about the project at https://github.com/cefsharp/CefSharp/wiki/General-Usage |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to set chrome.exe path and distribute chromium with my project and cef to use that chrome instead of already installed on users computer, to make sure my application works when user updates chrome.
I tried setting BrowserSubprocessPath but, it gives me error that says:
network_service_instance_impl.cc(625)] Network service crashed, restarting service.
I am stuck, please help...
Beta Was this translation helpful? Give feedback.
All reactions