Vs.net 2002 Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • praCash
    New Member
    • May 2007
    • 12

    Vs.net 2002 Problem

    guys,
    I have a website in visual studio 2002.
    Now I have to do changes in that site .
    but i can use only Vs.net 2003 or vs 2005 environments.
    If i open that project with vs 2003 will it effect in any means of coding or any other type..like problems at the time of hosting....etc

    Can i proceed

    any Advices please welcome..

    Best Regards
    PraCash
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Originally posted by praCash
    guys,
    I have a website in visual studio 2002.
    Now I have to do changes in that site .
    but i can use only Vs.net 2003 or vs 2005 environments.
    If i open that project with vs 2003 will it effect in any means of coding or any other type..like problems at the time of hosting....etc

    Can i proceed

    any Advices please welcome..

    Best Regards
    PraCash
    When you open your project in VS2005 it will attempt to convert it.
    VS 2005 uses the .NET Framework version 2.0, where as the 2002 uses the .NET Framework 1.1....sometime s this conversion doesn't work smoothly and you will have to go through your code and make the necessary changes to fix it.

    -Frinny

    Comment

    • neoupadhyay
      New Member
      • Feb 2007
      • 57

      #3
      Well, as i think, before start the any of both version, just stop the IIS from administrative tool, then again start the vs2002, and at the cmd prompt rum start the IIS, Hope its work, and side by side you start the VS2005 its ask that either you wann to convert the vs2002 code to vs2005 thn just select no.

      May be at the Installation of vs2005, there is a option to convert or migrate older to new, so please be sure that its select no.

      Coz i face the same problem, and i go through the same process and its work nicely....in fact i run 1.0, 1.1, and 2.0 on the same machine in same drive.

      Comment

      Working...