【问题标题】:convert C# project on Windows 7 64 bit machine to Windows xp 32 bit?将 Windows 7 64 位机器上的 C# 项目转换为 Windows xp 32 位?
【发布时间】:2012-09-07 19:13:56
【问题描述】:

如何将 Windows 7 64 位计算机上的 C# 项目转换为在 Windows xp 32 位上运行?

【问题讨论】:

  • 究竟是什么让您相信转换是必要的?当您尝试在 XP 上运行时是否遇到错误?

标签: c# sql-server crystal-reports-2010


【解决方案1】:

在项目中将平台目标设置为 x86。

【讨论】:

    【解决方案2】:

    您也可以将平台目标设置为 AnyCPU,然后项目将在两台机器上本地运行。在这篇文章中有一个很好的解释如何做到这一点:How to add x64 (or Any CPU) as a build option in Visual Studio 2010 (from console application to class library)

    【讨论】:

      猜你喜欢
      • 2013-09-19
      • 2011-12-21
      • 2012-02-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-06-19
      • 2011-09-02
      相关资源
      最近更新 更多