最近用CefSharp做了一个chrome核心的浏览器。
在win 7、win 10系统上都正常运行,但是在win 8系统上报错了。
win 8系统:System.IO.FileNotFoundException: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。找不到指定的模块
安装了N次虚拟机试了好多次终于找到原因了。需要先下载安装 Visual C++ Redistributable Packages for Visual Studio 2013 x86
下载地址: https://www.microsoft.com/zh-cn/download/details.aspx?id=40784
所有评论(0)