Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将我的工作计算机从 32 位 Windows XP 更新到 64 位 Windows 7,但我担心在 64 位 Windows 7 中开发的软件无法在 32 位操作系统上运行,就像 Windows XP 和 Windows 7 一样。
它可以正常工作。您只需要确保使用平台目标“Any CPU”编译二进制文件。
但是,请注意以下事项: