<?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: Configuration Issue Crashing in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/configuration-issue-crashing/m-p/867265#M5000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will I need to do something different in 2.3 on how the Registry ConfigurationFolder works?&amp;nbsp; Will everything be same with that or do I need to set something else on a users machine on initial install so that it always points to the latest well know network folder everytime the config is launched from the shortcut.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2018 21:18:45 GMT</pubDate>
    <dc:creator>MKa</dc:creator>
    <dc:date>2018-12-19T21:18:45Z</dc:date>
    <item>
      <title>Configuration Issue Crashing</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/configuration-issue-crashing/m-p/867261#M4996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have built an ArcGIS pro sdk configuration in order to slim down our application.&amp;nbsp; Everything has been working great.&amp;nbsp; We created an install script that alters a users registry to always look to our network drive for the latest .proConfiX file.&amp;nbsp; So all users now have this in their registry with the path being our deploy location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISPro\Settings" /v "ConfigurationFolder" /t REG_SZ /d "X:\PathTo\Configuration\Network\Location" /f&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has worked so that a user seamlessly and without any effort gets the latest configuration that we release.&amp;nbsp; They have a shortcut on their Desktop that references which configuration we want them to load.&amp;nbsp; This /config uses our network location from above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGISPro.exe" /config:OURCONFIGURATION.proConfigX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a new configX file is discovered (We did a new release), I am guessing that the process is to copy that configX file down to the local users computer and unpack it to&amp;nbsp;%LOCALAPPDATA%\ESRI\ArcGISPro\AssemblyCache\{XXXXX}.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of this seems to work great.&amp;nbsp; Except lately some of our users are getting random startup crashes when they first try and open our application for the first time after the .proConfiX file has been updated.&amp;nbsp; It seems the only way that I can get the application to open is to manually delete the unpacked file&amp;nbsp;&lt;SPAN&gt;%LOCALAPPDATA%\ESRI\ArcGISPro\AssemblyCache\{XXXXX}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I think somehow when it looks to the configuration directory it is not clearing it out correctly or somehow it is becoming corrupt?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Has anyone seen any issues with this, and am I missing something in my configuration to ensure it clears out the assembly cache on the discovery of a new .proConfigX.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2018 14:46:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/configuration-issue-crashing/m-p/867261#M4996</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2018-12-13T14:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Issue Crashing</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/configuration-issue-crashing/m-p/867262#M4997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to have something to do with the Executing Assembly and using&amp;nbsp;Assembly.GetExecutingAssembly().&amp;nbsp; Is there a way around this?&amp;nbsp; It seems like maybe the new version is unpacking to the assembly and the reference to GetExecutingAssembly is returning null somehow?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2018 18:57:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/configuration-issue-crashing/m-p/867262#M4997</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2018-12-13T18:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Issue Crashing</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/configuration-issue-crashing/m-p/867263#M4998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still stuck on why this happens sometime and not others.&amp;nbsp; So it appears that when a&amp;nbsp;NEW/UPDATED&amp;nbsp;version of the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;.proConfigX becomes available in the ConfigurationFolder, it unpacks that folder to the assembly cache.&amp;nbsp; But it appears that sometimes it either doesn't unpack it fully or ontime or maybe it is locked out from making the update?&amp;nbsp; The only way to then rectifiy the situation is to blow away the assembly cache item and restart the configuration.&amp;nbsp; Not a big deal to do, but when dealing with many users it is a problem.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;What I mean by this (&lt;SPAN&gt;fully or ontime or maybe it is locked&lt;/SPAN&gt;), is that when I have seen this on a users machine, the only thing in their assembly cache are the .dlls associated with the configuration; the .config file, the .xml files, and the Content Folders are not present.&amp;nbsp; They have not been unpacked.&amp;nbsp; My application has 2 Content folders, and when these are missing, the program will crash as it cannot locate some of the settings located in the content folders or the .config file.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;This only happens when a new version of the .proConfigX is available.&amp;nbsp; It doesn't happen all the time, but it does happen.&amp;nbsp; All of my users are working on computers well within the specs set forth by the ArcGIS Pro Minimum Requirements.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Any ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;IDEAL Assembly Cache&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/431758_pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Crashing Assembly Cache after Config Update (Missing Everything)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/431779_pastedImage_4.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2018 14:59:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/configuration-issue-crashing/m-p/867263#M4998</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2018-12-17T14:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Issue Crashing</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/configuration-issue-crashing/m-p/867264#M4999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We found an issue with Configurations at 2.2&amp;nbsp; -&amp;nbsp;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;In&amp;nbsp;this&amp;nbsp;scenario, while a Configuration is running if a&amp;nbsp;2nd instance of Pro is launched, the AssemblyCache gets deleted. This includes the files that the configuration requires.. After closing all the instances of Pro and the Configuration,&amp;nbsp;if the same Configuration is relaunched, an Application crash was encountered (Assembly Cache does not get repopulated with the files the Configuration requires).&amp;nbsp; We have now fixed this issue in 2.3, which is to be released soon.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;This sounds very similar to the issue you are experiencing.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;Uma&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2018 23:34:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/configuration-issue-crashing/m-p/867264#M4999</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2018-12-18T23:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Issue Crashing</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/configuration-issue-crashing/m-p/867265#M5000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will I need to do something different in 2.3 on how the Registry ConfigurationFolder works?&amp;nbsp; Will everything be same with that or do I need to set something else on a users machine on initial install so that it always points to the latest well know network folder everytime the config is launched from the shortcut.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2018 21:18:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/configuration-issue-crashing/m-p/867265#M5000</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2018-12-19T21:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Issue Crashing</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/configuration-issue-crashing/m-p/867266#M5001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Your workflow will not change. There are no additional keys required to get this fix. Please continue to use the keys you are using to designate well known network folders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2018 22:23:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/configuration-issue-crashing/m-p/867266#M5001</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2018-12-19T22:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Issue Crashing</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/configuration-issue-crashing/m-p/867267#M5002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we confirm that nothing change in the loading of a config path from the registry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2019 15:23:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/configuration-issue-crashing/m-p/867267#M5002</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2019-06-04T15:23:12Z</dc:date>
    </item>
  </channel>
</rss>

