program need

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have just installed the new Microsoft.NET framework 3.0 I still have
Microsoft.NET framework version numbers 1.1 and 2.0 installed, do I still
need these 2 older versions or can I delete them.
 
Radames said:
I have just installed the new Microsoft.NET framework 3.0 I still have
Microsoft.NET framework version numbers 1.1 and 2.0 installed, do I still
need these 2 older versions or can I delete them.

Yes. The Microsoft.NET framework is used by other programs. Different
programs use different versions of the framework and they are separate
entities. IOW, version 3.0 isn't an update to 2.0. So leave the
different frameworks installed.


Malke
 
Radames said:
I have just installed the new Microsoft.NET framework 3.0 I still have
Microsoft.NET framework version numbers 1.1 and 2.0 installed, do I still
need these 2 older versions or can I delete them.

These installations co-exist side-by-side and do not replace each other.
Therefore, you may want to leave them as is. In addition, .NET Framework
3.0 installs .NET Framework 2.0 if not already present since .NET Frame-
work 3.0 is just an expansion of .NET Framework 2.0 Therefore, you cannot
remove .NET Framework 2.0 anyway as long as there is .NET Framework 3.0
installed. See also (excerpt):

http://www.microsoft.com/downloads/...FamilyID=10cc340b-f857-4a14-83f5-25634c3bf043

| For customers that already have the .NET Framework 2.0 installed, this
| .NET Framework 3.0 redistributable package installs only the new Windows
| Vista components.
 
Back
Top