Reputation: 386
We all know that windows 8 will be released very soon, and that Visual Studio 11 will be released too. With Visual Studio 11 you can make Metro UI apps exactly like WP7.
My question is that if we program with VS 11, is it supported on Windows 7, Vista and XP?
Upvotes: 5
Views: 897
Reputation: 1778
Visual Studio 11 Beta will only run on Windows 7 or Server 2008 and above.
Targeting depends on the project type. Windows 8 Metro app projects can only be built when running VS11 on the Windows 8 Consumer Preview. But the MFC/CRT etc. can target down to Vista.
What sort of application were you thinking of building?
Upvotes: 0
Reputation: 1875
You can install VS11, but you will not be able to develop Metro UI unless you're in Windows 8.
That is why they are giving you the Win8 Dev Preview image that you can install VS11 Ultimate and test it out.
Windows 8 Developer Preview Downloads Page
VS11 Developer Preview
Upvotes: 7