Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

.NET Framework最新のリリース4.0.3をVisual Studio 2010で使えるようにする

.NET Frameworkの3/19現在の最新リリース4.0.3をVisual Studio 2010で使えるようにする方法を紹介します。

どうすれば?

.NET Framework SDKs and Targeting Packs for Visual Studio 2010
The following .NET Framework targeting packs and SDKs are available for use with Visual Studio 2010. Each download enables you to build apps for a specific Microsoft platform, such as Windows Azure. The SDKs and .NET Framework downloads may update Visual Studio and the .NET Framework on your machine. ...

リンク先から以下の2つの更新プログラムをダウンロードし、適用します。

  • .NET Framework 4.0.3 Targeting Pack
  • .NET Framework 4.0.3 Runtime

4.0.3の変更点

Update 4.0.3 for Microsoft .NET Framework 4 – Runtime Update
Update 4.0.3 for Microsoft .NET Framework 4 is now available. This update includes a set of new features and fixes some bugs, based on top customer requests and the .NET Framework scenarios. ...

.NET 4.0の持続的低遅延ガベージコレクション
.NET 4.5に注目が集まる中、Microsoftは継続的に.NET 4.0の強化を行っている。最新のリリース.NET 4.0.3には、ガベージコレクションの変更やWindows Workflowなどが含まれている。 ...