.Net Framework 4.0 SDK

拈花ヽ惹草 提交于 2019-12-11 01:53:49

问题


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.


回答1:


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.




回答2:


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.




回答3:


%ProgramFiles%\Microsoft SDKs\Windows\v7.0A


来源:https://stackoverflow.com/questions/3566898/net-framework-4-0-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!