<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ArcGIS Pro is not backwards compatable with add-ins? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-is-not-backwards-compatable-with-add/m-p/841902#M3881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wolfgang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for clarifying. &amp;nbsp;I'm in the process of converting ArcObjects Add-Ins to ArcPro. &amp;nbsp;We have about 20 Add-Ins that will need to be converted, so at least I'm clear on what to do moving forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2017 17:05:01 GMT</pubDate>
    <dc:creator>BrianBulla</dc:creator>
    <dc:date>2017-08-02T17:05:01Z</dc:date>
    <item>
      <title>ArcGIS Pro is not backwards compatable with add-ins?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-is-not-backwards-compatable-with-add/m-p/841898#M3877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm hoping this is not the case, but here is an error message I receive after installing ArcGIS Pro 2.0:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/365313_addin.PNG" style="width: 620px; height: 199px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 18:53:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-is-not-backwards-compatable-with-add/m-p/841898#M3877</guid>
      <dc:creator>mfcallahan</dc:creator>
      <dc:date>2017-08-01T18:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro is not backwards compatable with add-ins?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-is-not-backwards-compatable-with-add/m-p/841899#M3878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This Pro Concept explains add-in compatibility for ArcGIS Pro releases: &amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-2.0-Migration-Guide"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-2.0-Migration-Guide&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 19:12:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-is-not-backwards-compatable-with-add/m-p/841899#M3878</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2017-08-01T19:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro is not backwards compatable with add-ins?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-is-not-backwards-compatable-with-add/m-p/841900#M3879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To my knowledge (and my limited experience with the 1 Add-In I created for ArcPro), you will need to recompile all of your ArcPro add-ins each time a new version of ArcPro is released. &amp;nbsp;Hopefully this is just part of the 'growing pains' of the application and will be resolved going forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My guess is that the API is constantly changing and that is why it is required?? &amp;nbsp;I don't remember needing to that with custom .NET coding in ArcObjects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:40:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-is-not-backwards-compatable-with-add/m-p/841900#M3879</guid>
      <dc:creator>BrianBulla</dc:creator>
      <dc:date>2017-08-02T13:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro is not backwards compatable with add-ins?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-is-not-backwards-compatable-with-add/m-p/841901#M3880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&amp;nbsp;There is no need to recompile your add-in each time a new version of ArcGIS Pro is released.&amp;nbsp; The following ProConcept explains the topic of add-in versioning in detail: &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Advanced-Topics#add-in-versioning"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Advanced-Topics#add-in-versioning&lt;/A&gt;&amp;nbsp; In essence there is a difference between major version releases (like 1.x, 2.x, or 3.x) and minor version releases (like 2.1, 2.2, and 2.3): only major version upgrades need to be recompiled whereas minor version releases are forward compatible, as shown in this quote from the above ProConcept:&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Add-ins and configurations are &lt;STRONG&gt;forwards&lt;/STRONG&gt; 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).&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You are correct in your guess that the ArcGIS Pro API is continuously changing, however, to maintain forward compatibility between minor versions features are only added to the API with minor version revisions. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 16:53:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-is-not-backwards-compatable-with-add/m-p/841901#M3880</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2017-08-02T16:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro is not backwards compatable with add-ins?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-is-not-backwards-compatable-with-add/m-p/841902#M3881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wolfgang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for clarifying. &amp;nbsp;I'm in the process of converting ArcObjects Add-Ins to ArcPro. &amp;nbsp;We have about 20 Add-Ins that will need to be converted, so at least I'm clear on what to do moving forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 17:05:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-is-not-backwards-compatable-with-add/m-p/841902#M3881</guid>
      <dc:creator>BrianBulla</dc:creator>
      <dc:date>2017-08-02T17:05:01Z</dc:date>
    </item>
  </channel>
</rss>

