How to remove an already-installed Visual Studio 2013 extension .vsix file?

本小妞迷上赌 提交于 2019-12-21 05:39:11

问题


I've just installed Productivity Power Tools 2013 for my Visual Studio 2013 and then playing with the option of this extension and I get crashed :-(

i.e.

  • The Solution Explorer window is now empty.
  • Cannot exit Visual Studio
  • Going for Tools - Extension and Updates fails too

What can I do to get back to where I was >.<


回答1:


Find the correct folder under following folders for this extension and delete it

  C:\Users\[username]\AppData\Local\Microsoft\VisualStudio\11.0\Extensions
  C:\Users\[username]\AppData\Roaming\Microsoft\VisualStudio\11.0\Extensions


来源:https://stackoverflow.com/questions/21903663/how-to-remove-an-already-installed-visual-studio-2013-extension-vsix-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!