Is it possible to run the 32-bit version of Visual Studio 2008 Professional on a Windows Vista 64-bit system?
Quite tempted on getting a x64 Vista rig to be able to take advantage of more RAM :)
There is no x64 version of Visual Studio 2008. I'm running the standard 32-bit version on Vista x64 Ultimate and it works fine. There really are no day-to-day issues that I've run across. You just install it and go.
I'm using VS2008 on x64 right now. This lets me use my full 4GB of RAM. It works, but there are a few corner cases to be aware of:
Debugging x64 apps is done with remote debugging from the 32-bit subsystem to the 64-bit subsystem.
managed (.NET) apps by default are marked "any platform", which means they're run under 64-bit on an x64 OS. That means that managed debugging is remote by default.
There's no Edit-and-Continue when remote debugging, so there's no E&C for .NET on an x64 OS, unless you mark your app as 32-bit-only. Similarly, if you make a native 64-bit app, you can't E&C it.
There is no mixed (managed + native) when remote debugging, so you can't debug both managed and native parts of an x64 app.
Overall, it's smooth sailing for me, so I think you can jump right in.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With