There are thousands of posts on the Internet related to this bug, but none of them have worked for me. Above, there are some approaches that I have tried:
- Copy dlls;
- Double check references;
- Install VC++ 2012 and 2013;
- and so on.
I am trying to use CefSharp in an Outlook Add-on Project. My environment is setup for 64 bit. When I execute the CefSharp.MinimalExemple, everything works fine.
My app throws Could not load file or assembly 'CefSharp.Core.DLL' or one of its dependencies. The specified module could not be found as soon as the followed line is reached:
CefSharp.WinForms.ChromiumWebBrowser browser = new CefSharp.WinForms.ChromiumWebBrowser("www.google.com");
I am sure I am missing some silly thing, but I am not being able to see it by myself. My guessing is that the bug is related to the 32/64 environment. But I don't know how to deal with it.