Hello
I add the refrences to my project:
CefSharp.WinForms.dll
CefSharp.dll
CefSharp.Core.dll
I write on my code:
using CefSharp;
using CefSharp.WinForms;
and using ChromiumWebBrowser object.
but i got the title error after i compiled the project...
what i need to do?
I run it on framework 4.5 and x86 platform.