I recently tried to make the transition from CefSharp 1.25.7 to the most recent build (39.0.0-pre02). I received the files through NuGet, but I copied them to my project separately, as they must be included in our repository for sharing with other developers. I believe that I have all the files (even there is a new icudtl.dat file that seems to replace icudt.dll ).
I was able to eliminate all API changes and added new files, etc. It builds, and all the DLL files seem to be resolved, but for some reason Cef.Initialize() (with and without settings) always fails. There are no errors in my output window, just a false return. Any suggestions as to where I should look for the problem? I am running VS2010, which, as I know, has some source-related problems, but I thought using binaries would get around this.
source share