List & Label Standard 版本可以与 .NET Framework AnyCPU "Prefer 32-bit" 一起使用吗?

Is List & Label Standard edition ok with .NET Framework AnyCPU "Prefer 32-bit"?

我目前正在评估 List & Label。版本比较好像是Standard版不能被64位程序使用,我也得到了产品公司的确认。但是,我需要知道的是以下内容。

我计划在 Visual Studio 解决方案中使用 List & Label,并为 AnyCPU 编译的项目设置了 "Prefer 32-bit"。

是否有人在 64 位机器上运行带有 AnyCPU 和 "Prefer 32-bit" 的许可标准版?很高兴知道它是否有效。

是的,这行得通。请参阅 What AnyCPU Really Means As Of .NET 4.5 and Visual Studio 11 以确认这将在 List & Label 支持的所有平台上启动 32 位进程:

  • If the process runs on a 32-bit Windows system, it runs as a 32-bit process. IL is compiled to x86 machine code.
  • If the process runs on a 64-bit Windows system, it runs as a 32-bit process. IL is compiled to x86 machine code.