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?