<?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: Map crashes when loaded with message &amp;quot;has exited with code -529697949 (0xe06d7363) 'Microsoft C   Exception'.&amp;quot;  (Repro sample included) in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/map-crashes-when-loaded-with-message-quot-has/m-p/688688#M8701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/19216"&gt;Mark Collins&lt;/A&gt;‌ I ran your reproducer app (thanks for the detailed sample) and was able to reproduce the crash in 100.2.x. We encountered similar problems previously and added a fix to the next version of the Runtime API &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;(v100.3). Running your reproducer &lt;/SPAN&gt;referencing the pre-released 100.3 Runtime confirmed that the issue is fixed. The v100.3 release is in the certification stage so it should be out very soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you found, there's really no great workaround for this problem. The workaround you mentioned is what I would have suggested but you may have to add some delays to make sure the map is unloaded / reloaded before switching tabs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2018 18:16:37 GMT</pubDate>
    <dc:creator>GregDeStigter</dc:creator>
    <dc:date>2018-05-30T18:16:37Z</dc:date>
    <item>
      <title>Map crashes when loaded with message "has exited with code -529697949 (0xe06d7363) 'Microsoft C   Exception'."  (Repro sample included)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-crashes-when-loaded-with-message-quot-has/m-p/688687#M8700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In our application we are experiencing crashes, freezes, and failure to load the basemaps when the map control is loaded/unloaded multiple times during the maps lifecycle.&amp;nbsp; (Loading/unloading of a control may happen normally in WPF for many reasons, the most common is probably if the control is inside a TabControl. )&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only error message we are receiving is "The program '[24076] MyApp.exe' has exited with code -529697949 (0xe06d7363) 'Microsoft C++ Exception'." in the output window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a sample application that demonstrations the issue. The sample has two methods to reproduce the issue:&lt;/P&gt;&lt;P&gt;1) Automatic -&amp;nbsp; It will automate the switching of tabs/adding &amp;amp; removing graphics. This has consistently reproduced the issue on 3 separate dev enviroments (win 10 x64). It takes approx 20 seconds to execute.&lt;/P&gt;&lt;P&gt;2) Manual - This will reproduce the issue on 2 out 3 of our dev enviroments (all win 10 x64). Steps included in the sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sample also includes a flag called&amp;nbsp;m_EnableMitigation which will activate code that helps mitigate the issue by removing and re-adding graphics layers to the map when it is loaded. We've called this a mitigation rather than a work around because it does not work 100% of the time. Its still possible to cause the issue if the control is loaded/unload very quickly by manually switching tabs or programmatically.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think our issue may possibly be related to this post as well:&amp;nbsp;&lt;A _jive_internal="true" class="link-titled" href="https://community.esri.com/thread/207755-application-crash-frequent-win32-exceptions-in-1002?commentID=763969#comment" title="https://community.esri.com/message/763969-re-application-crash-frequent-win32-exceptions-in-1002?commentID=763969#comment-763969?q=Map%20crashes%20when%20loaded"&gt;https://community.esri.com/message/763969-re-application-crash-frequent-win32-exceptions-in-1002?commentID=763969#commen…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if there is anyway to fix this issue. We will not be able to ship our application with this bug the way it is.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 23:35:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-crashes-when-loaded-with-message-quot-has/m-p/688687#M8700</guid>
      <dc:creator>MarkCollins</dc:creator>
      <dc:date>2018-05-29T23:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Map crashes when loaded with message "has exited with code -529697949 (0xe06d7363) 'Microsoft C   Exception'."  (Repro sample included)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-crashes-when-loaded-with-message-quot-has/m-p/688688#M8701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/19216"&gt;Mark Collins&lt;/A&gt;‌ I ran your reproducer app (thanks for the detailed sample) and was able to reproduce the crash in 100.2.x. We encountered similar problems previously and added a fix to the next version of the Runtime API &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;(v100.3). Running your reproducer &lt;/SPAN&gt;referencing the pre-released 100.3 Runtime confirmed that the issue is fixed. The v100.3 release is in the certification stage so it should be out very soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you found, there's really no great workaround for this problem. The workaround you mentioned is what I would have suggested but you may have to add some delays to make sure the map is unloaded / reloaded before switching tabs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 18:16:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-crashes-when-loaded-with-message-quot-has/m-p/688688#M8701</guid>
      <dc:creator>GregDeStigter</dc:creator>
      <dc:date>2018-05-30T18:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Map crashes when loaded with message "has exited with code -529697949 (0xe06d7363) 'Microsoft C   Exception'."  (Repro sample included)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-crashes-when-loaded-with-message-quot-has/m-p/688689#M8702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for trying the sample and verifying this is fixed in the up coming version.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 17:51:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-crashes-when-loaded-with-message-quot-has/m-p/688689#M8702</guid>
      <dc:creator>MarkCollins</dc:creator>
      <dc:date>2018-05-31T17:51:24Z</dc:date>
    </item>
  </channel>
</rss>

