kiewic
kiewic

Reputation: 16420

Does Visual Studio 2010 x86 installer work with 64 bits Windows 7?

I got a installer for Visual Studio 2010 x86 from the msdn academic alliance, and I intalled on my computer with Windows 7 Home Premium and M460 i5 processor. It runs great, except it doesn't debug, neither C# nor C++.

If I build the project, and then press the debug button, it works. But why Debug button doesn't build automatically?

How can I make the debug button auto-compile and debug just clicking it, instead of first click build button and then click debug button?

SOLUTION: Oops, problem solved, it was just a silly thing ...

Tools > Options> Projects and Solutions > Build and Run > On Run, When Projects Are Out Of Date > Always build

UPDATE: Since the title is misleading, I think it is important to clarify that Visual Studio 2010 x86 (32 bits) installer works perfectly on amd64 (64 bits) machines. In fact,I think there is only x86 installer.

Upvotes: 2

Views: 3794

Answers (3)

madyotto
madyotto

Reputation:

not to familier with the software but have had simlar problem with similar programs. if there is yet a 64x c# or c++ if so try install them it may just update the win7 binery files needed for the scripts to 64bit (or relivent files needed) possibly a long shot put worth ago

hope it helps sorry for bad spelling

Upvotes: 0

Andrew Barber
Andrew Barber

Reputation: 40150

My VS2010 Pro x86 that I acquired via our WebsiteSpark membership works fine on my Win7 Home Premium 64bit on an HP Pavilion w/AMD Turion II Ultra M620.

Could you elaborate on what you mean by "debug button doesn't do it automatically"? What exactly are you expecting to happen, and what exactly is happening?

Also, from what you say, debugging does work... just not when you try to do it via a certain process.

Upvotes: 2

Joel Coehoorn
Joel Coehoorn

Reputation: 415921

It works just fine. I'm running it now. If you're having trouble installing, try right-clicking on the installer and selecting "Run as Adminstrator".

Upvotes: 1

Related Questions