![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
12 years old
Join Date: Nov 2007
Posts: 94
Rep Power: 1
![]() |
question about visual studio 2008
In Visual C# Express Edition, how do i change the target cpu type for a project?
|
|
|
|
|
|
#2 |
|
PFO God In Training
![]() Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 550
Rep Power: 4
![]() |
Re: question about visual studio 2008
You can't do that with any of the Express versions. Spend some $$$ for the professional version.
__________________
True Terror is to wake up one morning and discover that your high school class is running the country - Kurt Vonnegut Jr. |
|
|
|
|
|
#3 |
|
12 years old
Join Date: Nov 2007
Posts: 94
Rep Power: 1
![]() |
Re: question about visual studio 2008
orly? i just found out how to with fiddling around with settings. go to tools -> options. check the 'Show all settings' box to your bottom left. now choose Projects and Solutions in the tree model and choose General. Check 'Show advanced build configurations.' press OK out of the window. now go to build -> configuration manager. it should say 'Any CPU' to your right. you can add a new active solution platform and in the new popup box you can choose the platform out of: IA-64 (Itanium), x86, or x64. reason i needed this was because my 64bit .NET applications had problems working with 32bit COM components.
|
|
|
|
|
|
#4 |
|
Programmer
Join Date: Jul 2008
Posts: 51
Rep Power: 1
![]() |
Re: question about visual studio 2008
i got mine pro for free :-p but ive always wanted to make visual studio programs compatible with framework 1.1 which i heard cant be done easily
|
|
|
|
|
|
#5 | |
|
PFO God In Training
![]() Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 550
Rep Power: 4
![]() |
Re: question about visual studio 2008
Quote:
__________________
True Terror is to wake up one morning and discover that your high school class is running the country - Kurt Vonnegut Jr. |
|
|
|
|
|
|
#6 |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 763
Rep Power: 3
![]() |
Re: question about visual studio 2008
Correct. Different versions of the framework have been largely incompatible until lately (then again, 3.0 and 3.5 are mostly 2.0 with extra stuff in them). Post-VS2008, going between framework versions should be much better, but going back to 1.1 will still probably not be supported.
__________________
<insert disclaimer here> <insert shameless plug for Visual Studio here> |
|
|
|
|
|
#7 |
|
Programmer
Join Date: Jul 2008
Posts: 51
Rep Power: 1
![]() |
Re: question about visual studio 2008
ya you think they would change that since on installation of xp you get 1.1 and alot of people dont ever upgrade for some reason unkown to me
|
|
|
|
|
|
#8 |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 763
Rep Power: 3
![]() |
Re: question about visual studio 2008
It is indeed annoying, but that's part of why web apps are becoming increasingly popular. Having a single point of app deployment is a lot easier to coordinate than many different computers.
__________________
<insert disclaimer here> <insert shameless plug for Visual Studio here> |
|
|
|
|
|
#9 |
|
12 years old
Join Date: Nov 2007
Posts: 94
Rep Power: 1
![]() |
Re: question about visual studio 2008
|
|
|
|
|
|
#10 |
|
Programmer
Join Date: Jul 2008
Posts: 51
Rep Power: 1
![]() |
Re: question about visual studio 2008
no i get it for free because im in college for computer science so we get a free copy of xp a free copy or vista free copy of visual studio and a few other microsoft programs
i wish they gave use free adobe products but the only one we get for free is flex builder all we have to do is show proof of being a student (everyone gets that opportunity) |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| visual studio 2005 vs. visual stud 2008 express edition | JD-Salinger | Coder's Corner Lounge | 14 | Jul 17th, 2008 9:16 PM |
| Visual Studio 2008 Release! | Ghost | Coder's Corner Lounge | 6 | Nov 27th, 2007 4:22 AM |
| Visual Studio 2008 | crawforddavid2006 | Coder's Corner Lounge | 4 | Sep 7th, 2007 12:07 PM |
| Visual Studio vs Visual C++ | NightShade01 | C++ | 14 | Feb 26th, 2006 9:39 AM |
| Moving code from Visual Studio 2005 to Visual Studio 2003 and back. | Kami | Other Programming Languages | 1 | Jan 11th, 2006 9:35 PM |