I had a solution with one project set to AnyCPU. Then I added a Console application as a second project, who’s default Platform seems to be x86. Now it’s ( – the Console application) being built as an x86 and I can’t change it.
The “Solution Platform” always shows “AnyCPU”. But when I show the Console application’s properties -> build. It shows x86 without any way to change it. So how do I change it?
Go to Build -> Configuration Manager
Also look at this discussion about console applications default to x86