Reputation: 1463
I have been struggle to run my C# winforms CefSharp on Windows 7. Everytime that I try to run it I have a error and the app doesn't open.
I tryed to run this example on client:
https://github.com/cefsharp/CefSharp.MinimalExample
Here some things of what I understood so far:
https://github.com/cefsharp/CefSharp/wiki/Getting-Started#copying-dependencies
Anyone know how to fix this problem?
Upvotes: 1
Views: 3692
Reputation: 3405
A picture of the error details would be helpful (click the expand button on the Windows error dialog), otherwise I can only guess.
Guessing: you need to install VC 2012 Redistributable Package x86.
Upvotes: 4