Unexpectedly an add-in built in 2.1.2 environment doesnt' work in ArcGIS Pro 2.0. I've attached test add-in with a single button in 'Add-In' ribbon group. Clicking the button disables it saying that button class is not found.
desktopVersion="2.0" but add-in doesn't work.
Version of the software used to build the add-in:
ArcGIS Pro 2.1.2
ArcGIS Pro SDK for .NET 2.1.0.10257
ArcGIS Pro SDK for .NET (Utilities) 2.1.0.10257
2.1.2 is not a major version so I suppose add-in should work. Add-in was created just from VS template, nothing changed in it.
Solved! Go to Solution.
Hi Max,
If I understand you correctly you are trying to run an add-in built using 2.1.2 under ArcGIS Pro 2.0. If so then the following rules apply:
Add-ins and configurations are forwards compatible across all minor versions of ArcGIS Pro. Add-ins and configurations are not forward compatible across major versions (eg 2.x, 3.x, etc). Add-ins and configurations are not backwards compatible across any versions of ArcGIS Pro.
You can read more about add-in versioning here: https://github.com/ArcGIS/arcgis-pro-sdk/wiki/ProConcepts-Advanced-Topics#add-in-versioning
- Wolf
Hi Max,
If I understand you correctly you are trying to run an add-in built using 2.1.2 under ArcGIS Pro 2.0. If so then the following rules apply:
Add-ins and configurations are forwards compatible across all minor versions of ArcGIS Pro. Add-ins and configurations are not forward compatible across major versions (eg 2.x, 3.x, etc). Add-ins and configurations are not backwards compatible across any versions of ArcGIS Pro.
You can read more about add-in versioning here: https://github.com/ArcGIS/arcgis-pro-sdk/wiki/ProConcepts-Advanced-Topics#add-in-versioning
- Wolf