Does Visual Studio 2010 support Windows Metro style applications?

I am going to build a Microsoft WP7 application. I have Visual Studio 2010 and I have installed SDK7.1. I am not getting Metro style as an option so what do I have to do?

link|improve this question

25% accept rate
Please spend a little bit more time composing your questions. I don't know what all those periods were for at the end, but in every language that I know of, you only need one at the end of each sentence. Ultimately, the quality of your question determines the quality of the answers that you receive. More directly, it helps to prevent your question from getting closed and/or deleted. – Cody Gray Feb 9 at 7:42
feedback

2 Answers

up vote 3 down vote accepted

You will need to get the Visual Studio 11 Dev Preview to start working on Metro apps. The Express version can be downloaded in the Windows 8 Dev Preview.

link|improve this answer
...thank you... can we convert Visual Studio 10 wp7 application to Visual Studio 11 metro style – user1177921 Feb 9 at 6:56
1  
No, you can't convert them. They have to be re-written. – Kenneth Funk Feb 9 at 16:54
feedback

If you want to build a Windows Phone application, you can use Visual Studio 2010. If you want to build a Windows 8 Metro application, you need the Windows 8 and Visual Studio 11 developer previews as @Kenneth-Funk mentioned.

You can't convert your WP7 app to Win 8 Metro. You have to rewrite since you're moving from Silverlight to WinRT development.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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