Visual Studio 2003 STD. vs Visual Studio 2005 STD.

Discussion in 'Visual Studio' started by J.Bey, Apr 3, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi, I am thinking of purchasing VS 2005 STD. but worry about spending too much time migrate my current web app./projects developed by VS 2003 STD, which i m currently using.


    Is it easy to migrate my code? I am afraid of the learning curve....[​IMG]


    Jason
    Technical Support/IT Admin/MIS Developer
    Maxtop Enterprises Inc.
    http://www.maxtop.ca</CODE>
     
  2. most asp.net 1.x code will run on asp.net 2.0. Visual Studio actually does a pretty good job of converting your application. There are some flaws, but they're minor and easily correctable.

    If you are familiar with asp.net 1.x code, 2.0 code is almost exactly the same, just a few additions and minor changes.


    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  3. Thanks Joel...It was a great help








    I am going down to the shop to get one right now

    Jason
    Technical Support/IT Admin/MIS Developer
    Maxtop Enterprises Inc.
    http://www.maxtop.ca</CODE>
     
  4. Hi,

    I just installed VS 2005 and converted my project, and I have a questions. VS 2003 uses compiles into a single .dll, but I noticed when I converted my project the .dll was deleted. So I built the project again but still do not have the .dll. Is VS 2005 doing something different than 2003?

    thanks
     
  5. Files are compiled on the fly. You no longer are required to compile your application before uploading.



    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  6. wow!


    Thank You
     
  7. Sorry for the incompatency here, does this mean the cs files must be uploaded as well for the program to compile on the fly?


    Thanks
    Jon
     
  8. Woooooow! That's pretty coooooooooool!


    I have got to get this software!


    Jason
    Technical Support/IT Admin/MIS Developer
    Maxtop Enterprises Inc.
    http://www.maxtop.ca</CODE>
     
  9. I don't think you need cs files ...I think that's what .Net Framework 2.0 designed for ...isn't it, Joel?

    ps. i m not sure of this one....

    Jason
    Technical Support/IT Admin/MIS Developer
    Maxtop Enterprises Inc.
    http://www.maxtop.ca</CODE>
     
  10. I'm playing stupid here.

    How does the webserver compile the code if the cs pages aren't there for it to compile?
     
  11. ummm......good question! I also wanna know....


    anybody help us /emoticons/confused.gif

    Jason
    Technical Support/IT Admin/MIS Developer
    Maxtop Enterprises Inc.
    http://www.maxtop.ca</CODE>
     
  12. Bruce

    Bruce DiscountASP.NET Staff


  13. /emoticons/lol.gif I am right, am I? I thought .Net Framework 2.0 can handle it....

    I m lovin it!!!! /emoticons/hop.gif

    Jason
    Technical Support/IT Admin/MIS Developer
    Maxtop Enterprises Inc.
    http://www.maxtop.ca</CODE>
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page