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. 【 HDU 1255】 覆盖的面积(矩阵面积交,线段树,扫描法)

    [题目] 覆盖的面积 Problem Description 给定平面上若干矩形,求出被这些矩形覆盖过至少两次的区域的面积. Input 输入数据的第一行是一个正整数T(1<=T<=100 ...

  2. POJ - 3264 Balanced Lineup 线段树解RMQ

    这个题目是一个典型的RMQ问题,给定一个整数序列,1~N,然后进行Q次询问,每次给定两个整数A,B,(1<=A<=B<=N),求给定的范围内,最大和最小值之差. 解法一:这个是最初的 ...

  3. 转:三十、Java图形化界面设计——布局管理器之BorderLayout(边界布局)

    http://blog.csdn.net/liujun13579/article/details/7772215 边界布局管理器把容器的的布局分为五个位置:CENTER.EAST.WEST.NORTH ...

  4. 织梦内容管理系统(DedeCms) 小说模块insert注入漏洞

    漏洞版本: Dedecms 漏洞描述: DedeCms是免费的PHP网站内容管理系统. 织梦内容管理系统(DedeCms) 以简单.实用.开源而闻名,是国内最知名的PHP开源网站管理系统,也是使用用户 ...

  5. UITextView 动态高度计算(iOS7版)

    NSDictionary *attrsDictionary = [NSDictionarydictionaryWithObject:[UIFontsystemFontOfSize:kCellConte ...

  6. 动态规划(树形DP):LNOI 2016 侦察守卫

    Sample Input 12 2 8 9 12 6 1 1 5 1 4 8 10 6 10 1 2 3 5 6 7 8 9 10 11 1 3 2 3 3 4 4 5 4 6 4 7 7 8 8 9 ...

  7. c# const与readonly 关键字的比较

    C#中,const 与readonly是两个比较有用的关键字.const 与 readonly 定义的数据成员在初始化都不能再改变. 比如定义了 public class MathUtitlity   ...

  8. MySQL 数据库 引擎

    MySQL数 据库引擎取决于MySQL在安装的时候是如何被编译的.要添加一个新的引擎,就必须重新编译MYSQL.在缺省情况下,MYSQL支持三个引 擎:ISAM.MYISAM和HEAP.另外两种类型I ...

  9. Bzoj 1982: [Spoj 2021]Moving Pebbles 博弈论

    1982: [Spoj 2021]Moving Pebbles Time Limit: 10 Sec  Memory Limit: 64 MBSubmit: 130  Solved: 88[Submi ...

  10. BOM、DOM学习笔记——JavaScript

    1.BOM的概述    browser object modal :浏览器对象模型.    浏览器对象:window对象.    Window 对象会在 <body> 或 <fram ...