问题
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:
- Windows 7 with visual studio 2013 the program works perfectly.
- It doesn't run in clients with Windows 7 with only .NetFramework Installed.
- The page above says that I need all theses files in app folder to run it. I have all this files but icudtl.dll. I have icudtl.dat instead. (I think the wiki is not correct though)
https://github.com/cefsharp/CefSharp/wiki/Getting-Started#copying-dependencies
Anyone know how to fix this problem?
回答1:
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.
来源:https://stackoverflow.com/questions/30465386/cefsharp-doesnt-run-in-windows-7