I know it's a hassle to upgrade from a major version to another, and as @jornh says, we will probably not change that much more in CefSharp 31.0.0 until it is declared stable. But frankly, if you have problems with us changing too much - feel free to make your own CEF-based wra...
See https://github.com/cefsharp/CefSharp/blob/master/CONTRIBUTING.md#what-should-i-include-when-creating-an-issue for guidance on how to report good issues for CefSharp. amaitland added the more-details-needed-from-op label Jun 19, 2015 Member amaitland commented Jun 20, 2015 The ...
Cef.SetCookiePath("cookies",true); };if(!Cef.Initialize(settings, shutdownOnProcessExit:true, performDependencyCheck: !DebuggingSubProcess)) {thrownewException("Unable to Initialize Cef"); } } 2、读取网页源代码 1) 在页面加载完成后处理, 依赖最低环境 4.5.2 asyncvoidbrowser_FrameLoadEnd(object...
It seems more that presentationHost.exe/clickonce is complaining that the cefsharp.subprocess.exe is not the same as the reference in the manifest and prevents downloading it into the clickonce cache from the browser. All files seem to be published into the "Application Files" directory. Having...