从Visual Studio 2015完全删除ApplicationInsights [英] Completely Remove ApplicationInsights from Visual Studio 2015

查看:296
本文介绍了从Visual Studio 2015完全删除ApplicationInsights的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经环顾四周,但找不到一个好的答案,所以我发布此问题,希望对于希望完全删除Application Insights的其他人来说,这可以是一种尝试"

我尝试的第一个也是显而易见的举措是从工具和扩展程序"中卸载该工具,但不幸的是,这使情况变得更糟!现在,由于缺少DLL,我根本无法创建MVC项目.

我尝试搜索可能也包含AI的模板,但找不到任何模板,因此我一直想知道它还埋在什么地方,它可能导致此类问题.有没有人成功地将AI完全移除?

最简单的方法是从tools->extensions and updates窗口禁用扩展名,然后重新启动VS.我们的所有功能都应该消失,因为VS将不再加载我们的扩展程序.

卸载 tools->extensions and updates中的扩展名应该破坏任何东西,因为我们的扩展名没有依赖性.在内部,我们一直在进行此操作以进行自我测试.

如何,从Add->Remove Programs卸载整个功能会破坏,因为这也会卸载我们的界面程序集,其他功能,例如ASP.NET假定存在.

I've looked around, and haven't been able to find a good answer, so I'm posting this question in the hopes that it can be a sort of "go to" for others hoping to entirely remove Application Insights.

The first, and move obvious thing I tried was uninstalling the Tool from the Tools and Extensions, but unfortunately this made things worse! Now I'm not able to create MVC projects at all, due to missing DLLs.

I tried searching for templates that might include AI as well, but couldn't find any, so I'm stuck wondering where else it is buried that it can cause these sorts of issues. Has anyone out there successfully, completely removed AI?

解决方案

The easiest way is to disable the extension from tools->extensions and updates window, and restarting VS. All of our features should disappear, since VS will no longer load our extension.

Uninstalling the extension from tools->extensions and updates should not break anything, as there are no dependencies on our extension. Internally, we do this all the time for testing ourselves.

HOWEVER, uninstalling the entire feature from Add->Remove Programs can and will break things, since that will also uninstall our interfaces assembly, which other features, like ASP.NET presume to exist.

这篇关于从Visual Studio 2015完全删除ApplicationInsights的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