ClickOnce - Could not load file or assembly CefSharp.Core.Runtime #3771
A6932401
started this conversation in
Show and tell
Replies: 2 comments 7 replies
-
See https://github.com/cefsharp/CefSharp.MinimalExample for a working example.
VS2017 or VS2019 are recommend, no testing is done with VS2015 |
Beta Was this translation helpful? Give feedback.
7 replies
-
For anyone that ends up here I've created a more detailed guide for publishing using |
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
-
Dear Team,
Could not load file or assembly 'CefSharp.Core.Runtime, Version=92.0.260.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138' or one of its dependencies. The system cannot find the file specified.
My Code:
Cef.EnableHighDPISupport();
browser = new ChromiumWebBrowser("https://xxx.com/");
pictureBox1.Controls.Add(browser);
I Develop in VS 2015.
Beta Was this translation helpful? Give feedback.
All reactions