Upgrading to .Net 2.0

ayozzhero

Well-known member
Joined
Apr 6, 2005
Messages
186
Location
Malaysia
Programming Experience
1-3
Currently I am using Visual Studio 2003 with .Net Framework 1.1. I want to shift to .Net Framework 2.0 and Visual Studio 2005. Is there any precautions that I should take note before shifting?

Thank you for your opinion and experience sharing.
 
just be sure to click finish at the end of the installation :p

you can run vb6, vb2003 and vb2005 all on the system at the same time without them knowing about each other

so you're not upgrading at all really, you're just installing vs2005 next to vs2003 and you can code in both versions without trouble

enjoy using 2005 :)
 
it is, but not really

mentally it's an upgrade but when you upgrade something it means that the existing stuff is overwritten with the updated files

but vs2005 doesnt do anything with vs2002 and vs2003 so it's not upgrading anything, it's just installing itself on the system as is
 
Back
Top