Visual Studio 2015 - Extension Error

2

Whenever I open my Visual Studio 2015, it gives me this message:

This is the log that the message points to:

  

ERROR Extension will not be loaded because an extension with the same   ID 'Microsoft.Windows.DevelopmentKit.Desktop' is already loaded at   C: \ PROGRAM FILES (X86) \ COMMON   FILES \ MICROSOFT \ EXTENSIONMANAGER \ EXTENSIONS \ MICROSOFT \ WINDOWS   KITS \ 10 \ DESKTOP SDK ...             C: \ PROGRAM FILES (X86) \ COMMON FILES \ MICROSOFT \ EXTENSIONMANAGER \ EXTENSIONS \ MICROSOFT \ WINDOWS   KITS \ 8.1 \ DESKTOP SDK \ Extension Manager 2017/07/07 12: 28: 02,937 526   ERROR Extension will not be loaded because an extension with the same   ID 'Microsoft.Windows.DevelopmentKit.WindowsStore' is already loaded   at C: \ PROGRAM FILES (X86) \ COMMON   FILES \ MICROSOFT \ EXTENSIONMANAGER \ EXTENSIONS \ MICROSOFT \ WINDOWS   KITS \ 10 \ WINDOWS STORE SDK ...             C: \ PROGRAM FILES (X86) \ COMMON FILES \ MICROSOFT \ EXTENSIONMANAGER \ EXTENSIONS \ MICROSOFT \ WINDOWS   KITS \ 8.1 \ WINDOWS STORE SDK \ Extension Manager 2017/07/07   12: 28: 02.937 527 ERROR Error updating the registry for incompatible   extensions. Exception: A task was canceled. Extension Manager

    
asked by anonymous 07.07.2017 / 14:46

1 answer

1

For some reason, an extension has been installed more than once.

This seems to be a common problem. The most comprehensive solution I found is in the English OS . Disregard the tag used there, because the problem is VS and not language. Here is a translation:

  • Go to control panel;
  • Select Visual Studio;
  • Select options to change / modify, until you reach the window where you can modify Visual Studio extensions;
  • Use the window to remove conflicting extensions. In the specific case of this question, the development kits for desktop and Windows Store should probably be uninstalled, as both presented conflicts (not the first to conflict with the second - are really two errors).
  • Confirm everything and restart your computer.

If this does not resolve, you may need to uninstall other extensions.

If Visual Studio opens correctly after these steps, you can try to install the extensions again by following the same steps above.

    
07.07.2017 / 15:09