I only see x86 version in msdn downloads.
|
Here is a good answer. http://blogs.msdn.com/ricom/archive/2009/06/10/visual-studio-why-is-there-no-64-bit-version.aspx |
|||||||||||||||||
|
|
Because there isn't much need for the IDE to take advantage of the 64 bit benefits. The Framework itself comes in 32 and 64 bit editions. Which x64 benefits do you want the IDE to take advantage of? |
|||||
|
|
I bet most of the work would be testing both editions and managing the code for both editions from a single codebase. This isn't how the IDE team has worked (multi-CPU-architecture) the entire time it has existed. They took the big bet on managed code in VS10, so I can see how they might not want to take on additional risk in that cycle. If I was managing such a task I'd wait for a longer release cycle to get the testing team personnel, build process changes, and such resources and processes in place. It looks like .NET 5 is shaping up to be such a release cycle (.NET 4 => .NET 5, no 4.1 or 4.5 in between). With the managed IDE they've laid the groundwork. |
||||
|
|