Reputation: 335
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
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