by John
1. March 2012 10:53
After Installing Visual Studio 11, I was going to upgrade my internal tooling to also provide the ability to point to .NET 4.5, so that I could consider my installation complete. Starting with Visual Studio 2010, I started explicitly choosing which MSBuild (and other supporting files) to use via specifying the paths to the assorted binaries.

Much to my surprise, there was not a .NET 4.5 Framework Directory! After some digging, I discovered that ".NET 4.5 Supercedes .NET 4.0"! This means that the new Runtime replaces the 4.0 runtime. The 4.0 directory where the files are installed are as follows:
C:\Windows\Microsoft.NET\Framework\v4.0.30319
C:\Windows\Microsoft.NET\Framework64\v4.0.30319
Next, I am going to rebuild all of the code using Visual Studio 2010 to make sure nothing new creeps in when Visual Studio 11 and the new 4.5 Framework is installed.
db261109-7195-4fde-80d9-c36e354ba9d2|0|.0
Tags:
Net40 | Net45