.NET - multiple installed versions and "clutter"

Capodecina
Soldato
Joined
30 Jul 2006
Posts
12,130
I appear to have three copies of MS .NET loaded on my laptop:
v2.0 SP2 - 185MB
v3.0 SP2 - 179MB
v3.5 SP1 - 28.21MB​
Is v3.5 SP1 is so (relatively) small because it depends on the presence of v3.0 SP2?

Does anyone know whether I can safely delete MS .NET v2.0 SP2 and save myself some 185MB?

OS is XP SP3.


Many thanks for any informed responses :)
 
Unfortunately not. .NET 2.0 to 3.5 are cumulative. They all build upon each other.

.NET 4.0 (coming in March/April) is finally going to break this chain of dependence. It will be completely standalone. So it will be possible to just have .NET 4.0 installed and none of the others.
 
Sort of like how PhysX work, each directory depends on each other, there's a lot. :p

Good news to hear that .NET 4.0 will be independant.
 
If you want to completely remove a version of .NET Framework in the future, that blog you linked has a good cleanup tool. You can select individual versions to remove.
 
It's a pretty daft implementation they've got at the moment, it should have always just been one big library, with each version containing the previous
 
thanks for confirm, but when done fresh install XP, go to windows updates, it would download and install 2.0 first then 3.0? why not might as well use 3.5?
 
.NET 4.0 (coming in March/April) is finally going to break this chain of dependence. It will be completely standalone. So it will be possible to just have .NET 4.0 installed and none of the others.
Didn't even know .NET 4.0 was coming. But brilliant news about it being independent. :)

It's a pretty daft implementation they've got at the moment, it should have always just been one big library, with each version containing the previous
Aye. I just wonder what the thinking was to make a new .NET dependent on the previous version. Might have been OK with the first few versions of .NET but gets silly later on. At least it'll be rectified with 4.0.
 
Back
Top Bottom