讓 CefSharp.WinForms 應用程序同時支持32位(x86)和64位(x64)的解決方案

當咱們爲基於 .NET Framework 的 WinForm 程序增長 CefSharp.WinForms 依賴後,可能會遇到如下報錯信息:html

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 CefSharpDemogit

CefSharp.Common.targets

咱們能夠經過「配置管理器」爲項目設置具體的 x86 或 x64 目標平臺來消除該報錯,同時咱們也能夠經過一些設置讓咱們的程序同時支持 x86 和 x64 目標平臺。本篇將簡述如何爲依賴來 CefSharp.WinForms 的程序啓用 AnyCPU 支持。github

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

相關文章
相關標籤/搜索