<?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: App Crash While Adding Operational Layers in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/app-crash-while-adding-operational-layers/m-p/586364#M7191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you had the opportunity to grab the repro code off of my OneDrive share and give this thing a test run? &amp;nbsp;I sent you an e-mail about it last week but haven't heard back from you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Apr 2017 22:13:39 GMT</pubDate>
    <dc:creator>AndyWright</dc:creator>
    <dc:date>2017-04-17T22:13:39Z</dc:date>
    <item>
      <title>App Crash While Adding Operational Layers</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/app-crash-while-adding-operational-layers/m-p/586360#M7187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been pounding my head against the wall trying to figure out why my Xamarin Forms app intermittently crashes while loading. &amp;nbsp;This occurs in both Android and iOS. &amp;nbsp;We've added some unhandled exception logging to try and capture some information, and every once in a while we get a "&lt;SPAN style="font-size: 11.0pt;"&gt;Collection was modified; enumeration operation may not execute" error that crashes the app. &amp;nbsp;I traced it to two separate lines of code that both add operational layers to the map - vector tile package layers and feature layers from a SQLite geodatabase. &amp;nbsp;The more layers we add to the map the more frequently we get app crashes. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;My app has some serious girth, so to rule out some other culprit&amp;nbsp;I just created&amp;nbsp;a slimmed down repro app that downloads 11 vector tile packages and loads them into the map. &amp;nbsp;I added a Reload Map button that reinstantiates the map and adds those 11 vector tile packages to the map. &amp;nbsp;This basically emulates the app loading and map layer population that occurs in my real app. &amp;nbsp;If I continually click that reload map button I can get the app to crash pretty reliably, so the issue is still intermittent but it does definitely occur in this slimmed down repro app. &amp;nbsp;This seems to point to some low level bug in the OperationalLayers.Add method on the map.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;I'm willing to supply this repro case to the Esri development team, but I don't want to post it here as it has some URLs and proprietary information that shouldn't be exposed to the masses. &amp;nbsp;I am also willing to call in a support request on this, but it usually takes a few days until&amp;nbsp;it gets to someone that can actually help. &amp;nbsp;If one of you guys can let me know where I can send the repro, hopefully you can quickly determine whether or not this is something we can work around or if we're SOL until the next release of the API. &amp;nbsp;We have a customer roll out occurring this week, and we obviously do not want to give this app to them with all this instability.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Any help here would be greatly appreciated ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Apr 2017 21:30:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/app-crash-while-adding-operational-layers/m-p/586360#M7187</guid>
      <dc:creator>AndyWright</dc:creator>
      <dc:date>2017-04-01T21:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: App Crash While Adding Operational Layers</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/app-crash-while-adding-operational-layers/m-p/586361#M7188</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;Thanks for the offer of the repro app - are you able to email to &lt;A href="mailto:mbranscomb@esri.com"&gt;mbranscomb@esri.com&lt;/A&gt;&amp;nbsp;? Or host online somewhere and email me the details? Alternatively, I can create a Box share for you once I have your email address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2017 16:22:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/app-crash-while-adding-operational-layers/m-p/586361#M7188</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2017-04-03T16:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: App Crash While Adding Operational Layers</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/app-crash-while-adding-operational-layers/m-p/586362#M7189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you go ahead and create that Box share and I'll transfer you a zip file through that. &amp;nbsp;My e-mail is &lt;A href="mailto:andy.wright@epochsg.com"&gt;andy.wright@epochsg.com&lt;/A&gt;. &amp;nbsp;Thanks ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2017 16:30:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/app-crash-while-adding-operational-layers/m-p/586362#M7189</guid>
      <dc:creator>AndyWright</dc:creator>
      <dc:date>2017-04-03T16:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: App Crash While Adding Operational Layers</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/app-crash-while-adding-operational-layers/m-p/586363#M7190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael. &amp;nbsp;I haven't heard from you since this morning, so just wanted to make sure we are still a go for the Box share? &amp;nbsp;If not I can try to find another way to get you the repro code. &amp;nbsp;Thanks ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2017 21:49:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/app-crash-while-adding-operational-layers/m-p/586363#M7190</guid>
      <dc:creator>AndyWright</dc:creator>
      <dc:date>2017-04-03T21:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: App Crash While Adding Operational Layers</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/app-crash-while-adding-operational-layers/m-p/586364#M7191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you had the opportunity to grab the repro code off of my OneDrive share and give this thing a test run? &amp;nbsp;I sent you an e-mail about it last week but haven't heard back from you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 22:13:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/app-crash-while-adding-operational-layers/m-p/586364#M7191</guid>
      <dc:creator>AndyWright</dc:creator>
      <dc:date>2017-04-17T22:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: App Crash While Adding Operational Layers</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/app-crash-while-adding-operational-layers/m-p/586365#M7192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the sharing the reproducer and I apologize for the delay in replying. We were able to reproduce the issue, and it appeared to be an OpenGL problem (which is often related to our shaders). But I have been waiting to re-test with more recent builds following a number fixes in vector tile layers and also related Android shader changes. We are now in a position to do that and will be retesting over the next few days. If those changes have not resolved the issue we will continue to investigate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 22:11:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/app-crash-while-adding-operational-layers/m-p/586365#M7192</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2017-05-08T22:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: App Crash While Adding Operational Layers</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/app-crash-while-adding-operational-layers/m-p/586366#M7193</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;This issue should now be resolved in the recent v100.2 release. Please don't hesitate to&amp;nbsp;let us know if you can still reproduce the problem with that version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Please download the latest Visual Studio extension from&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Fdownloads" rel="nofollow" style="color: #2989c5; background-color: #ffffff; border: 0px; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;ArcGIS for Developers&lt;/A&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;or update your NuGet packages via the NuGet package manager.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Mike&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 21:40:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/app-crash-while-adding-operational-layers/m-p/586366#M7193</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2018-02-12T21:40:09Z</dc:date>
    </item>
  </channel>
</rss>

