<?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 crash runtime .Net 100.3 in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349078#M4075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did some additional testing and the repro steps are quite simple:&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a map with graphics in a GraphicsOverlay&lt;/LI&gt;&lt;LI&gt;Zoom in as far as you can (I've tried having the map's MaxScale at default, 1 and 10 and the results are the same)&lt;/LI&gt;&lt;LI&gt;Double click a few times or try to continue zooming in with the mouse scroll wheel. Usually the app hangs at this point, but occasionally it's necessary to double click a few more times or try to zoom out with the scrollwheel.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;App hangs, then crashes (most of the time without any exceptions that I've been able to catch, otherwise I see the exception listed above).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If I don't have a graphics overlay, I don't see the hang/crash.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Nov 2019 22:24:52 GMT</pubDate>
    <dc:creator>ChuckKnaab</dc:creator>
    <dc:date>2019-11-14T22:24:52Z</dc:date>
    <item>
      <title>Map crash runtime .Net 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349070#M4067</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;I have a map app with SDK runtime .Net 100.3 and In some ocassions map freeze the complete application or sometimes crash and close the app.&lt;/P&gt;&lt;P&gt;This happen in diferent computers and this behavior is random and the only information that i have is in the output window of visual studio as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excepción no controlada: Esri.ArcGISRuntime.ArcGISRuntimeException: DirectX failure CreateQuery code = 0x887a0005: &lt;BR /&gt;c:\daily_r\rtc\runtimecore\c_api\src\mapping\map_view\geo_view.cpp(203) : error : Exception caught in RT_GeoView_pulse&lt;BR /&gt; en Esri.ArcGISRuntime.ArcGISException.HandleCoreError(CoreError error, Boolean throwException)&lt;BR /&gt; en RuntimeCoreNet.GeneratedWrappers.Interop.CheckError(IntPtr errorHandle, Boolean throwOnFailure, GCHandle wrapperHandle)&lt;BR /&gt; en RuntimeCoreNet.GeneratedWrappers.CoreGeoView.Pulse()&lt;BR /&gt; en Esri.ArcGISRuntime.UI.Controls.GeoView.Esri.ArcGISRuntime.Internal.IDxSurfaceSource.Pulse()&lt;BR /&gt; en Esri.ArcGISRuntime.Internal.HostedSurfaceElement.CompositionTarget_Rendering(Object sender, EventArgs e)&lt;BR /&gt; en System.Windows.WeakEventManager.ListenerList`1.DeliverEvent(Object sender, EventArgs e, Type managerType)&lt;BR /&gt; en System.Windows.WeakEventManager.DeliverEvent(Object sender, EventArgs args)&lt;BR /&gt; en Esri.ArcGISRuntime.Internal.RenderingWeakEventManager.OnCompositeTargetRendering(Object sender, EventArgs e)&lt;BR /&gt; en System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)&lt;BR /&gt; en System.Windows.Media.MediaContext.AnimatedRenderMessageHandler(Object resizedCompositionTarget)&lt;BR /&gt; en System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;BR /&gt; en System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)&lt;BR /&gt; en System.Windows.Threading.DispatcherOperation.InvokeImpl()&lt;BR /&gt; en System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)&lt;BR /&gt; en MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)&lt;BR /&gt; en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt; en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt; en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;BR /&gt; en MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)&lt;BR /&gt; en System.Windows.Threading.DispatcherOperation.Invoke()&lt;BR /&gt; en System.Windows.Threading.Dispatcher.ProcessQueue()&lt;BR /&gt; en System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;BR /&gt; en MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;BR /&gt; en MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)&lt;BR /&gt; en System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;BR /&gt; en System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)&lt;BR /&gt; en System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)&lt;BR /&gt; en MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)&lt;BR /&gt; en MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp;amp; msg)&lt;BR /&gt; en System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)&lt;BR /&gt; en System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)&lt;BR /&gt; en Esri.ArcGISRuntime.Internal.HostedSurfaceElement.SurfaceBackgroundUiWorker(Object arg)&lt;BR /&gt; en System.Threading.ThreadHelper.ThreadStart_Context(Object state)&lt;BR /&gt; en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt; en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt; en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;BR /&gt; en System.Threading.ThreadHelper.ThreadStart(Object obj)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help please. what i can do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 13:44:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349070#M4067</guid>
      <dc:creator>AlexVelez</dc:creator>
      <dc:date>2018-08-16T13:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Map crash runtime .Net 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349071#M4068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex, sorry your having this problem.&amp;nbsp;If&amp;nbsp;you give us a little more information maybe we can track it down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifically, if you have a small piece of&amp;nbsp;code that reproduces the problem that would help immensely. If not, can you tell us about your app and what parts of the API its&amp;nbsp;using (MapView, SceneView, layer types, SketchEditor, Graphics, Tasks, etc.). We'd also like&amp;nbsp;to know what's happening on the machine when the crash happens (Screen lock / unlock, monitor mode switches, etc.) or is this a truly random crash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, since this is likely related to OS and graphics card, could&amp;nbsp;you run `dxdiag` from an offending machine and paste the information here. If the crash&amp;nbsp;happens on different machines are all the machines configured the same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 20:56:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349071#M4068</guid>
      <dc:creator>GregDeStigter</dc:creator>
      <dc:date>2018-08-16T20:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Map crash runtime .Net 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349072#M4069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Greg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Most of the time i use MapView with GraphicsOverlays, SketchEditor, IdentifyLayers and graphics, Route Taks and Query Feature tables&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;- When the crash happen sometimes i am switching windows or navigating througth the map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Configuration is different in the machines when it happens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-App crash is random and there is not a frequency of time between it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="418864" alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/418864_2018-08-16 at 15-59-21.png" /&gt;&lt;IMG __jive_id="418907" alt="" class="image-2 jive-image j-img-original" src="/legacyfs/online/418907_2018-08-16 at 15-59-41.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i appreciate your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in windows event viewer i could see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nombre de la aplicación con errores: MyMapApp.exe, versión: 7.3.0.0, marca de tiempo: 0x5b75d467&lt;BR /&gt;Nombre del módulo con errores: ucrtbase.dll, versión: 10.0.16299.248, marca de tiempo: 0xdcc3eab0&lt;BR /&gt;Código de excepción: 0xc0000409&lt;BR /&gt;Desplazamiento de errores: 0x0009348b&lt;BR /&gt;Identificador del proceso con errores: 0x6ec&lt;BR /&gt;Hora de inicio de la aplicación con errores: 0x01d43599c060654c&lt;BR /&gt;Ruta de acceso de la aplicación con errores: E:\MapApp.exe&lt;BR /&gt;Ruta de acceso del módulo con errores: C:\WINDOWS\System32\ucrtbase.dll&lt;BR /&gt;Identificador del informe: 13bee75c-d528-4061-baa4-6445483004eb&lt;BR /&gt;Nombre completo del paquete con errores: &lt;BR /&gt;Identificador de aplicación relativa del paquete con errores:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 21:15:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349072#M4069</guid>
      <dc:creator>AlexVelez</dc:creator>
      <dc:date>2018-08-16T21:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Map crash runtime .Net 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349073#M4070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN lang="en"&gt;I am using MobileMapPackage to load the Map.

