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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. upgrading from VS.Net2003->2005

upgrading from VS.Net2003->2005

Scheduled Pinned Locked Moved C#
csharpvisual-studioquestion
10 Posts 3 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.
  • E Offline
    E Offline
    e_LA
    wrote on last edited by
    #1

    Hi Has someone any experience with such an upgrade? I am going to do that with my C# windows based application. Is it safe to install VS2005 with VS2003 already installed? Is it fully compatibile? I mean can I have installed simultanously both versions? Any advice or warning? Thanks Ela

    K V 2 Replies Last reply
    0
    • E e_LA

      Hi Has someone any experience with such an upgrade? I am going to do that with my C# windows based application. Is it safe to install VS2005 with VS2003 already installed? Is it fully compatibile? I mean can I have installed simultanously both versions? Any advice or warning? Thanks Ela

      K Offline
      K Offline
      Kevin McFarlane
      wrote on last edited by
      #2

      e_LA wrote:

      Has someone any experience with such an upgrade? I am going to do that with my C# windows based application.

      At home I've only tried opening very simple VS 2003 apps. in VS 2005. There were no problems. Might be a different with an industrial-strength app. that you might have at work. Where I work at the moment, a colleague will shortly be attempting to open one a VS 2003 web app. in VS 2005 and seeing whether everything workss.

      e_LA wrote:

      Is it safe to install VS2005 with VS2003 already installed? Is it fully compatibile? I mean can I have installed simultanously both versions?

      Yes to all. You shouldn't have any problems. VS 2005 will install side by side with VS 2003. Only issue might psossibly be the database, if you're also installing SQL Server 2005 alongside SQL Server 2000. For myself, I never had SQL Server 2000, but I did have MSDE 2000 and ran into some issues. But the upshot is that I still have MSDE 2000 installed as well as SQL Server 2005. Kevin

      E 1 Reply Last reply
      0
      • K Kevin McFarlane

        e_LA wrote:

        Has someone any experience with such an upgrade? I am going to do that with my C# windows based application.

        At home I've only tried opening very simple VS 2003 apps. in VS 2005. There were no problems. Might be a different with an industrial-strength app. that you might have at work. Where I work at the moment, a colleague will shortly be attempting to open one a VS 2003 web app. in VS 2005 and seeing whether everything workss.

        e_LA wrote:

        Is it safe to install VS2005 with VS2003 already installed? Is it fully compatibile? I mean can I have installed simultanously both versions?

        Yes to all. You shouldn't have any problems. VS 2005 will install side by side with VS 2003. Only issue might psossibly be the database, if you're also installing SQL Server 2005 alongside SQL Server 2000. For myself, I never had SQL Server 2000, but I did have MSDE 2000 and ran into some issues. But the upshot is that I still have MSDE 2000 installed as well as SQL Server 2005. Kevin

        E Offline
        E Offline
        e_LA
        wrote on last edited by
        #3

        Thanks for the answer. If you know more from you colleague please let me know. Ela

        K 2 Replies Last reply
        0
        • E e_LA

          Thanks for the answer. If you know more from you colleague please let me know. Ela

          K Offline
          K Offline
          Kevin McFarlane
          wrote on last edited by
          #4

          You will certainly get quite a few warnings when you open VS 2003 projects. Some of these will be for obsolete method calls (the app. will still run, but they just suggest that you use a newer API). You'll also get warnings in HTML files because they're now tracking XHTML 1.0. But again they'll still run. C++ code will definitely be something different though! Kevin

          1 Reply Last reply
          0
          • E e_LA

            Hi Has someone any experience with such an upgrade? I am going to do that with my C# windows based application. Is it safe to install VS2005 with VS2003 already installed? Is it fully compatibile? I mean can I have installed simultanously both versions? Any advice or warning? Thanks Ela

            V Offline
            V Offline
            Vikram A Punathambekar
            wrote on last edited by
            #5

            Yes, you can safely have them installed side by side. š Cheers, Vikram.


            I don't know and you don't either. Militant Agnostic

            E 1 Reply Last reply
            0
            • V Vikram A Punathambekar

              Yes, you can safely have them installed side by side. š Cheers, Vikram.


              I don't know and you don't either. Militant Agnostic

              E Offline
              E Offline
              e_LA
              wrote on last edited by
              #6

              Thanks for all answer. There were very usefull. I am going to do upgrade next week. Ela

              1 Reply Last reply
              0
              • E e_LA

                Thanks for the answer. If you know more from you colleague please let me know. Ela

                K Offline
                K Offline
                Kevin McFarlane
                wrote on last edited by
                #7

                My colleague is in the office and working on this now. He has run into mumerous problems with upgrading a VS 2003 solution! There are however a few articles dotted around on how to prepare for an upgrade, e.g., Step-By-Step Guide to Converting Web Projects from Visual Studio .NET 2002/2003 to Visual Studio 2005 http://msdn.microsoft.com/asp.net/reference/migration/upgrade/default.aspx?pull=/library/en-us/dnaspp/html/webprojectsvs05.asp[^] Kevin

                E 1 Reply Last reply
                0
                • K Kevin McFarlane

                  My colleague is in the office and working on this now. He has run into mumerous problems with upgrading a VS 2003 solution! There are however a few articles dotted around on how to prepare for an upgrade, e.g., Step-By-Step Guide to Converting Web Projects from Visual Studio .NET 2002/2003 to Visual Studio 2005 http://msdn.microsoft.com/asp.net/reference/migration/upgrade/default.aspx?pull=/library/en-us/dnaspp/html/webprojectsvs05.asp[^] Kevin

                  E Offline
                  E Offline
                  e_LA
                  wrote on last edited by
                  #8

                  Hi Kevin Thanks for the link. I am upgrading windows application not web one. However some issue will be usefull I supppose. I have upgraded my aplication and everything was fine except code written in C++. There was a change in C++ compilator in VS2005 and I am struggling with that now :-( Ela

                  K 1 Reply Last reply
                  0
                  • E e_LA

                    Hi Kevin Thanks for the link. I am upgrading windows application not web one. However some issue will be usefull I supppose. I have upgraded my aplication and everything was fine except code written in C++. There was a change in C++ compilator in VS2005 and I am struggling with that now :-( Ela

                    K Offline
                    K Offline
                    Kevin McFarlane
                    wrote on last edited by
                    #9

                    OK, yes you'll have fewer problems with windows forms than ASP.NET.

                    e_LA wrote:

                    There was a change in C++ compilator in VS2005 and I am struggling with that now

                    Yes, I warned you that you might have problems with C++! :) Try googling on "Breaking changes in Visual C++" or something like that. A lot of the problems are to do with MS making the compiler more conformant with the C++ standard. Kevin

                    E 1 Reply Last reply
                    0
                    • K Kevin McFarlane

                      OK, yes you'll have fewer problems with windows forms than ASP.NET.

                      e_LA wrote:

                      There was a change in C++ compilator in VS2005 and I am struggling with that now

                      Yes, I warned you that you might have problems with C++! :) Try googling on "Breaking changes in Visual C++" or something like that. A lot of the problems are to do with MS making the compiler more conformant with the C++ standard. Kevin

                      E Offline
                      E Offline
                      e_LA
                      wrote on last edited by
                      #10

                      Kevin I have been founding in google etc. and I did not found anything usefull. However I am still looking for that. I consider to translate the C++ code to C#. I was going to do that in the future but maybe I will have to do it now. Ela

                      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