Question

I've just installed the 3.5 .NET Framework and while doing some cleaning I've notice that I have a lot of older versions installed (1.1, 1.1 Hotfix(xxx), 2.0, 2.0 service pack etc...). I wonder if I can safely dispose of all of them or these are needed in case I run a lower version .net application.

Thanks in advance.

This is a duplicate of Safe to uninstall .NET Framework 2.0 and 1.0 after installing 3.5?

Was it helpful?

Solution

a framework is needed for apps using this specific framework. so if you are using 2.0 or 1.0 apps (or in the future), do not uninstall them - otherwise: you are free as a bird to do so :)

OTHER TIPS

No, apps made with the older frameworks will still need them installed.

You will still need the older versions for an older .net app to run.

In addition, Versions 3.0 and 3.5 are actually no more than extensions to 2.0 so for 3.5 itself to work you still need to leave 2.0 installed.

Generally just not advisable to remove any of them.

Imho, you can remove .NET 1.0/1.1 - I have removed it by myself and didn't saw any application was requiring it.

you cannot remove .NET 2.0 because 3.0/3.5 just extends the functionality of 2.0 - the biggest part of it is stilled contained into 2.0

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top