Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.Net Framework 4.0 SDK

Does anyone know if there is an SDK for the .Net 4.0 framework, and if there is one, where does the installer put it on the hard drive? I've installed the Ultimate Edition of Visual Studio 2010, but can't find the SDK anywhere.

like image 812
Russ Clark Avatar asked Sep 02 '25 04:09

Russ Clark


2 Answers

The last stand-alone version of the .NET SDK was 2.0. It got integrated with the Windows SDK after that. You already have the important bits on your machine, it is stored in c:\program files\microsoft sdks\windodws\v7.0a

It is a truncated version (thus the "a"), the full version is a separate download. Beware that this download is 7.1. There have been a fair number of critical problems with the version 7.0 SDK installer btw. The install failed on my machine, leaving a partial install that didn't rewind. I had to patch registry entries by hand to recover. I recommend you install this on a non-critical machine and just copy the folder. I had no trouble with the SDK 7.1 installer.

like image 181
Hans Passant Avatar answered Sep 05 '25 01:09

Hans Passant


Microsoft Windows SDK for Windows 7 and .NET Framework 4 (ISO)

Microsoft Windows SDK for Windows 7 and .NET Framework 4 (Web)

These links point to the Version 7.1 of the SDK.

like image 27
Martin Avatar answered Sep 05 '25 00:09

Martin