views:

117

answers:

3

Hello Friends,

Can we run Visual Studio on Mac OS X. Actually, I have planned to buy apple mac book pro, but am not sure is Visual Studio IDE work on it or not.

Thanks...

Nirajan

+3  A: 

Visual Studio only runs on Windows, so you would need virtualisation software (VMWare Fusion or Parallels) or Boot Camp. There is WINE which allows some Windows programs to run on OS X, but I doubt you'd want to use it for Visual Studio even if it did work.

Adam Ruth
And it looks like people are successfully doing it: http://blog.1530technologies.com/2006/08/visual_studione.html http://weblogs.asp.net/jeff/archive/2006/07/20/Anyone-using-Visual-Studio-in-Parallels-on-a-MacBook-Pro_3F00_.aspx http://forum.parallels.com/thread1788.html
T.J. Crowder
Run Windows in VMWare Fusion. That's what I do!
snicker
+2  A: 

Use virtualization software to install windows on MAC and than install visual studio. Another option is monodevelop IDE.

Adeel
+3  A: 

Subjective: I have the latest version of Parallels (that's 5.0) running Windows 7, and I think Visual Studio works fine under this setup. YMMV.

What's NOT subjective is that you WILL need virtualization software of some sort or another to attempt this. It doesn't work under WINE.

If you just want to develop .NET framework apps, though, you can install the Mono compilers and use a different IDE (like Eclipse, or MonoDevelop).

Arkaaito