I have Visual Studio 11 Beta (Express for Windows 8) installed in my Windows 8 VM. When I press New Project, I can see a lot of templates for Metro apps… but nothing else. I can’t find templates for making any sort of desktop application. In particular I would like to be able to make a WPF project in C#. How should I go about this?
Share
Yes, the “Express for Windows 8” version only allows you to create Metro apps. From the product page:
If you want to build other types of apps, you need to download the beta of Visual Studio 11 Professional. (I expect there’ll probably be a plain “Visual C# Express 11” which allows for WinForms and WPF apps when it’s non-beta… there’s going to be a Release Candidate soon, so that may come with a suitable Express version.)