<?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 Addin settings fail to work on other machines in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/addin-settings-fail-to-work-on-other-machines/m-p/1653019#M13157</link>
    <description>&lt;P&gt;I've been working on an addin for some time and decided it needed some settings. I created a .settings file and associated backend c# files to utilize it and it works great on my development computer. But when I deploy it to others, the settings don't load. The image below shows what should show up on the left side and works fine on my computer. On the right, when you click the FNSB Addin Settings text on another computer, it just sits there with a spinner forever. It never seems to crash out, you can click Cancel to get out of it, but never loads. Attempting to use anything that relies on those settings does eventually crash.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Left: Working - Right: Just a spinner. :(" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140917iEAB8F01BD01D39C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="settingsissue.png" alt="Left: Working - Right: Just a spinner. :(" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Left: Working - Right: Just a spinner. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas what may be going on here? Attached is the autogenerated code behind the settings file as generated by Visual Studio 2022.&lt;BR /&gt;&lt;BR /&gt;Edit - Figured I'd add a system profile here, if that might help. Both systems running Windows 11. Top profile is the working system, bottom system the non-working one.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="sysprofile.png" style="width: 875px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140965i4AF0E64939FDB61C/image-size/large?v=v2&amp;amp;px=999" role="button" title="sysprofile.png" alt="sysprofile.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;sysprofile.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Sep 2025 16:50:40 GMT</pubDate>
    <dc:creator>RogerAsbury</dc:creator>
    <dc:date>2025-09-25T16:50:40Z</dc:date>
    <item>
      <title>Addin settings fail to work on other machines</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/addin-settings-fail-to-work-on-other-machines/m-p/1653019#M13157</link>
      <description>&lt;P&gt;I've been working on an addin for some time and decided it needed some settings. I created a .settings file and associated backend c# files to utilize it and it works great on my development computer. But when I deploy it to others, the settings don't load. The image below shows what should show up on the left side and works fine on my computer. On the right, when you click the FNSB Addin Settings text on another computer, it just sits there with a spinner forever. It never seems to crash out, you can click Cancel to get out of it, but never loads. Attempting to use anything that relies on those settings does eventually crash.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Left: Working - Right: Just a spinner. :(" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140917iEAB8F01BD01D39C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="settingsissue.png" alt="Left: Working - Right: Just a spinner. :(" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Left: Working - Right: Just a spinner. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas what may be going on here? Attached is the autogenerated code behind the settings file as generated by Visual Studio 2022.&lt;BR /&gt;&lt;BR /&gt;Edit - Figured I'd add a system profile here, if that might help. Both systems running Windows 11. Top profile is the working system, bottom system the non-working one.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="sysprofile.png" style="width: 875px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140965i4AF0E64939FDB61C/image-size/large?v=v2&amp;amp;px=999" role="button" title="sysprofile.png" alt="sysprofile.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;sysprofile.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 16:50:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/addin-settings-fail-to-work-on-other-machines/m-p/1653019#M13157</guid>
      <dc:creator>RogerAsbury</dc:creator>
      <dc:date>2025-09-25T16:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Addin settings fail to work on other machines</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/addin-settings-fail-to-work-on-other-machines/m-p/1653271#M13161</link>
      <description>&lt;P&gt;Considered adding this as another edit to the main post... Chose to add as additional post just in case.&lt;BR /&gt;&lt;BR /&gt;Thought it might be that the app wasn't finding the user.config, but I can confirm that not only can it find it, it can write to it. One of the things I do is add a "started at" kind of message to a log that is kept in the user.config file (probably not the best of ideas, but at least I give the user an option to clear it) and it is definitely appending to that log...&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        &amp;lt;FNSBArcGISProAddin.FNSBAddin&amp;gt;
            &amp;lt;setting name="LoadLog" serializeAs="String"&amp;gt;
                &amp;lt;value&amp;gt;9/25/2025 9:22:36 AM FNSB ADDIN Started.

9/24/2025 3:09:52 PM FNSB ADDIN Started.

9/24/2025 3:04:17 PM FNSB ADDIN Started.

9/24/2025 3:02:47 PM FNSB ADDIN Started.

9/24/2025 2:58:17 PM FNSB ADDIN Started.

&amp;lt;/value&amp;gt;
            &amp;lt;/setting&amp;gt;
        &amp;lt;/FNSBArcGISProAddin.FNSBAddin&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;This just leaves me a bit more confused on why it's not loading in the Options panel.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 17:45:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/addin-settings-fail-to-work-on-other-machines/m-p/1653271#M13161</guid>
      <dc:creator>RogerAsbury</dc:creator>
      <dc:date>2025-09-25T17:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Addin settings fail to work on other machines</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/addin-settings-fail-to-work-on-other-machines/m-p/1653279#M13162</link>
      <description>&lt;P&gt;Solution found here:&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-sdk-questions/my-custom-application-settings-page-does-not-load/td-p/1230046" target="_blank"&gt;Solved: My custom application settings page does not load,... - Esri Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In a nutshell: Settings must have default values.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 18:08:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/addin-settings-fail-to-work-on-other-machines/m-p/1653279#M13162</guid>
      <dc:creator>RogerAsbury</dc:creator>
      <dc:date>2025-09-25T18:08:54Z</dc:date>
    </item>
  </channel>
</rss>

