This article provides links for installing the .NET Framework 4.5 and 4.5.1 on your computer.  If you're a developer, you can also use these links to download and redistribute the .NET Framework with your apps.

If you're using one of the latest versions of the Windows or Windows Server operating system, the .NET Framework might already be installed on your computer.  If you are a developer, you will typically install the .NET Framework as a part of Visual Studio.  Note that installing a new version of the .NET Framework doesn't always replace a previous version.  For more information about versions of the .NET Framework and how to determine which versions are installed on a computer see .NET Framework Versions and Dependencies or How to: Determine Which .NET Framework Versions Are Installed.  Use the following table for quick links, or read further for details.

 

.NET Framework version

Included in

You can also install on

Quick links

4.5.1

Windows 8.1 Windows Server 2012 R2
(to use Visual Studio 2012 or other IDEs, install the developer pack)

Windows 8 and earlier                   Windows Server 2012 and earlier                   (for a full list, see system requirements)

Download page for 4.5.1 web installer

Download page for 4.5.1 offline installer

4.5

Windows 8 Windows Server 2012 Visual Studio 2012

Windows 7 and earlier                   Windows Server 2008 SP2 and earlier                   (for a full list, see system requirements)

Download page for 4.5 web installer

For a general introduction to the .NET Framework for both users and developers, see Getting Started.  For information about deploying the .NET Framework with your app, see the deployment guide.  To read about the architecture and key features of the .NET Framework, see the overview.

The download links in this article provide the installers for the .NET Framework 4.5 and 4.5.1. These installers download the .NET Framework components for an app or control that targets those versions of the .NET Framework.  These components must be installed on each computer where the app or control runs.  Both installers are redistributable, so you can include them in the setup program for your app.

The download page is provided in several languages, but most of the downloads are provided in English only.  For additional language support, you must install a language pack.

Two types of installation are available:

  • Web installer (web bootstrapper) downloads the required components and language pack that matches the operating system of the installation computer from the web.  This package is much smaller than the offline installer but requires a consistent Internet connection.  You can download the stand-alone language packs to install additional language support.

  • Offline installer (stand-alone redistributable) contains all the required components for installing the .NET Framework but does not contain language packs.  This download is larger than the web installer.  The offline installer does not require an Internet connection.  After you run the offline installer, you can download the stand-alone language packs to install language support.  Use the offline installer if you cannot rely on having a consistent Internet connection.

Both web and offline installers are designed for x86-based and x64-based computers (see system requirements), but do not support Itanium-based computers.

To install or download the .NET Framework from the Microsoft Download Center, follow these instructions.  You can also use the links in the table to download the .exe files directly.

  1. Open the download page for the .NET Framework version you want to install:

  2. Select the language for the download page.  This option does not download the localized resources of the .NET Framework; it only affects the text displayed on the download page.

  3. Choose Download.

  4. If prompted, select the download that matches your system architecture, and then choose Next.

    You can also use the links in this table to download the .exe files directly:

     
     

    Web installer

    Offline installer

    .NET Framework 4.5.1

    NDP451-KB2859818-Web.exe

    NDP451-KB2858728-x86-x64-AllOS-ENU.exe

    .NET Framework 4.5

    dotNetFx45_Full_setup.exe

    dotNetFx45_Full_x86_x64.exe

  5. When the download prompt appears:

    • If you want to install the .NET Framework on your computer, choose Run, and then follow the prompts on your screen.                      —or—

    • If you want to download the .NET Framework for redistribution, choose Save, and then follow the prompts on your screen.

  6. If you want to download resources for additional languages, follow the instructions in the next section to install one or more language packs.

If you encounter any problems during the installation, see Troubleshooting Blocked .NET Framework Installations and Uninstallations.

Installation notes:

  • The .NET Framework 4.5 redistributable was updated on October 9, 2012 to correct an issue related to an improper timestamp on a digital certificate, which caused the digital signature on files produced and signed by Microsoft to expire prematurely.  If you previously installed the .NET Framework 4.5 redistributable package dated August 16, 2012, we recommend that you update your copy with the latest redistributable from the Microsoft Download Center.  For more information about this issue, see Microsoft Security Advisory 2749655 and Knowledge Base article 2770445.

  • The .NET Framework 4.5.1 is an in-place update to the .NET Framework 4.5.

  • The .NET Framework 4.5 and .NET Framework 4.5.1 replace the .NET Framework 4.  When you install these versions 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. (See Installing the .NET Framework 4.)

  • You must have administrative credentials to install the .NET Framework 4.5 and .NET Framework 4.5.1.

Language packs are executable files that contain the localized resources (such as translated error messages and UI text) for supported languages.  If you don't install a language pack, .NET Framework error messages and other text are displayed in English.  Note that the web installer automatically installs the language pack that matches your operating system, but you can download additional language packs to your computer.  The offline installers don’t include any language packs.

                   Important                

The language packs don't contain the .NET Framework components that are required to run an app, so you must run the web or offline installer before you install a language pack.

  1. Open the language pack download page for the .NET Framework version you've installed:

  2. In the language list, choose the language you want to download, and wait a few seconds for the page to reload in that language.

  3. Choose Download.

