473,387 Members | 1,638 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

VS 2005 and 2008 coexist?

Can VS 2005 and 2008 coexist on the same computer, with some projects
continuing to be worked on in each?
Mar 5 '08 #1
11 1231
Michael
Can VS 2005 and 2008 coexist on the same computer, with some projects
continuing to be worked on in each?
Yes. I am currently doing this on my development machine.

HTH
--
Gregg Walker
Mar 5 '08 #2
"Gregg Walker" <xy***@newsgroup.nospamwrote in message
news:OY**************@TK2MSFTNGP04.phx.gbl...
Michael
>Can VS 2005 and 2008 coexist on the same computer, with some projects
continuing to be worked on in each?

Yes. I am currently doing this on my development machine.

HTH
--
Gregg Walker
Thanks.
Mar 5 '08 #3
"Michael A. Covington" <mc@uga.eduwrote in message
news:O9**************@TK2MSFTNGP02.phx.gbl...
"Gregg Walker" <xy***@newsgroup.nospamwrote in message
news:OY**************@TK2MSFTNGP04.phx.gbl...
>Michael
>>Can VS 2005 and 2008 coexist on the same computer, with some projects
continuing to be worked on in each?

Yes. I am currently doing this on my development machine.

HTH
--
Gregg Walker

Thanks.
Michael - Are you the astrophotography Michael A Covington?
Mar 5 '08 #4
"BobF" <rN***********@charter.netwrote in message
news:Ob**************@TK2MSFTNGP04.phx.gbl...
Michael - Are you the astrophotography Michael A Covington?
Yes, I must confess that I am.
Michael
www.dslrbook.com
Mar 6 '08 #5
Michael A. Covington wrote:
Can VS 2005 and 2008 coexist on the same computer, with some projects
continuing to be worked on in each?
Yes.

But since 2008 can target .NET 2.0, then you will only need
it if you need to work with other team members using 2005.

Arne
Mar 6 '08 #6

"Arne Vajhøj" <ar**@vajhoej.dkwrote in message
news:47***********************@news.sunsite.dk...
Michael A. Covington wrote:
>Can VS 2005 and 2008 coexist on the same computer, with some projects
continuing to be worked on in each?

Yes.

But since 2008 can target .NET 2.0, then you will only need
it if you need to work with other team members using 2005.

Arne
When you open a solution in VS2008, it will convert the project files. You
can't then easily re-open it in VS2005. So you can't just go back and forth
between the versions of Visual Studio.

Just FYI.

RobinS
GoldMail, Inc.

Mar 6 '08 #7
On Wed, 05 Mar 2008 21:39:50 -0800, RobinS <ro****@imnottelling.comwrote:
When you open a solution in VS2008, it will convert the project files.
You can't then easily re-open it in VS2005. So you can't just go back
and forth between the versions of Visual Studio.
If I recall correctly, Jon or Marc posted a hack that involved
hand-editing the solution file in a way that allows VS2005 to open VS2008
files.

If it's important to someone, they could Google back a few months to when
2008 came out and look for that message.

Pete
Mar 6 '08 #8
Yes.
You can install it in your computer.
Even you are going to create a program and build a setup.
But I think when it comes to web application
it is slightly more complicated.
--
To be Happy is To be Yourself
"Michael A. Covington" wrote:
Can VS 2005 and 2008 coexist on the same computer, with some projects
continuing to be worked on in each?
Mar 6 '08 #9
"Michael A. Covington" <lo**@ai.uga.edu.for.addresswrote in message
news:ug**************@TK2MSFTNGP05.phx.gbl...
"BobF" <rN***********@charter.netwrote in message
news:Ob**************@TK2MSFTNGP04.phx.gbl...
>Michael - Are you the astrophotography Michael A Covington?

Yes, I must confess that I am.
Michael
www.dslrbook.com
Early 90's I was an avid backyard astronomer. Memorized one of your books
and had some great results. It's still in my astro library. I hope to get
another observatory set up one day when time permits such dalliances again
:-)

Great work and good to see you around!

Mar 6 '08 #10

"BobF" <rN***********@charter.netwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
"Michael A. Covington" <lo**@ai.uga.edu.for.addresswrote in message
news:ug**************@TK2MSFTNGP05.phx.gbl...
>"BobF" <rN***********@charter.netwrote in message
news:Ob**************@TK2MSFTNGP04.phx.gbl...
>>Michael - Are you the astrophotography Michael A Covington?

Yes, I must confess that I am.
Michael
www.dslrbook.com

Early 90's I was an avid backyard astronomer. Memorized one of your books
and had some great results. It's still in my astro library. I hope to
get another observatory set up one day when time permits such dalliances
again :-)

Great work and good to see you around!
Thanks for your support! You should memorize the 1999 edition -- it's much
better than the 1985 or 1990 editions :)
Mar 7 '08 #11
RobinS wrote:
"Arne Vajhøj" <ar**@vajhoej.dkwrote in message
news:47***********************@news.sunsite.dk...
>Michael A. Covington wrote:
>>Can VS 2005 and 2008 coexist on the same computer, with some projects
continuing to be worked on in each?

Yes.

But since 2008 can target .NET 2.0, then you will only need
it if you need to work with other team members using 2005.

When you open a solution in VS2008, it will convert the project files.
You can't then easily re-open it in VS2005. So you can't just go back
and forth between the versions of Visual Studio.
Yes. But since 2008 can target 2.0 it is only an issue if there are
other team members with only 2005. As I wrote.

Arne
Mar 8 '08 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Peter Schmitz | last post by:
Hi, just one question: I'm currently working with VS.NET 2003 on my current project but nethertheless dying to check out the new 2005 version of VS. Can this installation coexist on my PC,...
1
by: Danny Ni | last post by:
Hi, Is there anyway for a VS 2005 ASP.Net web application and a VS 2003 ASP.Net Web application and Classic ASP coexist in a web sever? If yes, please provide some info on how to make this...
1
by: Gary Nastrasio | last post by:
I have a .NET 1.1 project that I'd like to compile on Visual Studio 2005 Pro. In VS2003 I created a form and dragged the WebBrowser control onto it. This created the following code: private:...
3
by: BK | last post by:
If I upgrade a PC from VS 2003 to VS 2005, can I run either of them or will I only be able to use VS 2005? I have a project that was started in VS 2003 that is about to go into production. I am...
2
by: JDeats | last post by:
I apologize if this question is answered on MSDN, I searched and could not find a clear answer: I have a Windows XP PC that has VS.NET 2005 Professional installed. So far my VS.NET 2008...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.