How can I choose between 32-bit or 64-bit build in C# Express?

前端 未结 6 2042

I\'m having a problem when I try to build my solution in C# Express 2008. I need to build it for 32-bit architecture, but it always build for 64-bit. In Visual Studio 2008 I can

6条回答
  •  忘掉有多难
    2021-02-04 11:04

    In the project properties, you should be able to select the "Platform Target" - this can be "Any CPU", "x86", "x64", or "Itanium" for me (in VS2008). Is this selection not available in C# Express?

提交回复
热议问题