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. Android ListView内容变化后的动态刷新

    ListView内容变化后的动态刷新 基本知识点: 1.更新适配器Adapter数据源 2.调用适配器Adapter的刷新方法notifyDataSetChanged() 首先需要定义ListView ...

  2. VirtualBox虚拟机中启用usb3.0却无法显示u盘的解决方法

    主机系统为win7 64位,由于工作需要,安装了Virtualbox 5.18虚拟机,virtaulbox中安装了win7 32系统.以为下启用usb 3.0的步骤: 1.宿主机要支持 usb 3.0 ...

  3. php中header函数后是否应该有exit

    通常有一下三种:  代码如下 复制代码 Location: xxxx:yyyy/zzzz Content-Type: xxxx/yyyy Status: nnn xxxxxx 常用实例 1.实现重定向 ...

  4. C# 验证码识别基础方法及源码

    先说说写这个的背景 最近有朋友在搞一个东西,已经做的挺不错了,最后想再完美一点,于是乎就提议把这种验证码给K.O.了,于是乎就K.O.了这个验证码.达到单个图片识别时间小于200ms,500个样本人工 ...

  5. UVA_437_The_Tower_of_the_Babylon_(DAG上动态规划/记忆化搜索)

    描述 https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&a ...

  6. Cocos2d-x 坑之二:目录改动后, cannot run on the selected destination

    1:2dx开发中,目录改动后,经常会碰到这个提示错误:  cannot run on the selected destination 解决方法:一般是因为 Info.plist文件属性问题,把 Ta ...

  7. Visual Studio 2015 企业版 官方中文版.iso

    Visual Studio 2015 企业版 官方中文版.iso 附上链接 不要积分 谢谢: http://download.csdn.net/detail/onebelowzero2012/9561 ...

  8. Linux 单网卡多 IP 的配置方法

     Linux 单网卡多 IP 的配置方法 1 .永久配置的方法: 知道在 Linux 下网卡被称为 eth0,eth1,eth2..... ,所有网卡的配置文件都存储在 /etc/sysconfi ...

  9. rails第一次做项目

    最近这几天一直都是在做rails的入门,也就是熟悉rails的增.删.改.查操作,做到rails的入门.这几天的熟悉,只是对于操作的熟悉,对于rails语言的机制还有很多不是很熟悉.昨天接手第一个真正 ...

  10. iOS按钮长按

    UILongPressGestureRecognizer *longPressGR = [[UILongPressGestureRecognizer alloc] initWithTarget:sel ...