How do I use a Visual Studio 2010 Project Template I created -


i followed steps on msdn creating template. created new project in vs2010 , used file->export template... option create template. went through wizard , seemed make sense. left default output location alone (it was:

...documents\visual studio 2010\my exported templates\myproject.zip)

and left automatically import template visual studio checked. can see exported zip file (and tried moving copy the:

documents\visual studio 2010\templates\projecttemplates\visual c#

folder. when start new instance of vs2010 , use file->new project don't see template. expecting in addition recenttemplates/ installed templates/ online templates might new category user templates. failing thought might under installed templates there nothing new there. template supposed appear? did miss step?

duh, working didn't know look. bring new project template , search through leaf nodes. turns out had click on visual c# root in tree view (it appears not in of leafs). trips me in tree views, never expect root have options, let alone place has option. enter image description here


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -