I recently tried making the jump from CefSharp 1.25.7 to the most recent build (39.0.0-pre02). I got the files through NuGet but I copied them into my project separately since they have to be included in our repository to share with other developers. I believe I got all of the files (even got the new icudtl.dat
file that seems to replace icudt.dll
).
I was able to get all of the API changes resolved and added the new files and such. It builds and all of the dlls seem to be resolved but for some reason Cef.Initialize()
(with and without settings) always fails. There are no errors in my output window or anything, just a false return. Any suggestions as to where I should be looking for the problem? I'm running VS2010, which I know had some issues building from source but I thought that using the binaries would get around that.
CefSharp.BrowserSubprocess.exe
. The odd thing is that it still fails initialize but the browser seems to work and pages show up... Also it seems like the default scrollbars are very red. Any idea why/how to change that? – Bondswoman