简体   繁体   中英

Compile Asp.NET to 32 bit on 64 bit system

I've seen in several places that this can be set in the build options for my project. However when I go to the Property Pages -> Build for my project, it does not have an option for target platform. When I go to my solution, most projects have x86 as an option, but the web project only has Any CPU.

How do I force the web page to build to 32 bit?

在此输入图像描述

转到Build - > Configuration Manager,选择platform列中的下拉列表,选择new,选择x86。

转到解决方案级别NOT项目级别,并按照上面的选择/编辑建议进行操作。

我改变它的唯一方法是使用文本编辑器进入.sln文件并直接破解我需要的值(这是有效的)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM