目录
异常消息1:
ChromiumWebBrowser实例化异常:System.BadImageFormatException: Could not load file or assembly ‘CefSharp.Core.Runtime, Version=93.1.140.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138’. 试图加载格式不正确的程序。
File name: ‘CefSharp.Core.Runtime, Version=93.1.140.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138’
at CefSharp.CefSettingsBase…ctor()
at CefSharp.Wpf.CefSettings…ctor() in C:\projects\cefsharp\CefSharp.Wpf\CefSettings.cs:line 16
异常消息2:
myapp1/Article/PublishArticle,System.IO.FileNotFoundException: Could not load file or assembly ‘D:\IIS_Publish\rongmetii_article_push\runtimes\win-x86\lib\netcoreapp3.1\CefSharp.Core.Runtime.dll’. 找不到指定的模块。
File name: ‘D:\IIS_Publish\rongmetii_article_push\runtimes\win-x86\lib\netcoreapp3.1\CefSharp.Core.Runtime.dll’
at CefSharp.Cef.get_IsInitialized()
at CefSharp.OffScreen.ChromiumWebBrowser…ctor(String address, IBrowserSettings browserSettings, IRequestContext requestContext, Boolean automaticallyCreateBrowser, Action`1 onAfterBrowserCreated, Boolean useLegacyRenderHandler) in C:\projects\cefsharp\CefSharp.OffScreen\ChromiumWebBrowser.cs:line 213
这个是本机没有安装依赖组件Microsoft Visual C++ 2015-2019 Redistributable,如图,需要本机安装下面的组件
操作系统版本支持注意:
- v110.2.100 以上版本不支持windows server 2012 R2;
- v109.1.110 是支持 Windows 7、Windows 8/8.1、Windows Server 2012、Windows
Server 2012 R2 最后一个版本
CefSharp版本列表
https://github.com/cefsharp/CefSharp/releases
CefSharp的Visual C++依赖列表
https://github.com/cefsharp/CefSharp#release-branches
CefSharp中文帮助文档
https://github.com/cefsharp/CefSharp/wiki/CefSharp中文帮助文档#a9_9
CefSharp英文描述
https://github.com/cefsharp/CefSharp/wiki/Frequently-asked-questions#Runtime_dependencies
下载Microsoft Visual C++ Redistributable
微软下载Microsoft Visual C++ Redistributable latest supported downloads
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
下载地址
链接: https://pan.baidu.com/s/14q4mGEzJj7JSDcrpvHCVPw 提取码: 7vhi
转载:
https://blog.youkuaiyun.com/bahuan1987/article/details/102344645