Update 4.0.2 for the Microsoft .NET Framework 4Update 4.0.2 for the Microsoft .NET Framework 4 is a platform update that includes a set of new features and bug fixes, based on top customer requests and .NET Framework scenarios. Platform updates are feature upgrades to the .NET Framework 4. These updates add types and members that developers can target when building new applications. The goal of platform updates is to incrementally expose newer features so that you can build richer applications now, before the next major .NET Framework release. Update 4.0.2 does not impact your existing .NET Framework 4 applications; you access the new features only when you create a new application that targets the .NET Framework 4.0.2. However, if you have existing .NET Framework 4 applications, you will still be able to take advantage of the bug fixes included with Update 4.0.2. Quick links
Which package should you install? Update 4.0.2 for Microsoft .NET Framework 4 consists of three packages:
New features in Update 4.0.2Update 4.02 supports AlwaysOn and LocalDB with SqlClient. Additionally, because this update builds on the previous update, it also includes the features from Update 4.0.1 (also known as Microsoft .NET Framework 4 Platform Update 1). Here's the full list of features included in Update 4.0.2:
To get the full details about all the features and bug fixes included in Update 4.0.2, see the following Knowledge Base articles:
The MSDN Library includes the following documentation for these features:
.NET Framework CompatibilityCompatibility with version 4.5: All features and bug fixes included in this update will also be available in the .NET Framework 4.5. This means that the applications you build for the .NET Framework 4.0.2 will continue to work on the .NET Framework 4.5. You can read more about version compatibility in the entry Compatibility of .NET Framework 4.5 in the .NET Blog. Compatibility with Update 4.0.1: An application that is built for the .NET Framework 4.0.1 will run on a computer that has the .NET Framework 4 and the 4.0.2 Run-time Update installed. We recommend that you upgrade your .NET Framework 4.0.1 applications to the 4.0.2 run-time, but this is not required. How to create new applications with Update 4.0.2 When you install the Design-time Update for Visual Studio 2010 SP1 (KB2544525) you will be able to create new applications that target the .NET Framework 4.0.2 from Visual Studio. Follow these steps:
The Design-time Update adds two new profiles to Visual Studio:
To choose either profile or change the profile after a project has been created, right-click the project in Solution Explorer, choose Properties, and choose the desired profile from the Target framework list.
When you select one of these profiles, the new features and State Machine activities will become available in the Toolbox.
|