2020-12-02

让 CefSharp.WinForms 应用程序同时支持32位(x86)和64位(x64)的解决方案

当我们为基于 .NET Framework 的 WinForm 程序增加 CefSharp.WinForms 依赖后,可能会遇到以下报错信息:

CefSharp.Common is unable to proceeed as your current Platform is 'AnyCPU'. To target AnyCPU please read https://github.com/cefsharp/CefSharp/issues/1714. Alternatively change your Platform to x86 or x64 and the relevant files will be copied automatically. For details on changing your projects Platform see https://docs.microsoft.com/en-gb/visualstudio/ide/how-to-configure-projects-to-target-platforms?view=vs-2017 CefSharpDemo

CefSharp.Common.targets

我们可以通过"配置管理器"为项目设置具体的 x86 或 x64 目标平台来消除该报错,同时我们也可以通过一些设置让我们的程序同时支持 x86 和 x64 目标平台。本篇将简述如何为依赖来 CefSharp.WinForms 的程序启用 AnyCPU 支持。

https://www.coderbusy.com/archives/833.html









原文转载:http://www.shaoqun.com/a/494520.html

执御:https://www.ikjzd.com/w/717.html

蜜芽宝贝官网:https://www.ikjzd.com/w/1320

stadium:https://www.ikjzd.com/w/2729


当我们为基于.NETFramework的WinForm程序增加CefSharp.WinForms依赖后,可能会遇到以下报错信息:CefSharp.CommonisunabletoproceeedasyourcurrentPlatformis'AnyCPU'.TotargetAnyCPUpleasereadhttps://github.com/cefsharp/CefSharp/issues/171
shopyy:shopyy
飞书互动:飞书互动
劲爆!海外仓暴雷,跨境电商大卖高管集体被德国地方法院通缉,洗钱、逃税……:劲爆!海外仓暴雷,跨境电商大卖高管集体被德国地方法院通缉,洗钱、逃税……
口述:八一八我家极品小叔子:口述:八一八我家极品小叔子
阿里巴巴:将加大对经营韩妆中小企业的支持力度:阿里巴巴:将加大对经营韩妆中小企业的支持力度

No comments:

Post a Comment