|
-
Apr 15th, 2010, 12:48 AM
#1
Thread Starter
Fanatic Member
Framework related possibilities
Is it possible to install VS 2010 first,then install VS2008?
i am asking this because in many cases(specially while installing the O.S) i see that after installing the higher version the lower version of O.S cant be installed....and if want to install linux then it might be installed after installing all the windows O.S starting from xp,then vista,then win7 and finally fedora 12......
please help
-
Apr 15th, 2010, 01:19 AM
#2
Re: Framework related possibilities
It's certainly possible. The only potential issue is that the last version installed will be used as the default app for opening various file types. For instance, if you double-click on a .config file in Windows Explorer, it will open in the last version you installed. If that's not a problem then you should be fine.
That said, I'd always install the older version first if I could.
-
Apr 15th, 2010, 01:34 AM
#3
Thread Starter
Fanatic Member
Re: Framework related possibilities
one more thing:i dont have vs 2010 installed in my machine but i have vs 2008....so i am giving the screenshot of it:

if i change the target framework to 2.0(suppose) then while deploying the vs 2008 project should the prerequity be framework 2.0 or the .exe will also work in presence of the framework 3.5?
-
Apr 15th, 2010, 01:58 AM
#4
Re: Framework related possibilities
 Originally Posted by Tommy.net
one more thing:i dont have vs 2010 installed in my machine but i have vs 2008....so i am giving the screenshot of it:

if i change the target framework to 2.0(suppose) then while deploying the vs 2008 project should the prerequity be framework 2.0 or the .exe will also work in presence of the framework 3.5?
.NET 3.5 is built on top of .NET 3.0 is built on top of .NET 2.0. If you have .NET 3.5 installed then you have .NET 2.0 installed anyway. Now that .NET 4.0 is all new, I'm not sure what that means for apps targeting older versions, but I'd expect them to work in the vast majority, if not all, cases.
-
Apr 15th, 2010, 02:06 AM
#5
Thread Starter
Fanatic Member
Re: Framework related possibilities
suppose i did a code using the LINQ in vs 2008 and compile it with target framework 2.0,then will it work(since LINQ is not supported in vs 2005)
-
Apr 15th, 2010, 02:09 AM
#6
Re: Framework related possibilities
 Originally Posted by Tommy.net
suppose i did a code using the LINQ in vs 2008 and compile it with target framework 2.0,then will it work(since LINQ is not supported in vs 2005) 
LINQ is new with .NET 3.5. If you aren't targeting .NET 3.5 or above then you can't use LINQ, regardless of the IDE.
-
Apr 15th, 2010, 02:24 AM
#7
Thread Starter
Fanatic Member
Re: Framework related possibilities
So can i conclude that if i create a project in vs 2008 and put the target framework to 2.0 then i can do only those things that i can do with the vs2005?
-
Apr 15th, 2010, 02:32 AM
#8
Thread Starter
Fanatic Member
Re: Framework related possibilities
if #7 is true then why should someone install vs2005 if he has vs2008 already installed in his machine?
-
Apr 15th, 2010, 04:53 AM
#9
Re: Framework related possibilities
The VS IDE, the VB language and the .NET Framework are all different things. Each time new versions come out, you get a new version of each. VS 2008 and VB9 both have new features that VS 2005 and VB8 didn't have, which you can make use of even when targeting .NET 2.0.
Probably the only reason to install an older version of VS if you already have a newer version is to share projects with other users of that version, e.g. I've posted projects in the CodeBank created in VS 2005 so that those users don't mis oput on my wisdom.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|