I have an addin for ArcGis 10.0. This addin is developed in following environment:
*Visual studio 2010 ,
* ArcObject sdk for 10.0 (arcgis)
When I want to use same addin on ArcGis 10.4 version, it does not work. Then I build
my code on :
*Visual studio 2015 community edition,
* ArcObject sdk for 10.4 (arcgis)
and it works fine.
Now, I want to know , Is there any common environment where I build my code and run
in both version of arcgis (10.4 and 10.0)? or any easy idea is will help me a lot.
Thanks..