64 bit - 32 bit VB.NET

Started by
4 comments, last by ryan20fun 12 years, 10 months ago
*Urgent*

I have developed an application for someone doing work but I am using a 64 bit machine so it automatically exported as a 64 bit executable. Is there an option to compile into a 32 bit executable so that it can be run on 32 bit machines ?

Thanks
AMD Phenom II X6 1090T 3.2GHz
XFX ATI Radeon 5770 1GB GDDR5
ASUS M4A89GTD Pro USB 3.0
CORSAIR XMS3 4GB 1600MHz
THERMALTAKE V3
SEAGATE 500GB
WINDOWS 7 ULTIMATE 64 Bit
Advertisement
BTW I am using visual studio 2010
AMD Phenom II X6 1090T 3.2GHz
XFX ATI Radeon 5770 1GB GDDR5
ASUS M4A89GTD Pro USB 3.0
CORSAIR XMS3 4GB 1600MHz
THERMALTAKE V3
SEAGATE 500GB
WINDOWS 7 ULTIMATE 64 Bit
I belive under your project settings, under linker settings, under advanced settings, you can set your target machine.
edit: sorry this is the options for visual C++, but it may be similar.
You should be able to set your build settings to something like "Any CPU", "x86" or "x64". Depending on how you have Visual Studio set up, it might be a drop down in the toolbar at the top or it might be the project settings for the Project itself. I think with VB.Net if you Right Click on the project -> Properties->Debug, check the "Platform" drop down and see what it says. You should be able to change it there.
I am using the express edition and I can't seem to find it?
AMD Phenom II X6 1090T 3.2GHz
XFX ATI Radeon 5770 1GB GDDR5
ASUS M4A89GTD Pro USB 3.0
CORSAIR XMS3 4GB 1600MHz
THERMALTAKE V3
SEAGATE 500GB
WINDOWS 7 ULTIMATE 64 Bit
have you checked the "Configuration Manager" ?

Never say Never, Because Never comes too soon. - ryan20fun

Disclaimer: Each post of mine is intended as an attempt of helping and/or bringing some meaningfull insight to the topic at hand. Due to my nature, my good intentions will not always be plainly visible. I apologise in advance and assure you I mean no harm and do not intend to insult anyone.

This topic is closed to new replies.

Advertisement