在VisualStudio2013,2015中如何安装自定义项目模板

For example, I want to install EP prj template: AxWebProject.zip

  1. Copy AxWebProject.zip zip file into this folder

    C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\Web\CSharp\1033

  2. Extract this zip file into one folder, and rename it to AxWebProject.zip

    Be care it must be same as zip file name, must append .zip postfix.

  3. Move this folder into this folder:

    C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplatesCache\Web\CSharp\1033

  4. Sometimes, maybe these cmd can be useful.

devenv.exe /setup

devenv.exe /installvstemplates




本文转自94cool博客园博客,原文链接:http://www.cnblogs.com/94cool/p/5787136.html,如需转载请自行联系原作者

上一篇:.NET WinForm程序中给DataGridView表头添加下拉列表实现数据过滤


下一篇:iOS开发 开发者证书申请及上架流程