1

I installed OzCode and I thinhk it's breaking my debugger, need to uninstall. How? MDN says to go to the properties in solution explorer and click properties so the APPLICATION DESIGNER pops up. But I don't see that at all. How do I get rid of extensions?

Adam Weitzman
  • 1,552
  • 6
  • 23
  • 45
  • 1
    Go to VS main toolbar: `Tools` -> `Extensions and Updates` -> `Installed`. Select your extension and click [`Uninstall`](https://msdn.microsoft.com/en-us/library/dd293638(v=vs.120).aspx). – Nikita Sep 14 '16 at 20:11
  • sorry forgot to mark i tried this "product cannot be uninstalled from extensions and updates" – Adam Weitzman Sep 14 '16 at 20:20
  • and I've tried running vs as admin same thing – Adam Weitzman Sep 14 '16 at 20:20
  • Check answers here ["How to uninstall a Visual Studio 2013 extension manually"](http://stackoverflow.com/questions/25234634/how-to-uninstall-a-visual-studio-2013-extension-manually). Probably it will help you. – Nikita Sep 14 '16 at 20:23
  • 1
    will do thanks for the link – Adam Weitzman Sep 14 '16 at 20:38

1 Answers1

3

If an extension cannot be uninstalled from extensions and updates, it is most probably can be uninstalled from the standard Programs and Features Control Panel applet.

Sergey Vlasov
  • 26,641
  • 3
  • 64
  • 66
  • Worked great thanks. Bummer I love that tool for debugging – Adam Weitzman Sep 15 '16 at 18:33
  • @AdamWeitzman Very sorry to hear you had an issue with OzCode - please do let us know what exactly went wrong by emailing support@oz-code.com so we could hopefully get you back up and running as soon as possible. – Omer Raviv Oct 02 '16 at 19:16