Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where can I download .NET 4.5 redistributable (official MS link)

Tags:

.net-4.5

Strangely I cannot find anywhere on MS site 4.5 redistributable (offline) version. There are links for both 4.5.1 and 4.5.2, but not for 4.5.

Anyone knows why is this the case?

like image 703
Goran Avatar asked Dec 21 '14 17:12

Goran


People also ask

Can I install .NET 4.5 Windows 10?

NET 4.5. 1 cannot be installed on Windows 10, only 4.6 and later. So if your application is incompatible with . NET 4.6 and later you will need to update your application.

How do I install ASP.NET 4.5 on Windows 10?

Open the Control Panel, click "Programs" and then click "Turn Windows features on or off" to open the "Windows Features" dialog. 2. Enable ". NET Framework 4.5 Advanced Services > ASP.NET 4.5" (version 4.6 in Windows 10):

Is .NET framework 4.5 free?

Download .NET Framework 4.5. Free official downloads.

Is .NET framework 4.5 installed?

The version of .NET Framework (4.5 and later) installed on a machine is listed in the registry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full. If the Full subkey is missing, then .NET Framework 4.5 or above isn't installed.


1 Answers

EDIT: Nevermind, this file size is too small to be the redistributable:

Version: 4.5
File Name: dotNetFx45_Full_setup.exe
Date Published: 10/9/2012
File Size: 982 KB
https://www.microsoft.com/en-us/download/details.aspx?id=30653

According to this table it appears that there is no "offline installer".
However, if you follow the link to the SDK here there is a link to download it.

Download .NET 4.5 Redistrubuteable

enter image description here

like image 140
Scott Solmer Avatar answered Sep 29 '22 13:09

Scott Solmer