bhupinder
bhupinder

Reputation: 335

compiling 32 bit app on 64 bit machine to get 64 bit app

I am using window 7 ultimate 64-bit operating system and I make app of 32-bit in this environment now i want to convert that app from 32-bit to 64-bit

any help appreciated.

thanks

Upvotes: 0

Views: 64

Answers (1)

Steve
Steve

Reputation: 216293

Go to BUILD menu and choose Configuration Manager-

Here you could change your actual target platform from x86 to AnyCPU or x64

This article (a bit old but still pertinent) Visual Studio .NET Platform Target Explained details the differences between the option available

Upvotes: 1

Related Questions