Missing Visual Studio extensions after installation
- PDF for offline use
Let us know how you feel about this
Translation Quality
0/250
last updated: 2017-03
Error Message
This project is incompatible with the current edition of Visual Studio
Double-check Visual Studio compatibility
Ensure a compatible version of Visual Studio is installed:
- Visual Studio 2013 Update 2 (or later)
- Visual Studio Community 2013 Update 2 (or later)
- Visual Studio 2015
- Visual Studio Community 2015
Visual Studio Express editions are not compatible with Xamarin because they do not allow installation of 3rd party extensions.
See also: https://developer.xamarin.com/guides/cross-platform/getting_started/requirements/#windows
Possible Fix 1: Change the installation to make sure the Visual Studio extensions are installed
In certain situations, the Xamarin installer might automatically un-check the install options for the Visual Studio extensions. If that's the cause of the problem, install the missing Visual Studio extensions using the installer's Change command. For example, to install the extensions for Visual Studio 2013:
Open the Windows Programs and Features Control Panel.
Right click the Xamarin entry, and select Change.
Click Next, then Change.
Make sure the Xamarin for Visual Studio 2013 option is set to install:

Proceed through the rest of the installer wizard.
Possible Fix 2: Ask Visual Studio to set up the extensions again
Check if the Xamarin extensions have been copied into the Visual Studio extensions folder:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\Xamarin\Xamarin\3.1.228.0If the extensions are properly installed (for version 3.1.228), there will be 60 items in the folder:

After you have confirmed that this folder looks correct, tell Visual Studio to try setting up the extensions again:
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe" /setup
Possible Fix 3: Try a fresh reinstall of Xamarin
From the Windows Control Panel, uninstall any of the following that are present:
Xamarin
Xamarin for Windows
Xamarin.Android
Xamarin.iOS
Xamarin for Visual Studio
In Explorer, delete any remaining files from the Xamarin Visual Studio extension folders (all versions, including both
Program FilesandProgram Files (x86)):C:\Program Files*\Microsoft Visual Studio 1*.0\Common7\IDE\Extensions\XamarinAlso check in the "VirtualStore" directory to see if there might be any "overlay" copies of any of the extension directories:
%LOCALAPPDATA%\VirtualStoreOpen the registry editor (regedit).
Look for this key:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\SharedDlls
Find and delete any entries that match this pattern:
C:\Program Files*\Microsoft Visual Studio 1*.0\Common7\IDE\Extensions\Xamarin
Look for this key:
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\1*.0\ExtensionManager\PendingDeletions
Delete any entries that look like they might be related to Xamarin. For example, here's one that used to cause trouble in older versions of Xamarin:
Mono.VisualStudio.Shell,1.0
Reboot.
Reinstall the current stable version of Xamarin using the individual installer (
.msi) download link under Xamarin.iOS > Windows or Xamarin.Android > Windows on http://store.xamarin.com/account/my/subscription/downloads.
Possible Fix 4: Repair Visual Studio installation
Open the Windows Programs and Features Control Panel.
Right click the relevant Microsoft Visual Studio entry, and select Change
Click the Repair button in the Visual Studio dialog that opens.
Let us know how you feel about this
Translation Quality
0/250
Xamarin Workbook
If it's not already installed, install the Xamarin Workbooks app first. The workbook file should download automatically, but if it doesn't, just click to start the workbook download manually.

