Results 1 to 4 of 4

Thread: VS2002 -> VS2003, differences?

  1. #1

    Thread Starter
    Member McBain2's Avatar
    Join Date
    Sep 2003
    Location
    UK, Glos.
    Posts
    60

    VS2002 -> VS2003, differences?

    Can anyone tell me in a nutshell what is the main difference between VS2002 and VS2003.

    I have VS2002, considering upgrading - but the cost seems an awful lot and of all the VS2003 examples I've seen - they all have worked in VS2002 as well!

    What am I missing?!?

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    If you missed the $29 upgrade deal then I'd wait from the next version of VS alter this year. 2003's IDE is a bit faster and there are some good (but minor) changes.

  3. #3
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    I know that MS had a doc on their site that spelled out the differences, but sorry - don't have the link - you should be able to search msdn and find it with a little luck

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Simply ,

    [IDE]
    VS.NET 2002 is 80% buggy .
    VS.NET 2003 is 30% buggy .

    [Framework]
    VS.NET 2002 : uses 1.0 version .
    VS.NET 2003 : uses 1.1 version .

    [Code]
    VS.NET 2003 : You can declare a variable in a for loop like this :
    VB Code:
    1. For i as Interger =0 to 10
    2.  
    3.  
    4. Next for

    and a lot more but this is what I can recall now .

    As Ed said , if you can get the low-priced upgrade , it's good if not then I'd suggest to wait till the release of the next version .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width