I downloaded and installed WindowsDeveloperPreview-64bit-English-Developer.iso on VMWare. But when I start Visual Studio Express 11 which comes with Windows 8 I cannot see any Windows Metro Style template. Why? Am I missing something?

As mentioned in this article I was expecting these templates

enter image description here

I can only see these templates

enter image description here

As mentioned by Iain I can see these templates in the directory he mentioned but how can I get them into VS?

enter image description here

link|improve this question

79% accept rate
So what do you actually see? – ChrisF Dec 11 '11 at 12:01
See the updated question – Haris Hasan Dec 11 '11 at 12:26
The image yoyu are showing is from VS 2010. VS 2011 doesn't have a version selection. You must have installed VS 2010 on that machine. Go to the start menu and just start typing "Visual Studio" too see what you have installed. – Bill Sempf Dec 12 '11 at 18:29
It is Visual Studio 11 Developer Preview – Haris Hasan Dec 13 '11 at 5:55
feedback

2 Answers

up vote 0 down vote accepted

I did one registry change when I installed Windows 8 I changed value of RPEnabled in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer from 1 to 0 in order to get the normal Start menu

That was causing the issue I reverted the registry change and I can see the templates.

See this for details

link|improve this answer
feedback

You could try this folder:

C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\ProjectTemplates.

You may find that the templates are zipped up in some form, but i do not have VS11 installed yet.

Within the zip file there is .vstemplate file you will need to modify the templateid and any other relevant information.

Cheers

link|improve this answer
You are right I have 5 templates in zip format in the directory you mentioned but how can I get them in to Visual Studio? – Haris Hasan Dec 11 '11 at 12:27
I think you add a new zip with a manifest. restart vs it should be there – Iain Dec 11 '11 at 16:44
feedback

Your Answer

 
or
required, but never shown

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