<?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 How do I create a shared Add-In? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-create-a-shared-add-in/m-p/742033#M242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello together,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ArcGIS Pro 1.3 Backstage at the Add-In Manager Property Page I can see that there is a section called "Shared Add-Ins". What&amp;nbsp; does this mean? Can I create some kind of a "Base"-Add-In which is available to all (my) other Add-Ins?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current issue is: Instead of one big, fat Add-In which contains all possible extensions and hooks I have several smaller Add-Ins which extend the ArcGIS Pro Application with always a single (optional) aspect. E.g.: One Add-In that backfits some specific identify functionality, and one Add-In that allows to do some session management around versions. Both Add-Ins share some common business libraries from our company. But because they are in different Add-Ins I get two copies of those company libs in the Esri ArcGIS Pro Add-In assembly caches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is a "Shared Add-In" something which can solve that Issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2016 16:11:34 GMT</pubDate>
    <dc:creator>KarlHuber</dc:creator>
    <dc:date>2016-08-30T16:11:34Z</dc:date>
    <item>
      <title>How do I create a shared Add-In?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-create-a-shared-add-in/m-p/742033#M242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello together,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ArcGIS Pro 1.3 Backstage at the Add-In Manager Property Page I can see that there is a section called "Shared Add-Ins". What&amp;nbsp; does this mean? Can I create some kind of a "Base"-Add-In which is available to all (my) other Add-Ins?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current issue is: Instead of one big, fat Add-In which contains all possible extensions and hooks I have several smaller Add-Ins which extend the ArcGIS Pro Application with always a single (optional) aspect. E.g.: One Add-In that backfits some specific identify functionality, and one Add-In that allows to do some session management around versions. Both Add-Ins share some common business libraries from our company. But because they are in different Add-Ins I get two copies of those company libs in the Esri ArcGIS Pro Add-In assembly caches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is a "Shared Add-In" something which can solve that Issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 16:11:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-create-a-shared-add-in/m-p/742033#M242</guid>
      <dc:creator>KarlHuber</dc:creator>
      <dc:date>2016-08-30T16:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a shared Add-In?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-create-a-shared-add-in/m-p/742034#M243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karl,&lt;/P&gt;&lt;P&gt;In the case of two or more Add-ins referencing a copy of the same assembly, the first Add-in to load will load that assembly. Even though the referenced assembly has been copied to 2 places (i.e. two different assembly cache folders), it will only be loaded once (by the first Add-in that uses it). With a "mega" Add-in then only one copy of the referenced library is deployed (rather than individual copies per Add-in) but that doesn't change the assembly loading behavior as such but this may or may not be more practical to manage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the question of "Shared Add-ins" on the Add-in Manager backstage tab:&amp;nbsp;Same as with 10x, additional add-in folders (beyond the default user add-in folder) can be specified via the registry from which Add-ins are loaded. These folders can be specified for all users of the machine (via HKLM) or just a specific user (HKCU). This is documented &lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ArcGIS-Pro-Registry-Keys"&gt;here&lt;/A&gt;. Add-ins loaded from Add-in folders specified under the HKLM Add-in folders key are considered "shared" and show up in that list.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 20:14:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-create-a-shared-add-in/m-p/742034#M243</guid>
      <dc:creator>CharlesMacleod</dc:creator>
      <dc:date>2016-08-30T20:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a shared Add-In?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-create-a-shared-add-in/m-p/742035#M244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clarification: &amp;gt;&amp;gt;&amp;gt;&lt;SPAN style="background-color: #ffffff;"&gt;In the case of two or more Add-ins referencing a copy of the same assembly, the first Add-in to ~load~ will load that assembly&amp;lt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;In the case of two or more Add-ins referencing a copy of the same assembly, the first Add-in to ~use~ that assembly will load that assembly.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 22:29:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-do-i-create-a-shared-add-in/m-p/742035#M244</guid>
      <dc:creator>CharlesMacleod</dc:creator>
      <dc:date>2016-09-02T22:29:05Z</dc:date>
    </item>
  </channel>
</rss>

