当 Visual Studio 扩展遇到错误时

我是遇到了 Github 扩展经常在 Visual Studio 启动时报错,找了一下可以尝试以下方法:

首先卸载插件

然后删除 %LocalAppData%\Microsoft\VisualStudio\15.0_{some ID}\privateregistry.bin 和 privateregistry.user.bin 两个文件

然后再安装插件

应该就好了…

另外报错时多阅读错误日志,从错误日志中寻找错误原因来解决。

原文:https://developercommunity.visualstudio.com/content/problem/108138/menus-for-extensions-not-shown.html

Thanks to the Jetbrains guys I found the solution. Try this if you have the same problem:

By the way I had to proceed in a slighly different way:

- uninstall R# and JustMock (even the Telerik.JustMock.VS2017.vsix which is the VS extension saved in the Telerik folder)

- delete %LocalAppData%\Microsoft\VisualStudio\15.0_{some ID}\privateregistry.bin and privateregistry.user.bin file (please backup them first)

- reinstall R# and JustMock (also the Telerik.JustMock.VS2017.vsix which is the VS extension saved in the Telerik folder)

- start Visual Studio and both problems should be solved

原文地址:https://www.cnblogs.com/xwgli/p/9040348.html

时间: 2024-10-14 02:48:35

当 Visual Studio 扩展遇到错误时的相关文章

(转:)Visual Studio 2012 编译错误【error C4996: 'scanf': This function or variable may be unsafe. 】的解决方案

在VS 2012 中编译 C 语言项目,如果使用了 scanf 函数,编译时便会提示如下错误: error C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 原因是Visual C++ 2012 使用了更加安

分享一些非常好用的Visual Studio扩展

扩展管理器 Visual Studio 2010新增"扩展管理器"的功能,可用于添加.移除.启用和禁用Visual Studio扩展.我们可以从Visual Studio Gallery(Visual Studio库)网站上安装扩展,这些扩展一般是VSIX包格式,包括项目模板.项模板.工具箱项.托管扩展框架(MEF)组件和VSPackage.安装在"Visual Studio安装文件夹\Common7\IDE\Extensions\Company\Product\Versio

[转]Visual Studio 2012 编译错误【error C4996: 'scanf': This function or variable may be unsafe. 】的解决方案

原文地址:http://www.cnblogs.com/gb2013/archive/2013/03/05/SecurityEnhancementsInTheCRT.html 在VS 2012 中编译 C 语言项目,如果使用了 scanf 函数,编译时便会提示如下错误: error C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecat

Visual Studio 2012 编译错误【error C4996: 'scanf': This function or variable may be unsafe. 】的解决方案(转载)

转载:http://www.th7.cn/Program/c/201303/127343.shtml 原因是Visual C++ 2012 使用了更加安全的 run-time library routines .新的Security CRT functions(就是那些带有“_s”后缀的函数),请参见: <CRT函数的安全增强的版本> 下面给出这个问题的解决方案: 方法一:将原来的旧函数替换成新的 Security CRT functions. 方法二:用以下方法屏蔽这个警告: 1. 在预编译

码住!Visual Studio扩展工具ReSharper安装指南来了

ReSharper是一个著名的代码生成工具,其能帮助Microsoft Visual Studio成为一个更佳的IDE.实质上,ReSharper特征可用于C#,VB.net,XML,Asp.net,XAML,和构建脚本. 使用ReSharper,你可以进行深度代码分析,智能代码协助,实时错误代码高亮显示,解决方案范围内代码分析,快速代码更正,一步完成代码格式化和清理,业界领先的自动代码重构,高级的集成单元测试方案,和强大的解决方案内导航和搜索. 安装指南 ReSharper是Visual St

Visual studio 中编译错误SQL71006: Only one statement is allowed per batch. A batch separator, such as &#39;GO&#39;, might be required between statements.

把写好的sql脚本,并在mssqlmanager里面编译成功的存储过程脚本复制到vs项目下,出现错误信息如下:SQL71006: Only one statement is allowed per batch. A batch separator, such as 'GO', might be required between statements.加上GO,出现 Error 5 SQL70001: This statement is not recognized in this context

最棒的Visual Studio扩展

isual Studio是微软公司推出的开发环境,Visual Studio可以用来创建Windows平台下的Windows应用程序和网络应用程序,也可以用来创建网络服务.智能设备应用程序和Office插件. Visual Studio是微软公司推出的开发环境,Visual Studio可以用来创建Windows平台下的Windows应用程序和网络应用程序,也可以用来创建网络服务.智能设备应用程序和Office插件. 本文介绍17款最棒的Visual Studio扩展: 1. DevColor

Visual Studio 2010添加数据源时没有实体数据模型Entity Data Model选项

Visual Studio 2010添加数据源时没有实体数据模型Entity Data Model选项 今天在用VS2010创建控制台应用程序,添加数据源的时候,没有"实体数据模型"选项.在网上搜索了下,很多人都遇到了这个问题.我最后找到了解决方案. 在安装文件夹中找到WCU\EFTools文件夹,如果直接运行msi文件会报错:To install this product please run Install.exe.将里边cab和msi文件拷贝出来到E盘(便于操作),并创建Log.

MVC开发时常用visual studio扩展

1  Web Essentials : HTML\CSS\Javascript 辅助工具 2  VSCommands for Visual Studio 3  搜索查看demo示例程序的工具 4  Entity Framework Power Tools : Code First实体代码生成