【问题标题】:There was a mismatch between the processor architecture处理器架构之间存在不匹配
【发布时间】:2023-04-06 05:25:02
【问题描述】:

我目前正在使用 Visual Studio 2012 在 4.5.1 框架中构建 Windows 商店应用程序

我已经为“bitmapImage”添加了引用 PresentationCore.dll,我遇到了一个错误,提示“正在构建 MSIL 的项目的处理器架构与 PresentationCore 的处理器架构之间存在不匹配”

配置管理器的使用方法我试过了,还是不行,请问有大神指点一下吗?

【问题讨论】:

    标签: windows-store-apps processor


    【解决方案1】:

    PresentationCore.dll 来自 Windows Presentation Foundation。您无法将 WPF DLL 添加到 Windows 应用商店应用,因为您将在 .NETFramework(桌面)和 .NETCore (WinRT) 之间混合使用。

    【讨论】:

      猜你喜欢
      • 2012-07-26
      • 2018-08-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-06-21
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多