Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jul 25th, 2008, 1:10 PM   #1
null_ptr0
12 years old
 
Join Date: Nov 2007
Posts: 94
Rep Power: 1 null_ptr0 is on a distinguished road
question about visual studio 2008

In Visual C# Express Edition, how do i change the target cpu type for a project?
null_ptr0 is offline   Reply With Quote
Old Jul 25th, 2008, 3:51 PM   #2
Ancient Dragon
PFO God In Training
 
Ancient Dragon's Avatar
 
Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 550
Rep Power: 4 Ancient Dragon is on a distinguished road
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.
Ancient Dragon is offline   Reply With Quote
Old Jul 26th, 2008, 12:15 PM   #3
null_ptr0
12 years old
 
Join Date: Nov 2007
Posts: 94
Rep Power: 1 null_ptr0 is on a distinguished road
Re: question about visual studio 2008

Quote:
Originally Posted by Ancient Dragon View Post
You can't do that with any of the Express versions. Spend some $$$ for the professional version.
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.
null_ptr0 is offline   Reply With Quote
Old Jul 26th, 2008, 1:08 PM   #4
pourinitup
Programmer
 
Join Date: Jul 2008
Posts: 51
Rep Power: 1 pourinitup is on a distinguished road
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
pourinitup is offline   Reply With Quote
Old Jul 26th, 2008, 3:58 PM   #5
Ancient Dragon
PFO God In Training
 
Ancient Dragon's Avatar
 
Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 550
Rep Power: 4 Ancient Dragon is on a distinguished road
Re: question about visual studio 2008

Quote:
Originally Posted by null_ptr0 View Post
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.
That nice -- but can you choose smart devices such as Mobile 5.0 or PocketPC, for ARM systems? Answer: No you can't, but you can with the Pro version. And it will target several others too.
__________________
True Terror is to wake up one morning and discover that your high school class is running the country - Kurt Vonnegut Jr.
Ancient Dragon is offline   Reply With Quote
Old Jul 26th, 2008, 8:10 PM   #6
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 763
Rep Power: 3 Jimbo is on a distinguished road
Re: question about visual studio 2008

Quote:
Originally Posted by pourinitup View Post
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
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>
Jimbo is offline   Reply With Quote
Old Jul 26th, 2008, 10:01 PM   #7
pourinitup
Programmer
 
Join Date: Jul 2008
Posts: 51
Rep Power: 1 pourinitup is on a distinguished road
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
pourinitup is offline   Reply With Quote
Old Jul 27th, 2008, 1:35 AM   #8
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 763
Rep Power: 3 Jimbo is on a distinguished road
Re: question about visual studio 2008

Quote:
Originally Posted by pourinitup View Post
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
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>
Jimbo is offline   Reply With Quote
Old Jul 27th, 2008, 11:43 AM   #9
null_ptr0
12 years old
 
Join Date: Nov 2007
Posts: 94
Rep Power: 1 null_ptr0 is on a distinguished road
Re: question about visual studio 2008

Quote:
Originally Posted by pourinitup View Post
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
lemme guess you used dreamspark ?
null_ptr0 is offline   Reply With Quote
Old Jul 27th, 2008, 11:56 AM   #10
pourinitup
Programmer
 
Join Date: Jul 2008
Posts: 51
Rep Power: 1 pourinitup is on a distinguished road
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)
pourinitup is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:23 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC