• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

why does windows update still install .NET Framework 4.0 and not 4.5?

Berryracer

Platinum Member
How come Windows 7 update only prompt you to install .NET framework 4.0 and not 4.5?

Shall I stick to 4.0 or is it better to install 4.5 manually when I reinstall my Windows?
 
Because I don't think 4.5 includes 4.0. It is an update, proper, to 4.0 (i.e. it needs 4.0 installed first).
 
Last edited:
tcsenter is quite correct; quoted from MSDN:

.NET Framework 4.5 is a highly compatible, in-place update to .NET Framework 4

The .NET Framework 4.5 replaces the .NET Framework 4. When you install the .NET Framework 4.5 on a system that has the .NET Framework 4 installed, the assemblies are replaced.

Uninstalling the .NET Framework 4.5 also removes pre-existing .NET Framework 4 files. If you want to go back to the .NET Framework 4, you must reinstall it and any updates to it.
.
 
Now as to why Microsoft doesn't produce both an update and 'all-inclusive' build of the current Net Framework versions, I don't know. Seems like it would be beneficial to download or install one package that installs them all (versions 2.0 ~ 4.5), but then me and Microsoft have frequently disagreed, and I'm not a billionaire so I always lose the argument.
 
Yeah when I install 4.5 the 4.0 no longer appears in Windows updates.

Strange that 4.5 doesn't appear in Windows update to replace 4.0 since 4.5 includes 4.0
 
Yeah when I install 4.5 the 4.0 no longer appears in Windows updates.

Strange that 4.5 doesn't appear in Windows update to replace 4.0 since 4.5 includes 4.0

Read these quotes again:

.NET Framework 4.5 is a highly compatible, in-place update to .NET Framework 4
The redistributable executable for .NET 4.0 is 48MB in size, and .NET 4.5 is 48.1MB in size. It does not include .NET 4.0.

The .NET Framework 4.5 replaces the .NET Framework 4.
.
 
Back
Top