What is the difference between .NET Framework 4.6.1 Targeting Pack and .NET Framework 4.6.1 Runtime?

こ雲淡風輕ζ 提交于 2019-12-04 16:53:15

问题


I want to develop .net framework 4.6.1 applications using Visual studio 2012.So, I tried to install 4.6.1 developer pack for visual studio 2012.But when I go to this link to install the framework.It provides me two links, one for .NET Framework 4.6.1 Targeting Pack and the other for .NET Framework 4.6.1 Runtime. Which one of these shall I install?


回答1:


To use the framework with Visual Studio 2012 or later install the developer type version.

The runtime type version is a lighter version, meant to run applications on servers. This runtime version doesn't have the information/extensions that Visual Studio needs, so Visual Studio can't use them.

Check why at was-the-developer-pack-originally-called-sdk

Update(2018-01-08)

Currently, the download page is .NET SDKs for Visual Studio. First column has the Developer Pack versions, for Visual Studios, the middle column as the Runtime versions to install on production servers.



来源:https://stackoverflow.com/questions/35402827/what-is-the-difference-between-net-framework-4-6-1-targeting-pack-and-net-fram

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