Running VS2008 side-by-side w/ VS2005

B

Bill McCormick

I'm mostly using C# but have some VB.NET apps in VS2005 (C#2.0 & .NET
2.0). Are there any issue running VS2005 and VS2008 on the same machine?

Thanks,

Bill
 
J

Jeff Johnson

I'm mostly using C# but have some VB.NET apps in VS2005 (C#2.0 & .NET
2.0). Are there any issue running VS2005 and VS2008 on the same machine?

No. HOWEVER, even though VS 2008 can create projects targeted to the 2.0
Framework, it changes one (ONE!) XML tag in .csproj files from the 2005
version and these projects then become unreadable by VS 2005. So if you have
a C# project that you made in VS 2005 you cannot work with it in both IDEs;
once you use it in 2008 it'll be incompatible with 2005. This change was
just plain STUPID. I don't care if the new tag name "is more descriptive."
 
M

Mr. Arnold

Bill McCormick said:
I'm mostly using C# but have some VB.NET apps in VS2005 (C#2.0 & .NET
2.0). Are there any issue running VS2005 and VS2008 on the same machine?

No, each development solution uses its own .Net Framework and .Net Framework
runtime environment.
 
J

Jeff Johnson

None whatsoever. Not sure it is needed, as you can compile to 2.0 in
VS2008, however.

As I mentioned, it's definitely needed if you're going to share 2.0 C#
projects with users who have VS 2005.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top