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 is it safe to let it go now?

VS2008 is it safe to let it go now?

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studiocomquestion
56 Posts 28 Posters 0 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.
  • D DaveAuld

    On my laptop and my main PC i have both VS2008 and VS2010 today i took a VS2008 project folder and copied to VS2010 project folder and it did an inplace conversion without any issues. As both these IDE's are multi-targetting, is there any justification or benefit for keeping VS2008?

    Dave Don't forget to rate messages!
    Find Me On: Web|Facebook|Twitter|LinkedIn
    Waving? dave.m.auld[at]googlewave.com

    Y Offline
    Y Offline
    Yortw
    wrote on last edited by
    #44

    If you work on Smart Device projects (compact framework/CE apps) then absolutely... they seem to be completely MIA in 2010 as far as I can tell. Pages found via Google suggest these projects and CF have been dropped in favour of the Win 7 Phone SDK (not yet released), which would be fine except we have line of business applications running on barcode scanners, thin clients and other hardware with CE installed that aren't phones and certainly aren't Win Phone 7. The same pages from Google also seem to indicate that if the Smart Device projects are a requirement for you, stick to VS2008 :( Opening a Smart Device .csproj file in VS2010 just says the project type isn't supported, and it won't update it :( Of course, if you don't have that issue and all your add-in's etc. run ok, then it should be safe to move to 2010.

    1 Reply Last reply
    0
    • D DaveAuld

      On my laptop and my main PC i have both VS2008 and VS2010 today i took a VS2008 project folder and copied to VS2010 project folder and it did an inplace conversion without any issues. As both these IDE's are multi-targetting, is there any justification or benefit for keeping VS2008?

      Dave Don't forget to rate messages!
      Find Me On: Web|Facebook|Twitter|LinkedIn
      Waving? dave.m.auld[at]googlewave.com

      J Offline
      J Offline
      JohnLBevan
      wrote on last edited by
      #45

      It depends on what you're using it for. For example VS2010 can't be used to work on BizTalk 2009 at present. Also, if you're working in a team with people using previous versions, it's best to keep everyone on the same version; so either all upgrade together, or all stick to 2008. I think that OOTB visual studio, being used for standard PODN (plain old dot net) development, should be fine though. You could just keep the installs for VS2008, or keep a virtual machine image with it on, to call up in case you hit issues down the line, then you're pretty much safe whatever.

      1 Reply Last reply
      0
      • A AspDotNetDev

        daveauld wrote:

        is there any justification or benefit for keeping VS2008

        Some plugins might only work for VS2008. If you work with somebody else and they only have VS2008, would they be able to open your VS2010 solution?

        [Forum Guidelines]

        E Offline
        E Offline
        ely_bob
        wrote on last edited by
        #46

        If your developing in XNA you can't upgrade.

        I'd blame it on the Brain farts.. But let's be honest, it really is more like a Methane factory between my ears some days then it is anything else...

        1 Reply Last reply
        0
        • A AspDotNetDev

          daveauld wrote:

          is there any justification or benefit for keeping VS2008

          Some plugins might only work for VS2008. If you work with somebody else and they only have VS2008, would they be able to open your VS2010 solution?

          [Forum Guidelines]

          F Offline
          F Offline
          Fabio Franco
          wrote on last edited by
          #47

          aspdotnetdev wrote:

          If you work with somebody else and they only have VS2008, would they be able to open your VS2010 solution?

          Now, is there any solution to that? Besides loading the .csproj files separetely?

          A 1 Reply Last reply
          0
          • D DaveAuld

            On my laptop and my main PC i have both VS2008 and VS2010 today i took a VS2008 project folder and copied to VS2010 project folder and it did an inplace conversion without any issues. As both these IDE's are multi-targetting, is there any justification or benefit for keeping VS2008?

            Dave Don't forget to rate messages!
            Find Me On: Web|Facebook|Twitter|LinkedIn
            Waving? dave.m.auld[at]googlewave.com

            C Offline
            C Offline
            CDMTJX
            wrote on last edited by
            #48

            Wah! I just got management talked into VS2008 instead of VS2005! :sigh:

            1 Reply Last reply
            0
            • F Fabio Franco

              aspdotnetdev wrote:

              If you work with somebody else and they only have VS2008, would they be able to open your VS2010 solution?

              Now, is there any solution to that? Besides loading the .csproj files separetely?

              A Offline
              A Offline
              AspDotNetDev
              wrote on last edited by
              #49

              Edit the solution in Notepad to make it look like a VS2008 solution file?

              [Forum Guidelines]

              F 1 Reply Last reply
              0
              • A AspDotNetDev

                Edit the solution in Notepad to make it look like a VS2008 solution file?

                [Forum Guidelines]

                F Offline
                F Offline
                Fabio Franco
                wrote on last edited by
                #50

                aspdotnetdev wrote:

                Edit the solution in Notepad to make it look like a VS2008 solution file?

                That's even more unpractical than Adding csproj files individually

                A 1 Reply Last reply
                0
                • F Fabio Franco

                  aspdotnetdev wrote:

                  Edit the solution in Notepad to make it look like a VS2008 solution file?

                  That's even more unpractical than Adding csproj files individually

                  A Offline
                  A Offline
                  AspDotNetDev
                  wrote on last edited by
                  #51

                  Depends on the number of CSPROJ files. Also, when you add CSPROJ's to a solution, the references to other CSPROJ's in the original solution are lost, so you must then add those references again as well. Modifying the SLN file might be as simple as changing a single line. I'd probably just use WinMerge to compare a VS2008 and VS2010 SLN file to take note of the differences.

                  [Forum Guidelines]

                  F 1 Reply Last reply
                  0
                  • A AspDotNetDev

                    Depends on the number of CSPROJ files. Also, when you add CSPROJ's to a solution, the references to other CSPROJ's in the original solution are lost, so you must then add those references again as well. Modifying the SLN file might be as simple as changing a single line. I'd probably just use WinMerge to compare a VS2008 and VS2010 SLN file to take note of the differences.

                    [Forum Guidelines]

                    F Offline
                    F Offline
                    Fabio Franco
                    wrote on last edited by
                    #52

                    Perhaps you're right. But still we'd have to compare the sln files to see what real difference there are between them (WinMerge), using which of the new features of VS 2010. I think there will be cases where either solution might make sense. The optimal solution would be that VS had an "export" feature... Humm... plugin idea?

                    A 1 Reply Last reply
                    0
                    • D DaveAuld

                      On my laptop and my main PC i have both VS2008 and VS2010 today i took a VS2008 project folder and copied to VS2010 project folder and it did an inplace conversion without any issues. As both these IDE's are multi-targetting, is there any justification or benefit for keeping VS2008?

                      Dave Don't forget to rate messages!
                      Find Me On: Web|Facebook|Twitter|LinkedIn
                      Waving? dave.m.auld[at]googlewave.com

                      J Offline
                      J Offline
                      James H
                      wrote on last edited by
                      #53

                      That is why I develop in Virtual Machines now - my Visual Studio 6 one now rarely gets powered up, like wise VS2003, VS2005 and VS2008 still very active depending on client. This way I know that if I ever have to go back to do some fix on real old code - even if I have changed machines many times since then I can fire up a Virtual Machine and go into the project and update without faffing around.

                      1 Reply Last reply
                      0
                      • D DaveAuld

                        On my laptop and my main PC i have both VS2008 and VS2010 today i took a VS2008 project folder and copied to VS2010 project folder and it did an inplace conversion without any issues. As both these IDE's are multi-targetting, is there any justification or benefit for keeping VS2008?

                        Dave Don't forget to rate messages!
                        Find Me On: Web|Facebook|Twitter|LinkedIn
                        Waving? dave.m.auld[at]googlewave.com

                        S Offline
                        S Offline
                        Scott 1
                        wrote on last edited by
                        #54

                        I ran across an interesting problem this week. I was trying to call a method on a BizTalk web service from my own web service on another server. I was able to generate a proxy with VS2010. But, I couldn’t successfully make a method call to it. I kept getting this error. "An error occurred while loading attribute 'XmlSerializerFormatAttribute' on method"… I wrote a test app and ran it from my machine and everything worked fine. It turns out that the proxy that VS2010 generates requires .NET Framework 3.5 SP1. Which my machine had, but the server with my web service did not have. Once I installed SP1 on the server, everything was hunckie dorie (I have no idea how to spell that). This web site finally clued me in. http://social.msdn.microsoft.com/Forums/en/wcf/thread/7d2b9c3b-61ff-443b-bee7-38d28f54c466 Scott H.

                        Scott H.

                        1 Reply Last reply
                        0
                        • F Fabio Franco

                          Perhaps you're right. But still we'd have to compare the sln files to see what real difference there are between them (WinMerge), using which of the new features of VS 2010. I think there will be cases where either solution might make sense. The optimal solution would be that VS had an "export" feature... Humm... plugin idea?

                          A Offline
                          A Offline
                          AspDotNetDev
                          wrote on last edited by
                          #55

                          Fabio Franco wrote:

                          The optimal solution would be that VS had an "export" feature... Humm... plugin idea?

                          Did you already see this?

                          [Forum Guidelines]

                          F 1 Reply Last reply
                          0
                          • A AspDotNetDev

                            Fabio Franco wrote:

                            The optimal solution would be that VS had an "export" feature... Humm... plugin idea?

                            Did you already see this?

                            [Forum Guidelines]

                            F Offline
                            F Offline
                            Fabio Franco
                            wrote on last edited by
                            #56

                            Thanks! I hadn't seen that yet, perhaps I should make an article based on that, but as a VS plugin :) If nobody has done that yet (will search a little), I will make the article.

                            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