I have several Add-Ins that where created using ArcMap 10.0 and Visual Studio 2010. I’m trying to get them to work in ArcMap 10.2.1 using VS 2012. When I build the projects I’m getting the following message: "Unable to create .esriAddIn: missing ESRI ArcGIS Add-In SDK component(s)." As a result ArcMap is not “seeing” my Add-Ins. Is there something I can fix/change in my Add-Ins to get them to work at 10.2.1?
Solved! Go to Solution.
I got an answer from ESRI Technical Support (thanks Srishty).
She said that the problem is a defect (#01599069). She also gave me the following workaround:
I have the ArcObjects SDK installed and can create new Add-Ins in VS 2012. My .NET framework is set to 3.5.
If I'm reading the link Backward compatibility of 10.2 ArcMap AddIns with ArcMap 10.1 correctly, I have to recreate my Add-Ins. I was hoping to avoid that.
Thanks Sol
I got an answer from ESRI Technical Support (thanks Srishty).
She said that the problem is a defect (#01599069). She also gave me the following workaround: