开发者

Compile Asp.NET to 32 bit on 64 bit system

开发者 https://www.devze.com 2023-04-03 04:36 出处:网络
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.Wh

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?

Compile Asp.NET to 32 bit on 64 bit system


Go to Build -> Configuration Manager, select the drop down in the platform column, select new, select x86.


Go to Solution level NOT Project level and follow the selection / editing suggestions above.


The only way I got this to change was to go in to the .sln file with a text editor and directly hack in the values I needed (which worked).

0

精彩评论

暂无评论...
验证码 换一张
取 消