<?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 crashes randomly with Esri.ArcGISRuntime.ArcGISRuntimeException in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/app-crashes-randomly-with-esri-arcgisruntime/m-p/1183253#M11084</link>
    <description>&lt;P&gt;This is an issue with rendering the data, and unfortunately problematic to catch, as it is happening in the rendering thread.&amp;nbsp;Which version are you using? If not using the latest, do you still see the issue? (A lot of these kind of issues have been fixed)&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jun 2022 18:19:29 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2022-06-15T18:19:29Z</dc:date>
    <item>
      <title>App crashes randomly with Esri.ArcGISRuntime.ArcGISRuntimeException</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/app-crashes-randomly-with-esri-arcgisruntime/m-p/1183024#M11080</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have embedded a WPF user control containing a MapView control into a .NET Framework 4.8 32 bit desktop application. This MapView points to two map services (one with the basemap and another with the features distributed in different layers) running on an ArcGIS Desktop 10 (10.0.5.4400). We are using version&amp;nbsp;&lt;/P&gt;&lt;P&gt;The map works ok, but we are experiencing random issues that are causing our app to crash. I was wondering if there is a way I could trap this kind of error, so at least it doesn't make my app crash?&lt;/P&gt;&lt;P&gt;On Windows application event log we find the following:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Exception information: Esri.ArcGISRuntime.ArcGISRuntimeException&lt;BR /&gt;at Esri.ArcGISRuntime.ArcGISException.HandleCoreError(RuntimeCoreNet.GeneratedWrappers.CoreError, Boolean)&lt;BR /&gt;at RuntimeCoreNet.GeneratedWrappers.Interop.CheckError(IntPtr, Boolean, System.Runtime.InteropServices.GCHandle)&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(System.Object, System.EventArgs)&lt;BR /&gt;at Esri.ArcGISRuntime.Internal.HostedSurfaceElement+&amp;lt;&amp;gt;c.&amp;lt;AttachRenderingEvent&amp;gt;b__29_0(Esri.ArcGISRuntime.Internal.HostedSurfaceElement, System.Object, System.EventArgs)&lt;BR /&gt;at Esri.ArcGISRuntime.Internal.WeakEventListener`4[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].OnEvent(System.__Canon, System.__Canon)&lt;BR /&gt;at System.Windows.Media.MediaContext.RenderMessageHandlerCore(System.Object)&lt;BR /&gt;at System.Windows.Media.MediaContext.AnimatedRenderMessageHandler(System.Object)&lt;BR /&gt;at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)&lt;BR /&gt;at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)&lt;BR /&gt;at System.Windows.Threading.DispatcherOperation.InvokeImpl()&lt;BR /&gt;at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object)&lt;BR /&gt;at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(System.Object)&lt;BR /&gt;at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)&lt;BR /&gt;at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)&lt;BR /&gt;at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)&lt;BR /&gt;at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)&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, Int32, IntPtr, IntPtr, Boolean ByRef)&lt;BR /&gt;at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)&lt;BR /&gt;at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)&lt;BR /&gt;at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)&lt;BR /&gt;at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)&lt;BR /&gt;at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)&lt;BR /&gt;at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)&lt;BR /&gt;at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)&lt;BR /&gt;at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)&lt;BR /&gt;at System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame)&lt;BR /&gt;at Esri.ArcGISRuntime.Internal.HostedSurfaceElement.SurfaceBackgroundUiWorker(System.Object)&lt;BR /&gt;at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)&lt;BR /&gt;at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)&lt;BR /&gt;at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)&lt;BR /&gt;at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)&lt;BR /&gt;at System.Threading.ThreadHelper.ThreadStart(System.Object)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;We have analyzed a memory some memory dumps, and we have the same in all of them:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;*******************************************************************************&lt;BR /&gt;* *&lt;BR /&gt;* Exception Analysis *&lt;BR /&gt;* *&lt;BR /&gt;*******************************************************************************&lt;/P&gt;&lt;P&gt;DEBUG_FLR_EXCEPTION_CODE(80131500) and the ".exr -1" ExceptionCode(e0434352) don't match&lt;BR /&gt;!ip2md 8bafe98&lt;/P&gt;&lt;P&gt;MethodDesc: 1cad1e48&lt;BR /&gt;Method Name: Esri.ArcGISRuntime.Internal.HostedSurfaceElement.CompositionTarget_Rendering(System.Object, System.EventArgs)&lt;BR /&gt;Class: 1b1fe00c&lt;BR /&gt;MethodTable: 1cad1edc&lt;BR /&gt;mdToken: 06000290&lt;BR /&gt;Module: 0fb5271c&lt;BR /&gt;IsJitted: yes&lt;BR /&gt;CodeAddr: 08bafda8&lt;BR /&gt;Transparency: Critical&lt;BR /&gt;!ip2md 8bafbaa&lt;/P&gt;&lt;P&gt;MethodDesc: 1cad896c&lt;BR /&gt;Method Name: Esri.ArcGISRuntime.Internal.HostedSurfaceElement+&amp;lt;&amp;gt;c.&amp;lt;AttachRenderingEvent&amp;gt;b__29_0(Esri.ArcGISRuntime.Internal.HostedSurfaceElement, System.Object, System.EventArgs)&lt;BR /&gt;Class: 0824d1e8&lt;BR /&gt;MethodTable: 1cad8984&lt;BR /&gt;mdToken: 06000337&lt;BR /&gt;Module: 0fb5271c&lt;BR /&gt;IsJitted: yes&lt;BR /&gt;CodeAddr: 08bafb98&lt;BR /&gt;Transparency: Critical&lt;/P&gt;&lt;P&gt;KEY_VALUES_STRING: 1&lt;/P&gt;&lt;P&gt;Key : Analysis.CPU.Sec&lt;BR /&gt;Value: 3716&lt;/P&gt;&lt;P&gt;Key : Analysis.DebugAnalysisProvider.CPP&lt;BR /&gt;Value: Create: 8007007e on VIRTNOVA002&lt;/P&gt;&lt;P&gt;Key : Analysis.DebugData&lt;BR /&gt;Value: CreateObject&lt;/P&gt;&lt;P&gt;Key : Analysis.DebugModel&lt;BR /&gt;Value: CreateObject&lt;/P&gt;&lt;P&gt;Key : Analysis.Elapsed.Sec&lt;BR /&gt;Value: 4284&lt;/P&gt;&lt;P&gt;Key : Analysis.Memory.CommitPeak.Mb&lt;BR /&gt;Value: 393&lt;/P&gt;&lt;P&gt;Key : Analysis.System&lt;BR /&gt;Value: CreateObject&lt;/P&gt;&lt;P&gt;Key : CLR.Engine&lt;BR /&gt;Value: CLR&lt;/P&gt;&lt;P&gt;Key : CLR.Esri.ArcGISRuntime.ArcGISRuntimeException._message&lt;BR /&gt;Value: Unknown error: Out of memory. bad allocation&lt;/P&gt;&lt;P&gt;Key : CLR.Version&lt;BR /&gt;Value: 4.0.30319.0&lt;/P&gt;&lt;P&gt;Key : Timeline.Process.Start.DeltaSec&lt;BR /&gt;Value: 1095&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NTGLOBALFLAG: 0&lt;/P&gt;&lt;P&gt;PROCESS_BAM_CURRENT_THROTTLED: 0&lt;/P&gt;&lt;P&gt;PROCESS_BAM_PREVIOUS_THROTTLED: 0&lt;/P&gt;&lt;P&gt;APPLICATION_VERIFIER_FLAGS: 0&lt;/P&gt;&lt;P&gt;CONTEXT: (.ecxr)&lt;BR /&gt;.ecxr&lt;BR /&gt;eax=08d4e8a8 ebx=00000005 ecx=00000005 edx=00000000 esi=08d4e968 edi=00000001&lt;BR /&gt;eip=768fb982 esp=08d4e8a8 ebp=08d4e900 iopl=0 nv up ei pl nz ac po nc&lt;BR /&gt;cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000212&lt;BR /&gt;KERNELBASE!RaiseException+0x62:&lt;BR /&gt;768fb982 8b4c2454 mov ecx,dword ptr [esp+54h] ss:002b:08d4e8fc=a0e62415&lt;BR /&gt;.cxr&lt;BR /&gt;Resetting default scope&lt;/P&gt;&lt;P&gt;EXCEPTION_RECORD: (.exr -1)&lt;BR /&gt;.exr -1&lt;BR /&gt;ExceptionAddress: 768fb982 (KERNELBASE!RaiseException+0x00000062)&lt;BR /&gt;ExceptionCode: e0434352 (CLR exception)&lt;BR /&gt;ExceptionFlags: 00000001&lt;BR /&gt;NumberParameters: 5&lt;BR /&gt;Parameter[0]: 80131500&lt;BR /&gt;Parameter[1]: 00000000&lt;BR /&gt;Parameter[2]: 00000000&lt;BR /&gt;Parameter[3]: 00000000&lt;BR /&gt;Parameter[4]: 73a30000&lt;/P&gt;&lt;P&gt;PROCESS_NAME: NVO_Manager.exe&lt;/P&gt;&lt;P&gt;EXCEPTION_CODE_STR: 80131500&lt;/P&gt;&lt;P&gt;MISSING_CLR_SYMBOL: 0&lt;/P&gt;&lt;P&gt;FAULTING_THREAD: ffffffff&lt;/P&gt;&lt;P&gt;STACK_TEXT:&lt;BR /&gt;08d4eab8 1961d5f6 Esri_ArcGISRuntime!Esri.ArcGISRuntime.ArcGISException.HandleCoreError+0x26&lt;BR /&gt;08d4eac4 102939d3 Esri_ArcGISRuntime!RuntimeCoreNet.GeneratedWrappers.Interop.CheckError+0x4b&lt;BR /&gt;08d4ead8 1b1aff85 Esri_ArcGISRuntime!RuntimeCoreNet.GeneratedWrappers.CoreGeoView.Pulse+0x35&lt;BR /&gt;08d4eae8 08baffd8 Esri_ArcGISRuntime_WPF!Esri.ArcGISRuntime.UI.Controls.GeoView.Esri.ArcGISRuntime.Internal.IDxSurfaceSource.Pulse+0x38&lt;BR /&gt;08d4eaf4 08bafe98 Esri_ArcGISRuntime_WPF!Esri.ArcGISRuntime.Internal.HostedSurfaceElement.CompositionTarget_Rendering+0xf0&lt;BR /&gt;08d4eb24 08bafbaa Esri_ArcGISRuntime_WPF!Esri.ArcGISRuntime.Internal.HostedSurfaceElement+__c._AttachRenderingEvent_b__29_0+0x12&lt;BR /&gt;08d4eb30 08bafb72 Esri_ArcGISRuntime!Esri.ArcGISRuntime.Internal.WeakEventListener_4[[System.__Canon,_mscorlib],[System.__Canon,_mscorlib],[System.__Canon,_mscorlib],[System.__Canon,_mscorlib]].OnEvent+0x6a&lt;BR /&gt;08d4eb48 6a1bf9f5 PresentationCore_ni!System.Windows.Media.MediaContext.RenderMessageHandlerCore+0x125&lt;BR /&gt;08d4eb84 6a1c6861 PresentationCore_ni!System.Windows.Media.MediaContext.AnimatedRenderMessageHandler+0x71&lt;BR /&gt;08d4eb9c 6acbee42 WindowsBase_ni!System.Windows.Threading.ExceptionWrapper.InternalRealCall+0x52&lt;BR /&gt;08d4ebbc 6acbed85 WindowsBase_ni!System.Windows.Threading.ExceptionWrapper.TryCatchWhen+0x35&lt;BR /&gt;08d4ec00 6acc10cd WindowsBase_ni!System.Windows.Threading.DispatcherOperation.InvokeImpl+0xdd&lt;BR /&gt;08d4ec38 6acbf56f WindowsBase_ni!System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext+0x3f&lt;BR /&gt;08d4ec40 6acd0592 WindowsBase_ni!MS.Internal.CulturePreservingExecutionContext.CallbackWrapper+0x42&lt;BR /&gt;08d4ec54 7298f474 mscorlib_ni!System.Threading.ExecutionContext.RunInternal+0xc4&lt;BR /&gt;08d4ecc0 7298f3a7 mscorlib_ni!System.Threading.ExecutionContext.Run+0x17&lt;BR /&gt;08d4ecd4 7298f364 mscorlib_ni!System.Threading.ExecutionContext.Run+0x44&lt;BR /&gt;08d4ecec 6acc0f3a WindowsBase_ni!MS.Internal.CulturePreservingExecutionContext.Run+0x9a&lt;BR /&gt;08d4ed1c 6acc0d80 WindowsBase_ni!System.Windows.Threading.DispatcherOperation.Invoke+0x50&lt;BR /&gt;08d4ed50 6acbd346 WindowsBase_ni!System.Windows.Threading.Dispatcher.ProcessQueue+0x176&lt;BR /&gt;08d4ed90 6acbc57c WindowsBase_ni!System.Windows.Threading.Dispatcher.WndProcHook+0x5c&lt;BR /&gt;08d4eddc 6acbe661 WindowsBase_ni!MS.Win32.HwndWrapper.WndProc+0xa1&lt;BR /&gt;08d4ee18 6acbe94c WindowsBase_ni!MS.Win32.HwndSubclass.DispatcherCallbackOperation+0x6c&lt;BR /&gt;08d4ee28 6acbee42 WindowsBase_ni!System.Windows.Threading.ExceptionWrapper.InternalRealCall+0x52&lt;BR /&gt;08d4ee48 6acbed85 WindowsBase_ni!System.Windows.Threading.ExceptionWrapper.TryCatchWhen+0x35&lt;BR /&gt;08d4ee8c 6acbcf62 WindowsBase_ni!System.Windows.Threading.Dispatcher.LegacyInvokeImpl+0x142&lt;BR /&gt;08d4eee8 6acbe4b4 WindowsBase_ni!MS.Win32.HwndSubclass.SubclassWndProc+0xf4&lt;BR /&gt;00000000 00000001 WindowsBase_ni!MS.Win32.UnsafeNativeMethods.DispatchMessage+0x2&lt;BR /&gt;08d4f11c 6acbb3d7 WindowsBase_ni!System.Windows.Threading.Dispatcher.PushFrameImpl+0xbb&lt;BR /&gt;08d4f164 6acbb319 WindowsBase_ni!System.Windows.Threading.Dispatcher.PushFrame+0x4d&lt;BR /&gt;08d4f170 08baf25c Esri_ArcGISRuntime_WPF!Esri.ArcGISRuntime.Internal.HostedSurfaceElement.SurfaceBackgroundUiWorker+0x134&lt;BR /&gt;08d4f188 729b8366 mscorlib_ni!System.Threading.ThreadHelper.ThreadStart_Context+0x76&lt;BR /&gt;08d4f194 7298f474 mscorlib_ni!System.Threading.ExecutionContext.RunInternal+0xc4&lt;BR /&gt;08d4f200 7298f3a7 mscorlib_ni!System.Threading.ExecutionContext.Run+0x17&lt;BR /&gt;08d4f214 7298f364 mscorlib_ni!System.Threading.ExecutionContext.Run+0x44&lt;BR /&gt;08d4f22c 729b8252 mscorlib_ni!System.Threading.ThreadHelper.ThreadStart+0x52&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;STACK_COMMAND: !c:\symbols\SOS_x86_x86_4.8.4084.00.dll\5DDA3D947b0000\SOS_x86_x86_4.8.4084.00.dll.pe 0xe27f3c4 ; ** Pseudo Context ** ManagedPseudo ** Value: bb49278 ** ; kb&lt;/P&gt;&lt;P&gt;SYMBOL_NAME: Esri_ArcGISRuntime!Esri.ArcGISRuntime.ArcGISException.HandleCoreError+26&lt;/P&gt;&lt;P&gt;MODULE_NAME: Esri_ArcGISRuntime&lt;/P&gt;&lt;P&gt;IMAGE_NAME: Esri.ArcGISRuntime.dll&lt;/P&gt;&lt;P&gt;FAILURE_BUCKET_ID: CLR_EXCEPTION_Esri.ArcGISRuntime.ArcGISRuntimeException_80131500_Esri.ArcGISRuntime.dll!Esri.ArcGISRuntime.ArcGISException.HandleCoreError&lt;/P&gt;&lt;P&gt;OS_VERSION: 10.0.19041.1&lt;/P&gt;&lt;P&gt;BUILDLAB_STR: vb_release&lt;/P&gt;&lt;P&gt;OSPLATFORM_TYPE: x86&lt;/P&gt;&lt;P&gt;OSNAME: Windows 10&lt;/P&gt;&lt;P&gt;FAILURE_ID_HASH: {00331d04-ebef-781d-1e3c-e3fe06ba2b78}&lt;/P&gt;&lt;P&gt;Followup: MachineOwner&lt;BR /&gt;---------&lt;/P&gt;&lt;P&gt;eax=00000000 ebx=00000000 ecx=00000000 edx=00000000 esi=00000003 edi=00000003&lt;BR /&gt;eip=77522f6c esp=08d4def0 ebp=08d4e080 iopl=0 nv up ei pl nz ac pe nc&lt;BR /&gt;cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000216&lt;BR /&gt;ntdll!NtWaitForMultipleObjects+0xc:&lt;BR /&gt;77522f6c c21400 ret 14h&lt;BR /&gt;ChildEBP RetAddr Args to Child&lt;BR /&gt;08d4deec 768eb623 00000003 08d4e120 00000001 ntdll!NtWaitForMultipleObjects+0xc (FPO: [5,0,0])&lt;BR /&gt;08d4e080 768eb508 00000003 08d4e120 00000000 KERNELBASE!WaitForMultipleObjectsEx+0x103 (FPO: [SEH])&lt;BR /&gt;08d4e09c 75bd69e6 00000003 08d4e120 00000000 KERNELBASE!WaitForMultipleObjects+0x18 (FPO: [Non-Fpo])&lt;BR /&gt;08d4e148 75bd6617 00000000 00000000 08d4e23c kernel32!WerpReportFaultInternal+0x3b7 (FPO: [Non-Fpo])&lt;BR /&gt;08d4e164 75babc39 08d4e20c 7698e620 08d4e23c kernel32!WerpReportFault+0x9d (FPO: [Non-Fpo])&lt;BR /&gt;08d4e16c 7698e620 08d4e23c 00000001 a0e62eb1 kernel32!BasepReportFault+0x19 (FPO: [Non-Fpo])&lt;BR /&gt;08d4e20c 77554883 08d4e23c 77526fc2 08d4ff44 KERNELBASE!UnhandledExceptionFilter+0x290 (FPO: [Non-Fpo])&lt;BR /&gt;08d4ff44 77517a4e ffffffff 77538a47 00000000 ntdll!__RtlUserThreadStart+0x3ce34&lt;BR /&gt;08d4ff54 00000000 73bc45e0 017b45e8 00000000 ntdll!_RtlUserThreadStart+0x1b (FPO: [Non-Fpo])&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 07:07:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/app-crashes-randomly-with-esri-arcgisruntime/m-p/1183024#M11080</guid>
      <dc:creator>AdrianPlatte</dc:creator>
      <dc:date>2022-06-15T07:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: App crashes randomly with Esri.ArcGISRuntime.ArcGISRuntimeException</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/app-crashes-randomly-with-esri-arcgisruntime/m-p/1183253#M11084</link>
      <description>&lt;P&gt;This is an issue with rendering the data, and unfortunately problematic to catch, as it is happening in the rendering thread.&amp;nbsp;Which version are you using? If not using the latest, do you still see the issue? (A lot of these kind of issues have been fixed)&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 18:19:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/app-crashes-randomly-with-esri-arcgisruntime/m-p/1183253#M11084</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2022-06-15T18:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: App crashes randomly with Esri.ArcGISRuntime.ArcGISRuntimeException</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/app-crashes-randomly-with-esri-arcgisruntime/m-p/1183432#M11086</link>
      <description>&lt;P&gt;Hello, dotMorten.&lt;/P&gt;&lt;P&gt;I'm using version 100.11.2 of the SDK. Sorry for not pointing it out at first.&lt;/P&gt;&lt;P&gt;I see I could upgrade to version 100.14.2. Can I just replace the SDK DLLs on the clients, or do I need to also recompile my user control assembly?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 09:59:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/app-crashes-randomly-with-esri-arcgisruntime/m-p/1183432#M11086</guid>
      <dc:creator>AdrianPlatte</dc:creator>
      <dc:date>2022-06-17T09:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: App crashes randomly with Esri.ArcGISRuntime.ArcGISRuntimeException</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/app-crashes-randomly-with-esri-arcgisruntime/m-p/1185297#M11094</link>
      <description>&lt;P&gt;You'll need to recompile and retest.&lt;/P&gt;&lt;P&gt;I also recommend checking the memory usage while the app is running, since your app is 32-bit you could be near the memory limit (approx. 1-1.2GB). We've often found that to be the cause of issue when the call stack ends in&amp;nbsp;&lt;SPAN&gt;CoreGeoView.Pulse.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 23:13:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/app-crashes-randomly-with-esri-arcgisruntime/m-p/1185297#M11094</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2022-06-22T23:13:06Z</dc:date>
    </item>
  </channel>
</rss>

