asp.net - Add external template to visual studio project -


i create project in visual studio , want add external template on how can add ?

thanks

for template of project, see msdn article. item templates, see msdn article. later, create configuration files defined in article, zip them up, create template @ following path:

c:\users[username]\documents\visual studio 2010\templates\itemtemplates[language]

replace bracketed items name , development language (visual c#, visual basic, etc.) have restart visual studio see it.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -