

To add CefSharp, go to the Solution Explorer on the Top Right of Visual Studio, then right click on your app (under the solution) and select Manage NuGet Packages. Otherwise, you'll find errors like : An unhandled exception of type 'System.IO.FileNotFoundException' occurred in browser.exe Additional information: Could not load file or assembly '' or one of its dependencies. Earlier versions require VC 2012 Redistributable Package x86.


CefSharp 45.0 and later requires VC 2013 Redistributable Package x86 be installed.Before procced be sure that your machine has installed : Proceed to create a Winforms application as you usual do it targetting the latest version of. Visual Studio with NuGet Package Manager (>=2010).ġ) Create a basic Winforms App and add CefSharp using NuGet package.In this article we'll work with CefSharp version 49.0, if you want to use CefSharp version +51 we'll provide some tips that you need to know with the new version.
