Running VS2008 side-by-side w/ VS2005

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bill McCormick

    Running VS2008 side-by-side w/ VS2005

    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
  • Ivan

    #2
    Re: Running VS2008 side-by-side w/ VS2005

    I didn't have any running 2003, 2005 and 2008 on same machine

    "Bill McCormick" <wpmccormick@ne wsgroup.nospamw rote in message
    news:eNHzvoeNJH A.4116@TK2MSFTN GP02.phx.gbl...
    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

    Comment

    • Jeff Johnson

      #3
      Re: Running VS2008 side-by-side w/ VS2005

      "Bill McCormick" <wpmccormick@ne wsgroup.nospamw rote in message
      news:eNHzvoeNJH A.4116@TK2MSFTN GP02.phx.gbl...
      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."


      Comment

      • Mr. Arnold

        #4
        Re: Running VS2008 side-by-side w/ VS2005


        "Bill McCormick" <wpmccormick@ne wsgroup.nospamw rote in message
        news:eNHzvoeNJH A.4116@TK2MSFTN GP02.phx.gbl...
        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.

        Comment

        • Cowboy \(Gregory A. Beamer - MVP\)

          #5
          Re: Running VS2008 side-by-side w/ VS2005

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

          --
          Gregory A. Beamer
          MVP, MCP: +I, SE, SD, DBA

          Subscribe to my blog


          or just read it:


          *************** *************** **************
          | Think outside the box! |
          *************** *************** **************
          "Bill McCormick" <wpmccormick@ne wsgroup.nospamw rote in message
          news:eNHzvoeNJH A.4116@TK2MSFTN GP02.phx.gbl...
          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

          Comment

          • Jeff Johnson

            #6
            Re: Running VS2008 side-by-side w/ VS2005

            "Cowboy (Gregory A. Beamer - MVP)" <gbworld@comcas t.netwrote in message
            news:O%23u8deEO JHA.1148@TK2MSF TNGP05.phx.gbl. ..
            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.


            Comment

            Working...