且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

运行64位计算机上的32位C#应用程序

更新时间:2022-12-22 23:05:35

右键单击您的项目,并选择属性。

Right click your project, and select properties.

在属性中,选择生成选项卡。在目标平台,选择86。

In properties, select the build tab. Under platform target, select x86.

按Ctrl + Shift + S保存所有文件,右键单击该解决方案,然后选择清除摆脱旧的二进制文件。任何建立后,应该是32位

Hit Ctrl+Shift+S to save all files, right click the solution and select "Clean" to get rid of old binaries. Any builds after that should be 32 bit