Page 1 of 1

CEF not running with runtime

PostPosted: Thu Aug 16, 2018 12:43 am
by tniinisto
Have a windows forms application that uses CefSharp.
Development is done with Visual Studio 2017 and CefSharp 65.0.0 nuget packages (CefSharp.Common & CefSharp.WinForms).
Running the app from Visual Studio the app and CefSharp works ok, but when trying to run the app outside visual studio app works but Cef crashes, when initializing the embedded browser.

Have installed the Microsoft Visual C++ 2015 & 2013 redistributables (x64).

Any idea what may be the issue with this?

Re: CEF not running with runtime

PostPosted: Wed Sep 05, 2018 2:59 am
by tniinisto
SOLVED :)