I am receiving another error message in the output window:

&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An unhandled exception of type 'Esri.ArcGISRuntime.ArcGISRuntimeException' occurred in Esri.ArcGISRuntime.dll&lt;BR /&gt;Internal error exception. Buffer_loader_cache::map_buffer ERROR, cannot create staging resource!: &lt;BR /&gt;c:\daily_r\rtc\runtimecore\c_api\src\mapping\map_view\geo_view.cpp(203) : error : Exception caught in RT_GeoView_pulse&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Excepción no controlada: Esri.ArcGISRuntime.ArcGISRuntimeException: Internal error exception. Buffer_loader_cache::map_buffer ERROR, cannot create staging resource!: &lt;BR /&gt;c:\daily_r\rtc\runtimecore\c_api\src\mapping\map_view\geo_view.cpp(203) : error : Exception caught in RT_GeoView_pulse&lt;BR /&gt; en Esri.ArcGISRuntime.ArcGISException.HandleCoreError(CoreError error, Boolean throwException)&lt;BR /&gt; en RuntimeCoreNet.GeneratedWrappers.Interop.CheckError(IntPtr errorHandle, Boolean throwOnFailure, GCHandle wrapperHandle)&lt;BR /&gt; en RuntimeCoreNet.GeneratedWrappers.CoreGeoView.Pulse()&lt;BR /&gt; en Esri.ArcGISRuntime.UI.Controls.GeoView.Esri.ArcGISRuntime.Internal.IDxSurfaceSource.Pulse()&lt;BR /&gt; en Esri.ArcGISRuntime.Internal.HostedSurfaceElement.CompositionTarget_Rendering(Object sender, EventArgs e)&lt;BR /&gt; en System.Windows.WeakEventManager.ListenerList`1.DeliverEvent(Object sender, EventArgs e, Type managerType)&lt;BR /&gt; en System.Windows.WeakEventManager.DeliverEvent(Object sender, EventArgs args)&lt;BR /&gt; en Esri.ArcGISRuntime.Internal.RenderingWeakEventManager.OnCompositeTargetRendering(Object sender, EventArgs e)&lt;BR /&gt; en System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)&lt;BR /&gt; en System.Windows.Media.MediaContext.AnimatedRenderMessageHandler(Object resizedCompositionTarget)&lt;BR /&gt; en System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;BR /&gt; en System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)&lt;BR /&gt; en System.Windows.Threading.DispatcherOperation.InvokeImpl()&lt;BR /&gt; en System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)&lt;BR /&gt; en MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)&lt;BR /&gt; en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt; en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt; en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;BR /&gt; en MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)&lt;BR /&gt; en System.Windows.Threading.DispatcherOperation.Invoke()&lt;BR /&gt; en System.Windows.Threading.Dispatcher.ProcessQueue()&lt;BR /&gt; en System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;BR /&gt; en MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;BR /&gt; en MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)&lt;BR /&gt; en System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;BR /&gt; en System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)&lt;BR /&gt; en System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)&lt;BR /&gt; en MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)&lt;BR /&gt; en MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp;amp; msg)&lt;BR /&gt; en System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)&lt;BR /&gt; en System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)&lt;BR /&gt; en Esri.ArcGISRuntime.Internal.HostedSurfaceElement.SurfaceBackgroundUiWorker(Object arg)&lt;BR /&gt; en System.Threading.ThreadHelper.ThreadStart_Context(Object state)&lt;BR /&gt; en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt; en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt; en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;BR /&gt; en System.Threading.ThreadHelper.ThreadStart(Object obj)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:25:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349073#M4070</guid>
      <dc:creator>AlexVelez</dc:creator>
      <dc:date>2021-12-11T16:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Map crash runtime .Net 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349074#M4071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm currently working on a WPF application using the map view and we're seeing the same error. Were you able to solve this one?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's our stack trace:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;DirectX failure CreateQuery code = 0x887a0005:&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;c:\daily_r\rtc\runtimecore\c_api\src\mapping\map_view\geo_view.cpp(203) : error : Exception caught in RT_GeoView_pulse&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;at Esri.ArcGISRuntime.ArcGISException.HandleCoreError(CoreError error, Boolean throwException)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at RuntimeCoreNet.GeneratedWrappers.Interop.CheckError(IntPtr errorHandle, Boolean throwOnFailure, GCHandle wrapperHandle)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at RuntimeCoreNet.GeneratedWrappers.CoreGeoView.Pulse()&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at Esri.ArcGISRuntime.UI.Controls.GeoView.Esri.ArcGISRuntime.Internal.IDxSurfaceSource.Pulse()&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at Esri.ArcGISRuntime.Internal.HostedSurfaceElement.CompositionTarget_Rendering(Object sender, EventArgs e)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.WeakEventManager.ListenerList`1.DeliverEvent(Object sender, EventArgs e, Type managerType)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.WeakEventManager.DeliverEvent(Object sender, EventArgs args)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at Esri.ArcGISRuntime.Internal.RenderingWeakEventManager.OnCompositeTargetRendering(Object sender, EventArgs e)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Media.MediaContext.AnimatedRenderMessageHandler(Object resizedCompositionTarget)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.DispatcherOperation.InvokeImpl()&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.DispatcherOperation.Invoke()&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.ProcessQueue()&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp;amp; msg)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at Esri.ArcGISRuntime.Internal.HostedSurfaceElement.SurfaceBackgroundUiWorker(Object arg)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ThreadHelper.ThreadStart_Context(Object state)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp; at System.Threading.ThreadHelper.ThreadStart(Object obj)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 15:49:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349074#M4071</guid>
      <dc:creator>AlexGonzalez2</dc:creator>
      <dc:date>2018-11-07T15:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Map crash runtime .Net 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349075#M4072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I work with Alex Gonzalez (commented above) I have updated our solution to Runtime 100.4.0 and we still have the same issue. I am able to reproduce the issue by opening and closing the map multiple times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DirectX failure CreateQuery code = 0x887a0005: &lt;BR /&gt;c:\daily_r\rtc\runtimecore\c_api\src\mapping\map_view\geo_view.cpp(205) : error : Exception caught in RT_GeoView_pulse&lt;BR /&gt;at Esri.ArcGISRuntime.ArcGISException.HandleCoreError(CoreError error, Boolean throwException)&lt;BR /&gt; at RuntimeCoreNet.GeneratedWrappers.Interop.CheckError(IntPtr errorHandle, Boolean throwOnFailure, GCHandle wrapperHandle)&lt;BR /&gt; at RuntimeCoreNet.GeneratedWrappers.CoreGeoView.Pulse()&lt;BR /&gt; at Esri.ArcGISRuntime.UI.Controls.GeoView.Esri.ArcGISRuntime.Internal.IDxSurfaceSource.Pulse()&lt;BR /&gt; at Esri.ArcGISRuntime.Internal.HostedSurfaceElement.CompositionTarget_Rendering(Object sender, EventArgs e)&lt;BR /&gt; at System.Windows.WeakEventManager.ListenerList`1.DeliverEvent(Object sender, EventArgs e, Type managerType)&lt;BR /&gt; at System.Windows.WeakEventManager.DeliverEvent(Object sender, EventArgs args)&lt;BR /&gt; at Esri.ArcGISRuntime.Internal.RenderingWeakEventManager.OnCompositeTargetRendering(Object sender, EventArgs e)&lt;BR /&gt; at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)&lt;BR /&gt; at System.Windows.Media.MediaContext.AnimatedRenderMessageHandler(Object resizedCompositionTarget)&lt;BR /&gt; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;BR /&gt; at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)&lt;BR /&gt; at System.Windows.Threading.DispatcherOperation.InvokeImpl()&lt;BR /&gt; at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)&lt;BR /&gt; at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)&lt;BR /&gt; at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;BR /&gt; at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)&lt;BR /&gt; at System.Windows.Threading.DispatcherOperation.Invoke()&lt;BR /&gt; at System.Windows.Threading.Dispatcher.ProcessQueue()&lt;BR /&gt; at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;BR /&gt; at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;BR /&gt; at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)&lt;BR /&gt; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;BR /&gt; at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)&lt;BR /&gt; at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)&lt;BR /&gt; at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)&lt;BR /&gt; at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp;amp; msg)&lt;BR /&gt; at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)&lt;BR /&gt; at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)&lt;BR /&gt; at Esri.ArcGISRuntime.Internal.HostedSurfaceElement.SurfaceBackgroundUiWorker(Object arg)&lt;BR /&gt; at System.Threading.ThreadHelper.ThreadStart_Context(Object state)&lt;BR /&gt; at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2018 21:36:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349075#M4072</guid>
      <dc:creator>BradyHoukom</dc:creator>
      <dc:date>2018-12-05T21:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Map crash runtime .Net 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349076#M4073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The specific error code indicates your Graphics Driver crashed. Make sure your drivers are up-to-date (potentially by going straight tot he chipset manufacturers website and get their latest driver).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2018 00:35:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349076#M4073</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-12-06T00:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Map crash runtime .Net 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349077#M4074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm on 100.6 and am seeing the same exception and crash that was originally reported.&amp;nbsp; I've verified my graphics driver and it is up to the latest version.&amp;nbsp; Are there any other solutions?&amp;nbsp; I'm seeing it crash when I do a combination of double/single clicks on graphics that are in GraphicsOverlay layers.&amp;nbsp; I'm still trying to narrow down exact click-by-click repro steps because it seems somewhat random, but in general, I switch between double clicking one graphic, then another, then single click somewhere in the visible area.&amp;nbsp; When the issue appears, my app will either hang and I get the exception shown below or the app just disappears without exceptions.&amp;nbsp; I don't have anything listening to the MapView.GeoViewTapped or MapView.GeoViewDoubleTapped events at the time when it's crashing.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Full exception text:&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Esri&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ArcGISRuntime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ArcGISRuntimeException
  HResult&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0x80131500&lt;/SPAN&gt;
  Message&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;DirectX failure CreateQuery code &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x887a0005&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; 
