Howdy,
We are getting new dev machines and moving up to Vista 64 Ultimate to take advantage of our 8gb ram. Our manager wants us to do all dev in 32bit virtual machines to make sure there will be no problems with our code moving into production.
Is there any way to guarantee the resultant programs will work on 32bit os's? I don't mind using virtual machines, but I don't like how they force you back into a "Single" monitor type view. I like moving my VS toolbars off to my other monitor.
EDIT: We are using Visual Studio 2005 and 2008, VB.NET and/or C#
EDIT: Using Harpreet's answer, these are the steps I used to set my Visual Studio IDE to compile x86 / 32bit:
- Click Build and open Configuration Manager
- Select Active Solution Platform drop down list
- Select x86 if it is in the list and skip to step 5, if not Select
<New...
> - In the New Solution Platform dialog, select x86 and press OK
- Verify the selected platform for all of your projects is x86
- Click Close.
Enjoy.
Thank you, Keith