Visual Studio 2010 Project Template doesn't show up

◇◆丶佛笑我妖孽 提交于 2019-12-05 18:58:11
pyranha

Be carefull following Step 7 in http://msdn.microsoft.com/en-us/library/ms185298.aspx.

DON'T send the whole Folder to a zip file... only the files inside!

Actually, there's a documented way to get VS to populate the template cache folder by just deploying the zipped template to the ProjectTemplates\etc. folder:

<Path to devenv.exe> /installvstemplates

Works on every version of VS since 2005 (and possibly even earlier versions).

There are actually two places where templates are kept. *Templates and *TemplatesCache (where * is Item or Project). You need to update the template in both places. Note, the cache has the templates extracted from the zip file in a subdirectory that has the same name as the zip.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!