Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I only see x86 version in msdn downloads.

share|improve this question

3 Answers

up vote 37 down vote accepted

Here is a good answer.

http://blogs.msdn.com/ricom/archive/2009/06/10/visual-studio-why-is-there-no-64-bit-version.aspx

share|improve this answer
4  
I would call that a "well written" answer, not a "good" answer. :) His argument is pretty much "it's too hard" and brings up all the downsides of a proper x64 application while ignoring the benfits. – Coxy Apr 13 '10 at 3:50
5  
Well I don't develop Visual Studio 2010 :) That guy does. So I would call it a "good" answer. – Strelok Apr 13 '10 at 3:53
I just needed to know the reason. Thanks for the helpful link. – Srikar Doddi Apr 13 '10 at 3:53
It was a very good read. I feel fully justified :) – BASarat Dec 16 '10 at 15:20
19  
Could you summarize some of the content of that post, instead of just the link? If the link ever dies, it will be difficult to find back (MSDN has done that do us before) .... – Michael Paulukonis May 9 '11 at 16:02

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?

share|improve this answer
1  
Intellitrace comes to mind :) – BASarat Dec 16 '10 at 15:15

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.