The following table lists the supported languages.

 

Language

Culture

Arabic

ar

Czech

cs

Danish

da

Dutch

nl

Finnish

fi

French

fr

German

de

Greek

el

Hebrew

he

Hungarian

hu

Italian

it

Japanese

ja

Korean

ko

Norwegian

no

Polish

pl

Portuguese (Brazil)

pt-BR

Portuguese (Portugal)

pt-PT

Russian

ru

Simplified Chinese

zh-CHS

Spanish

es

Swedish

sv

Traditional Chinese

zh-CHT

Turkish

tr

US English

en-US

Installing the .NET Framework 4.5, 4.5.1的更多相关文章

  1. Installing the .NET Framework 3.5 on Windows 8, Windows 8.1 and Windows 10

    Installing the .NET Framework 3.5 on Windows 8, Windows 8.1 and Windows 10 .NET Framework (current v ...

  2. 安装Windows Metasploit Framework

    Installing the Metasploit Framework on Windows 1. Visit http://windows.metasploit.com/metasploitfram ...

  3. .net framework client profile

    .NET Framework Client Profile The .NET Client Profile is a subset of the .NET Framework, which was p ...

  4. HADOOP 2.6 INSTALLING ON UBUNTU 14.04 (hadoop 2.6 部署到ubuntu 14.04上面)

    Hadoop on Ubuntu 14.04 In this chapter, we'll install a single-node Hadoop cluster backed by the Had ...

  5. ASP.NET: Setup a MVC5 website with MySQL, Entity Framework 6 Code-First and VS2013

    The new features available in EF6 allow any developer to build a simple DB-powered website with very ...

  6. .net core 和 WPF 开发升讯威在线客服系统:把 .Net Framework 打包进安装程序

    本系列文章详细介绍使用 .net core 和 WPF 开发 升讯威在线客服与营销系统 的过程. 系列文章目录: https://blog.shengxunwei.com/Home/Post/44a3 ...

  7. CLR 这些年有啥变化吗?

    引言 首先想给初学者推荐下<CLR via C#>这本好书,做.Net开发的开发者应该都读一下.为避免广告之嫌,所以这里只提供豆瓣书评的链接. CLR 作为.Net 程序跨平台运行的载体, ...

  8. .NET 框架(转自wiki)

    .NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primari ...

  9. (一)ROS系统入门 Getting Started with ROS 以Kinetic为主更新 附课件PPT

    ROS机器人程序设计(原书第2版)补充资料 教案1 ROS Kinetic系统入门 ROS Kinetic在Ubuntu 16.04.01 安装可参考:http://blog.csdn.net/zha ...

随机推荐

  1. 在HTML下,如何为多个选择框提取数据并序列化

    如果同时存在选择框及下拉框,如果用JQUERY获取相关数据呢? <form id="deploy-form"> <checkbox>多选框 <sele ...

  2. 【UVA 1151】 Buy or Build (有某些特别的东东的最小生成树)

    [题意] 平面上有n个点(1<=N<=1000),你的任务是让所有n个点连通,为此,你可以新建一些边,费用等于两个端点的欧几里得距离的平方. 另外还有q(0<=q<=8)个套餐 ...

  3. NavigationDrawer+Fragment实现侧滑菜单效果

    学习了NavigationDrawer 官方Support包中的SlidingMenu版本,练了下手.用到了ListView中item不同的布局 以后会升级加上ViewPager和GridView实现 ...

  4. Android Adapter的getViewTypeCount和getItemViewType

    Adapter的getViewTypeCount和getItemViewType 不同的项目布局(item layout) 我们再举一个稍微复杂的例子,在上例的list中加入一些分隔线 你需要做这些: ...

  5. 一台机器上运行多个ActiveMq

    由于业务需要一台机器上运行多个ActiveMq,这里主要说一下有什么地方不重复: 1.brokerName名称不能重复 2.端口号不能重复uri = tcp://localhost:50509 3.k ...

  6. 尚未在 Web 服务器上注册 ASP.NET 4.0” 的解决办法

    http://www.sowsoy.com/topics-537.html win7,vs2010创建.NetFramework 4框架下的Asp.Net空网站.系统提示 “尚未在 Web 服务器上注 ...

  7. 转载--C++中struct与class

    转自:http://www.cnblogs.com/york-hust/archive/2012/05/29/2524658.html 1. C++中的struct对C中的struct进行了扩充,它已 ...

  8. BASH小脚本

    1.查找当前目录中所有大于500M的文件,把这些文件名写到一个文本文件中,并统计其个数. find ./ -size +500M -type f | tee file_list | wc -l 2.在 ...

  9. Python生成器 yield

    迭代器与list相比较,就for in句型循环拿数据而言: 用list写很简洁,但如果list数据过大,会很消耗资源. 用iteration 迭代器写,则不会消耗那么多资源.他会随用随取,用一个拿一个 ...

  10. Bzoj 2252: [2010Beijing wc]矩阵距离 广搜

    2252: [2010Beijing wc]矩阵距离 Time Limit: 10 Sec  Memory Limit: 256 MBSubmit: 563  Solved: 274[Submit][ ...