Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. VS2008 & VS2005

VS2008 & VS2005

Scheduled Pinned Locked Moved The Lounge
question
29 Posts 15 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M martin_hughes

    I have both installed (VS2008 pro, however) - no problems so far.

    "On one of my cards it said I had to find temperatures lower than -8. The numbers I uncovered were -6 and -7 so I thought I had won, and so did the woman in the shop. But when she scanned the card the machine said I hadn't. "I phoned Camelot and they fobbed me off with some story that -6 is higher - not lower - than -8 but I'm not having it." -Tina Farrell, a 23 year old thicky from Levenshulme, Manchester.

    M Offline
    M Offline
    Mustafa Ismail Mustafa
    wrote on last edited by
    #7

    Wonderful, thanks :)

    "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib "Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"

    1 Reply Last reply
    0
    • M Mustafa Ismail Mustafa

      Has anyone tried installing them side by side? Are there any incompatibility issues? I specifically mean VS2005 professional and the VS2008 express editions.

      "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib "Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"

      U Offline
      U Offline
      uusheikh
      wrote on last edited by
      #8

      I have installed both side-by-side. I achieved 20% performance gain on my C++ program when recompiled with VC++ 2008. However, my mixed assembly (C++/CLI & C++) app runs 10x slower! Puzzles me.

      J realJSOPR 2 Replies Last reply
      0
      • V Vasudevan Deepak Kumar

        I have. The immediate visible change is that Start -> Run -> devenv now launches 2008 instead of 2005. (The latest version takes control)

        Vasudevan Deepak Kumar Personal Homepage
        Tech Gossips
        A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

        M Offline
        M Offline
        Michael Sync
        wrote on last edited by
        #9

        You can give the full path of devenv.exe in "HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows\CurrentVersion\App Paths\devenv.exe” Ref: Tips : devenv.exe Problem

        Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)

        V 1 Reply Last reply
        0
        • M Mustafa Ismail Mustafa

          Has anyone tried installing them side by side? Are there any incompatibility issues? I specifically mean VS2005 professional and the VS2008 express editions.

          "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib "Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"

          D Offline
          D Offline
          Declan Bright
          wrote on last edited by
          #10

          I have VS2003, VS2005 and VS2008, all pro editions and all living happily together.

          Declan Bright www.declanbright.com

          M G 2 Replies Last reply
          0
          • D Declan Bright

            I have VS2003, VS2005 and VS2008, all pro editions and all living happily together.

            Declan Bright www.declanbright.com

            M Offline
            M Offline
            Mustafa Ismail Mustafa
            wrote on last edited by
            #11

            Brilliant, thanks

            "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib "Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"

            1 Reply Last reply
            0
            • U uusheikh

              I have installed both side-by-side. I achieved 20% performance gain on my C++ program when recompiled with VC++ 2008. However, my mixed assembly (C++/CLI & C++) app runs 10x slower! Puzzles me.

              J Offline
              J Offline
              Jorgen Sigvardsson
              wrote on last edited by
              #12

              uus831 wrote:

              However, my mixed assembly (C++/CLI & C++) app runs 10x slower! Puzzles me.

              You're probably messing with the compiler's ability to optimize.

              1 Reply Last reply
              0
              • M Michael Sync

                You can give the full path of devenv.exe in "HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows\CurrentVersion\App Paths\devenv.exe” Ref: Tips : devenv.exe Problem

                Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)

                V Offline
                V Offline
                Vasudevan Deepak Kumar
                wrote on last edited by
                #13

                Michael Sync wrote:

                You can give the full path of devenv.exe in "HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows\CurrentVersion\App Paths\devenv.exe”

                Thanks for the tip. This is definitely useful since when we are to frequently use 2005, then we can toggle this path as appropriately.

                Vasudevan Deepak Kumar Personal Homepage
                Tech Gossips
                A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

                P 1 Reply Last reply
                0
                • V Vasudevan Deepak Kumar

                  Michael Sync wrote:

                  You can give the full path of devenv.exe in "HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows\CurrentVersion\App Paths\devenv.exe”

                  Thanks for the tip. This is definitely useful since when we are to frequently use 2005, then we can toggle this path as appropriately.

                  Vasudevan Deepak Kumar Personal Homepage
                  Tech Gossips
                  A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

                  P Offline
                  P Offline
                  Pete OHanlon
                  wrote on last edited by
                  #14

                  Vasudevan Deepak Kumar wrote:

                  This is definitely useful since when we are to frequently use 2005, then we can toggle this path as appropriately

                  Why? So far I've encountered no problems with VS2008 Multi targetting. All of our 2005 projects compile in the same way in 2008.

                  Deja View - the feeling that you've seen this post before.

                  My blog | My articles

                  M 1 Reply Last reply
                  0
                  • T toxcct

                    why every time Ms releases a new version of Visual Studio or Office, that question of cohabitation comes back ?


                    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                    G Offline
                    G Offline
                    Gary Wheeler
                    wrote on last edited by
                    #15

                    Because if you build commercial software, any change to your development environment disrupts the stability of the product you are building. Windows applications that supposedly live side-by-side all too often trample each other's registry settings, file associations, temporary file usage, and so on. All too often the reply from the software author in this case is either a blank stare, or at best "Oops. Sorry about that." To their credit, I've not had problems with running various versions of Visual Studio next to each other. That said, it's still reasonable to ask the question each time they release a new version.


                    Software Zen: delete this;

                    P 1 Reply Last reply
                    0
                    • D Declan Bright

                      I have VS2003, VS2005 and VS2008, all pro editions and all living happily together.

                      Declan Bright www.declanbright.com

                      G Offline
                      G Offline
                      Gary Wheeler
                      wrote on last edited by
                      #16

                      Thanks, Declan. We have been 'stuck' with using VS2003/SP1 for some time now. We're about to start a major new development effort, and I have been pushing the idea of switching directly to VS2008. I would like to install VS2005 and VS2008 on my development box and give them a try before we decide which version to buy another dozen seats for the other guys in my group.


                      Software Zen: delete this;

                      D 1 Reply Last reply
                      0
                      • M Mustafa Ismail Mustafa

                        Has anyone tried installing them side by side? Are there any incompatibility issues? I specifically mean VS2005 professional and the VS2008 express editions.

                        "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib "Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"

                        G Offline
                        G Offline
                        GrinderDev
                        wrote on last edited by
                        #17

                        No problems on my end. Make sure you don't open and convert any solutions files that you still plan on using in 2005. :suss:

                        1 Reply Last reply
                        0
                        • M Mustafa Ismail Mustafa

                          Has anyone tried installing them side by side? Are there any incompatibility issues? I specifically mean VS2005 professional and the VS2008 express editions.

                          "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib "Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"

                          P Offline
                          P Offline
                          Paul Conrad
                          wrote on last edited by
                          #18

                          Mustafa Ismail Mustafa wrote:

                          Has anyone tried installing them side by side? Are there any incompatibility issues? I specifically mean VS2005 professional and the VS2008 express editions.

                          Yes, I have and no problem at all. Only issue I have had is that the components will not drag from the toolbox onto grids ( I suspect this has to do with the machine and not the version of VS being together). The drag-n-drop issue seems to be something I cannot reproduce on my other machines, though.

                          "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                          1 Reply Last reply
                          0
                          • T toxcct

                            why every time Ms releases a new version of Visual Studio or Office, that question of cohabitation comes back ?


                            [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                            P Offline
                            P Offline
                            Paul Conrad
                            wrote on last edited by
                            #19

                            toxcct wrote:

                            why every time Ms releases a new version of Visual Studio or Office, that question of cohabitation comes back ?

                            Maybe people are hesitant in finding out if there are any issues. This is what I use virtual machines for :->

                            "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                            T 1 Reply Last reply
                            0
                            • M Mustafa Ismail Mustafa

                              Because there does exist a problem of cohabitation. On top of that, though nothing would actually happen to my code, I would really hate to sit there for a few hours twiddling my thumbs, waiting for VS205 [currently] to reinstall. So I'd rather play it safe :)

                              "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib "Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"

                              P Offline
                              P Offline
                              Paul Conrad
                              wrote on last edited by
                              #20

                              Mustafa Ismail Mustafa wrote:

                              there does exist a problem of cohabitation

                              Like what?

                              "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                              1 Reply Last reply
                              0
                              • G Gary Wheeler

                                Because if you build commercial software, any change to your development environment disrupts the stability of the product you are building. Windows applications that supposedly live side-by-side all too often trample each other's registry settings, file associations, temporary file usage, and so on. All too often the reply from the software author in this case is either a blank stare, or at best "Oops. Sorry about that." To their credit, I've not had problems with running various versions of Visual Studio next to each other. That said, it's still reasonable to ask the question each time they release a new version.


                                Software Zen: delete this;

                                P Offline
                                P Offline
                                Paul Conrad
                                wrote on last edited by
                                #21

                                Gary Wheeler wrote:

                                All too often the reply from the software author in this case is either a blank stare, or at best "Oops. Sorry about that."

                                :laugh::laugh::laugh: I'd hate to see/hear that from someone writing a life-and-death mission critical app :)

                                "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                                G 1 Reply Last reply
                                0
                                • P Paul Conrad

                                  toxcct wrote:

                                  why every time Ms releases a new version of Visual Studio or Office, that question of cohabitation comes back ?

                                  Maybe people are hesitant in finding out if there are any issues. This is what I use virtual machines for :->

                                  "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                                  T Offline
                                  T Offline
                                  toxcct
                                  wrote on last edited by
                                  #22

                                  exactly, VMWare rocks :cool:


                                  [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                                  P 1 Reply Last reply
                                  0
                                  • T toxcct

                                    exactly, VMWare rocks :cool:


                                    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                                    P Offline
                                    P Offline
                                    Paul Conrad
                                    wrote on last edited by
                                    #23

                                    toxcct wrote:

                                    VMWare rocks

                                    Sure does, and that reminds me to go and buy a memory upgrade for my laptop next week ( a birthday present to me from me :-D ). I only have 512mb in it right now, and have room to go with a 1gb module to increase it to 1.5gb...

                                    "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                                    1 Reply Last reply
                                    0
                                    • U uusheikh

                                      I have installed both side-by-side. I achieved 20% performance gain on my C++ program when recompiled with VC++ 2008. However, my mixed assembly (C++/CLI & C++) app runs 10x slower! Puzzles me.

                                      realJSOPR Offline
                                      realJSOPR Offline
                                      realJSOP
                                      wrote on last edited by
                                      #24

                                      You're being punished for straying from the one true path that is managed code.

                                      "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                                      -----
                                      "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                                      1 Reply Last reply
                                      0
                                      • P Paul Conrad

                                        Gary Wheeler wrote:

                                        All too often the reply from the software author in this case is either a blank stare, or at best "Oops. Sorry about that."

                                        :laugh::laugh::laugh: I'd hate to see/hear that from someone writing a life-and-death mission critical app :)

                                        "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                                        G Offline
                                        G Offline
                                        Gary Wheeler
                                        wrote on last edited by
                                        #25

                                        The problem is, the guys writing the compilers and development environments aren't building mission-critical applications. It's like they're making a wrench used to build the Space Shuttle, and every so often one comes off the assembly line made out of styrofoam.


                                        Software Zen: delete this;

                                        1 Reply Last reply
                                        0
                                        • G Gary Wheeler

                                          Thanks, Declan. We have been 'stuck' with using VS2003/SP1 for some time now. We're about to start a major new development effort, and I have been pushing the idea of switching directly to VS2008. I would like to install VS2005 and VS2008 on my development box and give them a try before we decide which version to buy another dozen seats for the other guys in my group.


                                          Software Zen: delete this;

                                          D Offline
                                          D Offline
                                          Declan Bright
                                          wrote on last edited by
                                          #26

                                          You should definitely go for VS2008, one big plus is that you can compile against .Net 2.0 and above so if you don't want to run .Net 3.5 in a production environment yet, you can just build .Net 2.0 apps for the moment.

                                          Declan Bright www.declanbright.com

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups