Posted July 14, 2019
high rated
If you're using Windows, you have certainly come across some programs who have some version of the .NET Framework as a requirement.
Over the years, more and more versions of the framework made their appearances, but unfortunately more recent versions have not systematically deprecated the older ones, which leaves us with some mess as to which version of the framework you may need, and which one you can completely leave.
This leads to users having multiple versions of the framework when a single one would be enough ; or missing some versions which they may need.
For example, version 3.5 of the framework is compatible with applications that require the 3.5 (obviously), the 3.0, and even the 2.0, but not the 1.0 !!
So in order to help everyone a bit to know which version may be needed and which one they can completely bypass, here is a summary of those you need :
1.1 SP1 (compatible with the 1.0) : link
3.5 SP1 (compatible with the 2.0 and 3.0) : link
alt link
4.8 (compatible with the 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2) : link
These 3 versions are the only ones you may need. All other intermediary versions can be completely ignored (and uninstalled to save some space as well).
-------------------
And now here are a few handy tools.
To check which versions of the framework you currently have, or if your .NET Frameworks are installed correctly, you can use the .NET Setup Verification Tool : link
alt link
To uninstall a version of the framework (if for some reason it has been corrupted or if you need to save some space), you can use the .NET Framework Cleanup Tool : link
To repair a version of the framework in case it got corrupted for some reason, you can use the .NET Framework Repair Tool : link
alt link
All these tools are easy to use and may help you to fix any problem you have with it.
(Notice that these tools have not been updated since 2016 so they don't handle the 4.8 version of the framework.)
Over the years, more and more versions of the framework made their appearances, but unfortunately more recent versions have not systematically deprecated the older ones, which leaves us with some mess as to which version of the framework you may need, and which one you can completely leave.
This leads to users having multiple versions of the framework when a single one would be enough ; or missing some versions which they may need.
For example, version 3.5 of the framework is compatible with applications that require the 3.5 (obviously), the 3.0, and even the 2.0, but not the 1.0 !!
So in order to help everyone a bit to know which version may be needed and which one they can completely bypass, here is a summary of those you need :
1.1 SP1 (compatible with the 1.0) : link
3.5 SP1 (compatible with the 2.0 and 3.0) : link
alt link
4.8 (compatible with the 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2) : link
These 3 versions are the only ones you may need. All other intermediary versions can be completely ignored (and uninstalled to save some space as well).
-------------------
And now here are a few handy tools.
To check which versions of the framework you currently have, or if your .NET Frameworks are installed correctly, you can use the .NET Setup Verification Tool : link
alt link
To uninstall a version of the framework (if for some reason it has been corrupted or if you need to save some space), you can use the .NET Framework Cleanup Tool : link
To repair a version of the framework in case it got corrupted for some reason, you can use the .NET Framework Repair Tool : link
alt link
All these tools are easy to use and may help you to fix any problem you have with it.
(Notice that these tools have not been updated since 2016 so they don't handle the 4.8 version of the framework.)
Post edited July 14, 2019 by Pouyou-pouyou