Hi,
I have recently moved from .net 2.0 to .net 3.5 framework.
also i have upgraded my development environment from VS 2005 to VS2008.
.net 3.5 framework was installed by VS2008 setup but it did not removed
earlier version of .net. Means if i go into add remove programs i can
still see .net 1.1, 2.0 and 3.0. Also if i go into GAC i can see
multiple assemblies there.
my question is that if all our
application are running in .net 3.5 would there be any assembly in GAC
with earlier version. if not i could not find following assemblies
under .net 3.5:
system.xml
system.windows.forms
system.web.services
system.web
system.security
system.data
and few other, all the above files are of version 2.0
does it mean .net 3.5 is incomplete without earlier version ..........
please help me to understand the concept.
thanks