ERROR
When attempting to install an add-in in ArcMap using the Add-In Manager, the following error message displays:
No GUI components found in this Add-In. Add-In version does not match.
This error occurs if the version stated in the Config.esriaddinx file is higher than the ArcGIS version installing the add-in.
Note: Add-ins do not support backward compatibility; that is, if an add-in targets ArcGIS version 10.2.x, the add-in works in version 10.2.x or higher but not in version 10.1.x or lower.
The solution provided guides users on how to update the add-in version in Visual Studio using the source code of the add-in project.
C:\Program Files (x86)\MSBuild\Esri\ESRI.ArcGIS.AddIns.targets
C:\Program Files (x86)\MSBuild\Esri\ESRI.ArcGIS.AddIns.11.targets
<AddInTargetVersion>10.2</AddInTargetVersion>
<Targets> <Target name="Desktop" version="10.2" /> </Targets>
Get help from ArcGIS experts
Download the Esri Support App