Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 >.<

like image 754
Nam G VU Avatar asked Dec 20 '22 18:12

Nam G VU


1 Answers

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
like image 90
Cris Avatar answered May 04 '23 20:05

Cris