c&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;\daily_r\rtc\runtimecore\c_api\src\mapping\map_view\geo_view&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;cpp&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1296&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; error &lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; Exception caught &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; RT_GeoView_pulse
  Source&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;Esri&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ArcGISRuntime
  StackTrace&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
   at Esri&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ArcGISRuntime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ArcGISException&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;HandleCoreError&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;CoreError error&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Boolean throwException&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at RuntimeCoreNet&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GeneratedWrappers&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Interop&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;CheckError&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;IntPtr errorHandle&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Boolean throwOnFailure&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; GCHandle wrapperHandle&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at RuntimeCoreNet&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GeneratedWrappers&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CoreGeoView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Pulse&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at Esri&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ArcGISRuntime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;UI&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Controls&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GeoView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Esri&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ArcGISRuntime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Internal&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;IDxSurfaceSource&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Pulse&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at Esri&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ArcGISRuntime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Internal&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;HostedSurfaceElement&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;CompositionTarget_Rendering&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Object sender&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; EventArgs e&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at Esri&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ArcGISRuntime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Internal&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;HostedSurfaceElement&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;AttachRenderingEvent&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;b__29_0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;HostedSurfaceElement instance&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Object source&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; EventArgs args&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at Esri&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ArcGISRuntime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Internal&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;WeakEventListener`&lt;SPAN class="number token"&gt;3&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;OnEvent&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;TSource source&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; TEventArgs eventArgs&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Media&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;MediaContext&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;RenderMessageHandlerCore&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Object resizedCompositionTarget&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Media&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;MediaContext&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;AnimatedRenderMessageHandler&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Object resizedCompositionTarget&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExceptionWrapper&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;InternalRealCall&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Delegate callback&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Object args&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Int32 numArgs&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExceptionWrapper&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;TryCatchWhen&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Object source&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Delegate callback&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Object args&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Int32 numArgs&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Delegate catchHandler&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;DispatcherOperation&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;InvokeImpl&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;DispatcherOperation&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;InvokeInSecurityContext&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Object state&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at MS&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Internal&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CulturePreservingExecutionContext&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;CallbackWrapper&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Object obj&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExecutionContext&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;RunInternal&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;ExecutionContext executionContext&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; ContextCallback callback&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Object state&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Boolean preserveSyncCtx&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExecutionContext&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Run&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;ExecutionContext executionContext&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; ContextCallback callback&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Object state&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Boolean preserveSyncCtx&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExecutionContext&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Run&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;ExecutionContext executionContext&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; ContextCallback callback&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Object state&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at MS&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Internal&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CulturePreservingExecutionContext&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Run&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;CulturePreservingExecutionContext executionContext&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; ContextCallback callback&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Object state&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;DispatcherOperation&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Invoke&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Dispatcher&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;ProcessQueue&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Dispatcher&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;WndProcHook&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;IntPtr hwnd&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Int32 msg&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; IntPtr wParam&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; IntPtr lParam&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Boolean&lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt; handled&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at MS&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Win32&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;HwndWrapper&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;WndProc&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;IntPtr hwnd&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Int32 msg&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; IntPtr wParam&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; IntPtr lParam&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Boolean&lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt; handled&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at MS&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Win32&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;HwndSubclass&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;DispatcherCallbackOperation&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Object o&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExceptionWrapper&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;InternalRealCall&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Delegate callback&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Object args&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Int32 numArgs&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExceptionWrapper&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;TryCatchWhen&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Object source&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Delegate callback&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Object args&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Int32 numArgs&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Delegate catchHandler&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Dispatcher&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;LegacyInvokeImpl&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;DispatcherPriority priority&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; TimeSpan timeout&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Delegate method&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Object args&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Int32 numArgs&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at MS&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Win32&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;HwndSubclass&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;SubclassWndProc&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;IntPtr hwnd&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Int32 msg&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; IntPtr wParam&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; IntPtr lParam&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at MS&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Win32&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;UnsafeNativeMethods&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;DispatchMessage&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;MSG&lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt; msg&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Dispatcher&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;PushFrameImpl&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;DispatcherFrame frame&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Dispatcher&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;PushFrame&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;DispatcherFrame frame&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at Esri&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ArcGISRuntime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Internal&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;HostedSurfaceElement&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;SurfaceBackgroundUiWorker&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Object arg&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ThreadHelper&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;ThreadStart_Context&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Object state&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExecutionContext&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;RunInternal&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;ExecutionContext executionContext&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; ContextCallback callback&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Object state&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Boolean preserveSyncCtx&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExecutionContext&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Run&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;ExecutionContext executionContext&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; ContextCallback callback&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Object state&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Boolean preserveSyncCtx&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExecutionContext&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Run&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;ExecutionContext executionContext&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; ContextCallback callback&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Object state&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
   at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ThreadHelper&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;ThreadStart&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Object obj&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;CK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:25:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349077#M4074</guid>
      <dc:creator>ChuckKnaab</dc:creator>
      <dc:date>2021-12-11T16:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Map crash runtime .Net 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349078#M4075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did some additional testing and the repro steps are quite simple:&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a map with graphics in a GraphicsOverlay&lt;/LI&gt;&lt;LI&gt;Zoom in as far as you can (I've tried having the map's MaxScale at default, 1 and 10 and the results are the same)&lt;/LI&gt;&lt;LI&gt;Double click a few times or try to continue zooming in with the mouse scroll wheel. Usually the app hangs at this point, but occasionally it's necessary to double click a few more times or try to zoom out with the scrollwheel.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;App hangs, then crashes (most of the time without any exceptions that I've been able to catch, otherwise I see the exception listed above).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If I don't have a graphics overlay, I don't see the hang/crash.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2019 22:24:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349078#M4075</guid>
      <dc:creator>ChuckKnaab</dc:creator>
      <dc:date>2019-11-14T22:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Map crash runtime .Net 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349079#M4076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have exactly the same problem in our application since switching to runtime 100 (we are using now the runtime 100.6). Are you planning to do something to avoid the crash of the application?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Esri.ArcGISRuntime.ArcGISRuntimeException&lt;BR /&gt;&amp;nbsp; HResult=0x80131500&lt;BR /&gt;&amp;nbsp; Message=Internal error exception. error creating vertex buffer!: &lt;BR /&gt;c:\daily_r\rtc\runtimecore\c_api\src\mapping\map_view\geo_view.cpp(1296) : error : Exception caught in RT_GeoView_pulse&lt;BR /&gt;&amp;nbsp; Source=Esri.ArcGISRuntime&lt;BR /&gt;&amp;nbsp; Arborescence des appels de procédure&amp;nbsp;:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à Esri.ArcGISRuntime.ArcGISException.HandleCoreError(CoreError error, Boolean throwException)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à RuntimeCoreNet.GeneratedWrappers.Interop.CheckError(IntPtr errorHandle, Boolean throwOnFailure, GCHandle wrapperHandle)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à RuntimeCoreNet.GeneratedWrappers.CoreGeoView.Pulse()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à Esri.ArcGISRuntime.UI.Controls.GeoView.Esri.ArcGISRuntime.Internal.IDxSurfaceSource.Pulse()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à Esri.ArcGISRuntime.Internal.HostedSurfaceElement.CompositionTarget_Rendering(Object sender, EventArgs e)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à Esri.ArcGISRuntime.Internal.HostedSurfaceElement.&amp;lt;AttachRenderingEvent&amp;gt;b__29_0(HostedSurfaceElement instance, Object source, EventArgs args)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à Esri.ArcGISRuntime.Internal.WeakEventListener`3.OnEvent(TSource source, TEventArgs eventArgs)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Windows.Media.MediaContext.AnimatedRenderMessageHandler(Object resizedCompositionTarget)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Windows.Threading.DispatcherOperation.InvokeImpl()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Windows.Threading.DispatcherOperation.Invoke()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Windows.Threading.Dispatcher.ProcessQueue()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&amp;amp; handled)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG&amp;amp; msg)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à Esri.ArcGISRuntime.Internal.HostedSurfaceElement.SurfaceBackgroundUiWorker(Object arg)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Threading.ThreadHelper.ThreadStart_Context(Object state)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; à System.Threading.ThreadHelper.ThreadStart(Object obj)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2019 09:34:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349079#M4076</guid>
      <dc:creator>Jean-ChristopheBertolini</dc:creator>
      <dc:date>2019-12-02T09:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Map crash runtime .Net 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349080#M4077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We ended up finding out that our application was running out of memory (32bit) hitting its 2GB limit and then when the runtime tried to execute an operation at the peak of memory usage it would fail with the message above. However, our message seems to be slightly different than yours but it is worth looking into.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2019 14:56:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349080#M4077</guid>
      <dc:creator>BradyHoukom</dc:creator>
      <dc:date>2019-12-02T14:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Map crash runtime .Net 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349081#M4078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;We ended up finding out that our application was running out of memory (32bit) hitting its 2GB limit and then when the runtime tried to execute an operation at the peak of memory usage it would fail with the message above instead of the appropriate memory exception as you would expect. Hopefully this will help!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2019 14:58:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349081#M4078</guid>
      <dc:creator>BradyHoukom</dc:creator>
      <dc:date>2019-12-02T14:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Map crash runtime .Net 100.3</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349082#M4079</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;Exceptions that end with a call stack including the line below typically indicate an out of memory error. To get a more detailed call stack you can follow the&amp;nbsp;instructions in &lt;SPAN style="background-color: #ffffff;"&gt;this blog post:&amp;nbsp;&lt;A href="https://community.esri.com/community/developers/native-app-developers/arcgis-runtime-sdk-for-net/blog/2019/10/08/announcing-availability-of-arcgis-runtime-sdk-for-net-symbol-files-for-debugging" target="_blank"&gt;https://community.esri.com/community/developers/native-app-developers/arcgis-runtime-sdk-for-net/blog/2019/10/08/announcing-availability-of-arcgis-runtime-sdk-for-net-symbol-files-for-debugging&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;c:\daily_r\rtc\runtimecore\c_api\src\mapping\map_view\geo_view.cpp(1296) : error : Exception caught in RT_GeoView_pulse
 Source=Esri.ArcGISRuntime&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&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>Sat, 11 Dec 2021 16:25:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-crash-runtime-net-100-3/m-p/349082#M4079</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2021-12-11T16:25:57Z</dc:date>
    </item>
  </channel>
</rss>

