Please read this message carefully: https://groups.google.com/d/msg/cefsharp/sgQY_9omyd4/mRQYSCEPePkJ
At minimum, you will also need libcef.dll and libicudt.dll in that directory, and set PackLoadingDisabled = true.
--
You received this message because you are subscribed to the Google Groups "CefSharp" group.
To view this discussion on the web visit https://groups.google.com/d/msg/cefsharp/-/BmMkbvJqkhsJ.
I always believed in you.
To unsubscribe from this group and stop receiving emails from it, send an email to cefsharp+u...@googlegroups.com.
Visit this group at http://groups.google.com/group/cefsharp?hl=en.For more options, visit https://groups.google.com/groups/opt_out.
var settings = new CefSharp.Settings
{PackLoadingDisabled = true,};if (CEF.Initialize(settings)){
WebView view = new WebView();mainGrid.Children.Add(view);}
CefSharp.dll
CefSharp.Wpf.dll
icudt.dll
libcef.dll
An unhandled exception of type 'System.BadImageFormatException' occurred in DerosmCefSharpTest.exeAdditional information: Could not load file or assembly 'CefSharp, Version=0.12.4596.50, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format.