<?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: Custom item to add a plugin source not working in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-item-to-add-a-plugin-source-not-working/m-p/1228518#M9008</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In my tests, I am able to "see" the custom file extension (Pro custom item) via the add-in and via the Configuration.&amp;nbsp; I am not seeing this issue you are experiencing.&lt;/P&gt;&lt;P&gt;If you can share a simple add-in and a configuration where you see the issue, it will help.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2022 20:54:46 GMT</pubDate>
    <dc:creator>UmaHarano</dc:creator>
    <dc:date>2022-11-03T20:54:46Z</dc:date>
    <item>
      <title>Custom item to add a plugin source not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-item-to-add-a-plugin-source-not-working/m-p/1228340#M9003</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am a new to ArcGIS Pro. In this question I will not add much code. Just wanted a suggestion to get hold of one issue.&lt;/P&gt;&lt;P&gt;I have an existing code base in which I am adding an AddIn and Plugin data source for new file extension. But when adding a folder connection to the new file extension I am not able to see that file after expanding the folder.&lt;/P&gt;&lt;P&gt;Interestingly following are my different findings:&lt;/P&gt;&lt;P&gt;1. This issue is coming when Configuration is set as a startup project. When I am directly setting the new AddIn as a startup project the same issue is not coming.&lt;/P&gt;&lt;P&gt;2. Since issue is coming in an existing codebase when I am creating new project from the scratch having the same structure as the existing one the issue is not coming.&lt;/P&gt;&lt;P&gt;3. In both of the scenarios I can see the new addin the ArcGis Pro folder getting generated. Its not that new addin is not getting generated.&lt;/P&gt;&lt;P&gt;I tried different combinations to check the issue but couldnt find any root cause.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am just looking for a way to look into the root cause&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 15:03:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-item-to-add-a-plugin-source-not-working/m-p/1228340#M9003</guid>
      <dc:creator>newbiedotnetguy</dc:creator>
      <dc:date>2022-11-03T15:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Custom item to add a plugin source not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-item-to-add-a-plugin-source-not-working/m-p/1228418#M9004</link>
      <description>&lt;P&gt;The SDK team will check this scenario out shortly. But in the meantime, can you try this note below?&amp;nbsp; This will help us narrow down the problem.&lt;/P&gt;&lt;P&gt;&lt;A href="http://Note for developers in the wiki" target="_self"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Custom-Items#a-note-for-developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;A Note for Developers&lt;/H3&gt;&lt;P&gt;When working on&amp;nbsp;&lt;EM&gt;Custom Items&lt;/EM&gt;&amp;nbsp;(or&amp;nbsp;&lt;EM&gt;Custom Project Items&lt;/EM&gt;) be aware that&amp;nbsp;&lt;EM&gt;Custom Item&lt;/EM&gt;&amp;nbsp;classes are also registered for use by the ArcGIS Pro Indexer when ArcGIS Pro starts. This registration is done through an entry in this file:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;%AppData%..\Local\ESRI\SearchResources\ItemInfoTypesExt.json&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Usually this is of no consequence, but it is advisable to delete this file in-between sessions when you are developing your&amp;nbsp;&lt;EM&gt;Custom Item&lt;/EM&gt;&amp;nbsp;and when you are refactoring your code.&lt;BR /&gt;It may also be beneficial to disable Pro indexing on your development machine (in which case the&amp;nbsp;ItemInfoTypesExt.json&amp;nbsp;file will be ignored). Disable Pro indexing via the Pro backstage "Options". Select "Indexing" within the Application group and click on the "Don't create index" option.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 17:12:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-item-to-add-a-plugin-source-not-working/m-p/1228418#M9004</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2022-11-03T17:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Custom item to add a plugin source not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-item-to-add-a-plugin-source-not-working/m-p/1228432#M9005</link>
      <description>&lt;P&gt;Hi Uma,&lt;/P&gt;&lt;P&gt;Tried directly deleting that file option as well as disabling the indexing but that didn't worked out. Now after this when the&amp;nbsp;&lt;SPAN&gt;ItemInfoTypesExt.json is regenerated again I cant see any or even my CustomItem in that file. Then do we need to explicitly add my custom item?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Right now I can see only this much content in that file {“ItemInfoTypeExtensions”:[]}&lt;BR /&gt;If yes can u also give me what will be format to add my custom item in this file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am also not able to see the addins in the Documents folder of ArcGis pro but can see the corresponding plugins&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 18:06:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-item-to-add-a-plugin-source-not-working/m-p/1228432#M9005</guid>
      <dc:creator>newbiedotnetguy</dc:creator>
      <dc:date>2022-11-03T18:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom item to add a plugin source not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-item-to-add-a-plugin-source-not-working/m-p/1228442#M9006</link>
      <description>&lt;P&gt;I explicitly added my custom item as well in iteminfotypeextension json file but still the same&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 18:16:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-item-to-add-a-plugin-source-not-working/m-p/1228442#M9006</guid>
      <dc:creator>newbiedotnetguy</dc:creator>
      <dc:date>2022-11-03T18:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Custom item to add a plugin source not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-item-to-add-a-plugin-source-not-working/m-p/1228518#M9008</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In my tests, I am able to "see" the custom file extension (Pro custom item) via the add-in and via the Configuration.&amp;nbsp; I am not seeing this issue you are experiencing.&lt;/P&gt;&lt;P&gt;If you can share a simple add-in and a configuration where you see the issue, it will help.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 20:54:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-item-to-add-a-plugin-source-not-working/m-p/1228518#M9008</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2022-11-03T20:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom item to add a plugin source not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-item-to-add-a-plugin-source-not-working/m-p/1228624#M9014</link>
      <description>&lt;P&gt;Uma thats the problem the code where the issue is my code base that I cant share and if I am creating the code from the scratch to share with you that is working fine. Its something that is happening in that existing codebase which is the problem.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 05:02:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-item-to-add-a-plugin-source-not-working/m-p/1228624#M9014</guid>
      <dc:creator>newbiedotnetguy</dc:creator>
      <dc:date>2022-11-04T05:02:10Z</dc:date>
    </item>
  </channel>
</rss>

