VB.Net 2002 v. 2003

R

RR SPSCC

I've been doing work in both Visual Studio 2002 and 2003, and need to know
more about VB.Net differences. I know about differences in solution files,
but what else is there to be aware of? In particular in 2003, the class list
in the code window doesn't let me select a form and then see its procedures
in the method list (at least that I can see). Pointing to any references
appreciated!
 
L

Lucas Tam

I've been doing work in both Visual Studio 2002 and 2003, and need to
know more about VB.Net differences. I know about differences in
solution files, but what else is there to be aware of? In particular
in 2003, the class list in the code window doesn't let me select a
form and then see its procedures in the method list (at least that I
can see). Pointing to any references appreciated!


It's all on MSDN - just goto http://msdn.microsoft.com/library next time:

http://msdn.microsoft.com/library/?url=/library/en-
us/vsintro7/html/vxoriWhatsNewInVisualStudio.asp?frame=true
 
R

RR SPSCC

Sorry, I don't find anything to deals with the specific changes between
VB.Net 2002 and 2003. There's a reference to upgrading (not able to open
projects in 2002 after upgrade) but nothing else specific. Just comparing
the development environment I can see changes in the class list when I
compare the code view, and this isn't noted. Thanks for the try.
 
H

Herfried K. Wagner [MVP]

Hello,

RR SPSCC said:
Sorry, I don't find anything to deals with the specific
changes between VB.Net 2002 and 2003. There's a
reference to upgrading (not able to open projects in
2002 after upgrade) but nothing else specific. Just
comparing the development environment I can see changes
in the class list when I compare the code view, and
this isn't noted. Thanks for the try.

Do you have both versions, 2002 and 2003, installed on your machine?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top