Results 1 to 4 of 4

Thread: Switch the build from 64 to 32 in V C# Express ?

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2010
    Posts
    51

    Switch the build from 64 to 32 in V C# Express ?

    I have instructions to build the app for 32 bit. The instructions tell you how to do this.. it says, "To change the platform, right click the project in the Solution Explorer and select 'Properties'. Select the 'Build' tab and choose 'x86' as the platform (by default it will be set to 'Any CPU')."

    This was written for Visual C# not the express edition. I am using the Visual C# express edition 2008 . I don't see this option under Build in Properties for my project. How do I do this?

    I am using Win 7 64 bit.

  2. #2
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Switch the build from 64 to 32 in V C# Express ?

    Quote Originally Posted by DarkPhoenix View Post
    I have instructions to build the app for 32 bit. The instructions tell you how to do this.. it says, "To change the platform, right click the project in the Solution Explorer and select 'Properties'. Select the 'Build' tab and choose 'x86' as the platform (by default it will be set to 'Any CPU')."

    This was written for Visual C# not the express edition. I am using the Visual C# express edition 2008 . I don't see this option under Build in Properties for my project. How do I do this?

    I am using Win 7 64 bit.
    1. The express editions doesn't have that option, but you can still change it manually in the *.csproj file in any text editor.

    2. Wouldn't it make sense to post a C# question in the C# sub forums and not the vb.net sub forum??
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Switch the build from 64 to 32 in V C# Express ?

    Moved To C#

  4. #4

    Thread Starter
    Member
    Join Date
    Jan 2010
    Posts
    51

    Re: Switch the build from 64 to 32 in V C# Express ?

    Quote Originally Posted by JuggaloBrotha View Post
    1. The express editions doesn't have that option, but you can still change it manually in the *.csproj file in any text editor.

    2. Wouldn't it make sense to post a C# question in the C# sub forums and not the vb.net sub forum??

    Thanks.. and er.. Oh.. yeah.. I had been having VB on my mind so much that was a big brain fart. I just wasn't thinking.. and I had been up all night. LOL

    If it's that easy to implement that change I wonder why they didn't put it in.. seems with more people using 64 bit pc's due to the fact that a lot of prepackaged with OS's are being sold with 64 bit now. Still I am going to have to manually make that change a lot.

    Hey, perhaps I'll write an app to do that ! (one day)

    Thanks again!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width