问题描述
当我点击文件>新建>项目在Visual Studio 2013没有任何项目模板$ P $ psent。
When I click on File>New>Project in Visual studio 2013 there are not any project templates present.
然而,在一个解决方案文件(在Visual Studio的另一个版本明显创建的),当我尝试添加>新项目所有的模板是present那里。
However, in a solution file(obviously created in another version of visual studio) when I try "Add>New Project" all the templates are present there.
我要提几件事情: -
I want to mention few things:-
- 我的尝试了所有可能的开关像/ installvstemplates,/ ResetUserData,/ ResetSkipPkgs,/ ResetAddin等。
- 尝试这样做:
- I have tried all the possible switches like /installvstemplates, /ResetUserData, /ResetSkipPkgs, /ResetAddin etc.
- Tried this:
打开注册表编辑器(Regedit.exe)
删除HKEY_CURRENT_USER \\软件\\微软\\ VisualStudio的\\ {版本}
删除HKEY_CURRENT_USER \\软件\\微软\\ VisualStudio的\\ {}版本_config
删除%USERNAME%\\ AppData的\\本地\\微软\\ VisualStudio的\\ {}版本目录。
- 重新安装Visual Studio几次甚至删除了微软的Visual Studio 12.0文件夹后,
- Re-installed visual studio several times even after deleting the "Microsoft Visual Studio 12.0" folder
目前我的工作在Windows 8.1。
该产品的相同的设置工作完全在另一个系统上运行的Windows 7 Service Pack 1中有什么事,现在解决这个问题?
Currently I am working on Windows 8.1.Same setup of the product works perfectly on the another system running on Windows 7 service pack 1. What can I do now fix this problem?
推荐答案
Visual Studio内部的
在菜单栏上,选择工具,导入和导出设置。
选择复位所有设置选项按钮,然后选择下一步按钮。
选择否,仅重置setttings,覆盖当前设置选项按钮,然后选择下一步按钮。
On the menu bar, choose Tools, Import and Export Settings.Choose the Reset all settings option button, and then choose the Next button.Choose the No, just reset setttings, overwriting my current settings option button, and then choose the Next button.
这篇关于缺少&QUOT项目模板;新建项目"在Visual Studio 2013对话框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!