When I click on File>New>Project in Visual studio 2013 there are not any project templates present.
当我点击Visual studio 2013中的>新>项目时,没有任何项目模板存在。
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.
但是,当我尝试“添加>新项目”时,在一个解决方案文件中(显然是在visual studio的另一个版本中创建的),所有模板都在那里。
I want to mention few things:-
我想提几件事:-
- I have tried all the possible switches like /installvstemplates, /ResetUserData, /ResetSkipPkgs, /ResetAddin etc.
- 我已经尝试了所有可能的开关,比如/installvstemplate、/ResetUserData、/ResetSkipPkgs、/ResetAddin等。
- Tried this:
- 尝试:
Open the registry editor (regedit.exe)
打开注册表编辑器(regedit.exe)
Delete the HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\{version}
删除微软HKEY_CURRENT_USER \ Software \ \ VisualStudio \ { version }
Delete the HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\{version}_Config
微软软件删除HKEY_CURRENT_USER \ \ \ VisualStudio \ { version } _Config
Delete the %USERNAME%\AppData\Local\Microsoft\VisualStudio\{version} directory.
删除%用户名% \ AppData \当地\微软\ VisualStudio \ { version }目录。
- Re-installed visual studio several times even after deleting the "Microsoft Visual Studio 12.0" folder
- 即使删除了“Microsoft visual studio 12.0”文件夹,也会多次重新安装visual studio
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?
目前我正在开发Windows 8.1。在Windows 7 service pack 1上运行的另一个系统上,同样的产品设置可以完美地工作。现在我该怎么解决这个问题呢?
1 个解决方案
#1
1
Inside visual studio
visual studio内
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.
在菜单栏,选择工具,导入和导出设置。选择重置所有设置选项按钮,然后选择下一个按钮。选择No,重置设置,覆盖当前设置选项按钮,然后选择Next按钮。
https://msdn.microsoft.com/en-us/library/zbhkx167.aspx#bkmk_reverting
https://msdn.microsoft.com/en-us/library/zbhkx167.aspx bkmk_reverting
#1
1
Inside visual studio
visual studio内
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.
在菜单栏,选择工具,导入和导出设置。选择重置所有设置选项按钮,然后选择下一个按钮。选择No,重置设置,覆盖当前设置选项按钮,然后选择Next按钮。
https://msdn.microsoft.com/en-us/library/zbhkx167.aspx#bkmk_reverting
https://msdn.microsoft.com/en-us/library/zbhkx167.aspx bkmk_reverting