Can't change target platform to “any CPU”

前端 未结 3 892
青春惊慌失措
青春惊慌失措 2020-12-12 15:54

I work on an x86 pc and use .NET4.0 (same probelem with 3.5) in VS2010. When I make a new Project (e.g. WinFormsApp), the first thing I want to do is to change the target pl

3条回答
  •  伪装坚强ぢ
    2020-12-12 16:28

    To change target platform do the following:

    [1.] Open the configuration manager

    enter image description here

    [2.] In platforms, select new.

    enter image description here

    [3.] New platform select x64 or you need, in "copy settings from" select "Any CPU" or "Empty", and uncheck the "Create new solution platforms"

    enter image description here

    source: ericklan.com

提交回复
热议问题