CefSharp doesn't run in WIndows 7

有些话、适合烂在心里 提交于 2019-12-11 08:32:32

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!