<?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: Obscure Runtime Exception When Panning Map (100.6) in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6553#M78</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The pulse call is when it renders the map, so most likely a graphics driver/rendering issue in the native code. Can you get the message from that exception that's thrown? Also enable "native debugging" in the project settings (debug tab), and it might give a slightly better error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also does the issue reproduce with v100.7 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Apr 2020 14:56:25 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2020-04-07T14:56:25Z</dc:date>
    <item>
      <title>Obscure Runtime Exception When Panning Map (100.6-100.8)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6552#M77</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I know companies/developers/support loves when someone posts a stacktrace without a repro app or any good details as to what's causing it, but that's what I'm about to do here.&amp;nbsp; This error is randomly getting thrown when the map is being panned in our .NET WPF application (runtime 100.6, .NET 4.6.2).&amp;nbsp; As you can see, it doesn't appear anything in the stacktrace is related to anything we're doing, but of course, the thread execution makes it a bit difficult to tell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Application: ourapp.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: Esri.ArcGISRuntime.ArcGISRuntimeException
   at Esri.ArcGISRuntime.ArcGISException.HandleCoreError(RuntimeCoreNet.GeneratedWrappers.CoreError, Boolean)
   at RuntimeCoreNet.GeneratedWrappers.Interop.CheckError(IntPtr, Boolean, System.Runtime.InteropServices.GCHandle)
   at RuntimeCoreNet.GeneratedWrappers.CoreGeoView.Pulse()
   at Esri.ArcGISRuntime.UI.Controls.GeoView.Esri.ArcGISRuntime.Internal.IDxSurfaceSource.Pulse()
   at Esri.ArcGISRuntime.Internal.HostedSurfaceElement.CompositionTarget_Rendering(System.Object, System.EventArgs)
   at Esri.ArcGISRuntime.Internal.HostedSurfaceElement.&amp;lt;AttachRenderingEvent&amp;gt;b__29_0(Esri.ArcGISRuntime.Internal.HostedSurfaceElement, System.Object, System.EventArgs)
   at Esri.ArcGISRuntime.Internal.WeakEventListener`3[[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)
   at System.Windows.Media.MediaContext.RenderMessageHandlerCore(System.Object)
   at System.Windows.Media.MediaContext.AnimatedRenderMessageHandler(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object)
   at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame)
   at Esri.ArcGISRuntime.Internal.HostedSurfaceElement.SurfaceBackgroundUiWorker(System.Object)
   at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Threading.ThreadHelper.ThreadStart(System.Object)

‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&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;Any assistance that can be provided would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:16:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6552#M77</guid>
      <dc:creator>KyleGruber</dc:creator>
      <dc:date>2021-12-10T20:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Obscure Runtime Exception When Panning Map (100.6)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6553#M78</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The pulse call is when it renders the map, so most likely a graphics driver/rendering issue in the native code. Can you get the message from that exception that's thrown? Also enable "native debugging" in the project settings (debug tab), and it might give a slightly better error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also does the issue reproduce with v100.7 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2020 14:56:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6553#M78</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-04-07T14:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Obscure Runtime Exception When Panning Map (100.6)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6554#M79</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kyle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find more info on referencing the ArcGIS Runtime symbol files (pdbs) here:&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"&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;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2020 16:45:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6554#M79</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-04-07T16:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Obscure Runtime Exception When Panning Map (100.6)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6555#M80</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/4061"&gt;Michael Branscomb&lt;/A&gt;‌ &lt;A href="https://community.esri.com/migrated-users/3050"&gt;Morten Nielsen&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the quick response, I think I may have this fixed actually.&amp;nbsp; In case anyone runs into this in the future, the&amp;nbsp;issue was how I was&amp;nbsp;changing basemaps dynamically at runtime.&amp;nbsp; I was using a hacky method that involved creating the basemap, extracting the base layer service, and adding it to OperationalLayers.&amp;nbsp; I can't recall why I was doing this in the first place, but changing to using plain Map.Basemap = Basemap.CreateSomeBasemap() seems to have fixed it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2020 16:51:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6555#M80</guid>
      <dc:creator>KyleGruber</dc:creator>
      <dc:date>2020-04-07T16:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Obscure Runtime Exception When Panning Map (100.6)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6556#M81</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/4061" target="_blank"&gt;Michael Branscomb&lt;/A&gt;‌ &lt;A href="https://community.esri.com/migrated-users/3050" target="_blank"&gt;Morten Nielsen&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;I apologize for the delayed response and different answer.&amp;nbsp; While that change seemed to clean up most issues, we were finally able to find an environment where we could consistently reproduce the crash.&amp;nbsp; The interesting thing in this environment is the lack of a stacktrace we get (just a generic access denied (0x000005) code).&amp;nbsp; Here is the raw stacktrace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;runtimecore.dll!SkBaseDevice::SkBaseDevice(struct SkImageInfo const &amp;amp;,class SkSurfaceProps const &amp;amp;)
runtimecore.dll!SkCanvas::SkCanvas(class SkBitmap const &amp;amp;,class std::unique_ptr&amp;lt;class SkRasterHandleAllocator,struct std::default_delete&amp;lt;class SkRasterHandleAllocator&amp;gt; &amp;gt;,void *)
runtimecore.dll!Esri_runtimecore::Map_renderer::Canvas_layer::Render_properties::Display_list_collection::draw_container_(class SkCanvas &amp;amp;,class Esri_runtimecore::Map_renderer::Canvas_layer::Render_properties::Display_list_collection::Container const &amp;amp;,class Esri_runtimecore::Map_renderer::Cancelable const &amp;amp;,enum Esri_runtimecore::Map_renderer::Chunk_set)
runtimecore.dll!Esri_runtimecore::Map_renderer::Canvas_layer::Render_properties::Display_list_collection::set_display_list(unsigned int,class std::shared_ptr&amp;lt;class Esri_runtimecore::Map_renderer::Display_list&amp;gt; const &amp;amp;,class Esri_runtimecore::Map_renderer::Cancelable const &amp;amp;)
runtimecore.dll!Esri_runtimecore::Map_renderer::Canvas_drawable::draw_layer_(class std::shared_ptr&amp;lt;class Esri_runtimecore::Map_renderer::Canvas_renderer::Draw_request&amp;gt; const &amp;amp;)
runtimecore.dll!&amp;lt;lambda&amp;gt;(void)()
runtimecore.dll!std::_Func_impl_no_alloc&amp;lt;&amp;lt;lambda_fbfe540b7589c2b09cbd9ad0d74b0839&amp;gt;,unsigned char&amp;gt;::_Do_call()
runtimecore.dll!pplx::details::_PPLTaskHandle&amp;lt;unsigned char,pplx::task&amp;lt;unsigned char&amp;gt;::_InitialTaskHandle&amp;lt;void,&amp;lt;lambda&amp;gt;(void),pplx::details::_TypeSelectorNoAsync&amp;gt;,pplx::details::_TaskProcHandle&amp;gt;::invoke()
runtimecore.dll!pplx::details::_TaskProcHandle::_RunChoreBridge(void *)
runtimecore.dll!Esri_runtimecore::Common::Core_scheduler::bridge_proc_(void *)
runtimecore.dll!Esri_runtimecore::Common::Windows_Threadpool_scheduler::Scheduler_param::work_callback(struct _TP_CALLBACK_INSTANCE *,void *,struct _TP_WORK *)
ntdll.dll!77da187a()
ntdll.dll![Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll]
ntdll.dll!77da0920()
kernel32.dll!77790419()
ntdll.dll!77db66dd()
ntdll.dll!77db66ad()
&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I am unable to test in 100.7 due to the gap in functionality with local locators (new style) running on 32-bit.&amp;nbsp; I have been told that this functionality is returning in 100.8.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:16:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6556#M81</guid>
      <dc:creator>KyleGruber</dc:creator>
      <dc:date>2021-12-10T20:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Obscure Runtime Exception When Panning Map (100.6)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6557#M82</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kyle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well the good news at least is that you can consistently reproduce the issue... I've enabled your access to a preview of ArcGIS Runtime SDK for .NET 100.8 Build 2760. Next time you sign into the&amp;nbsp;&lt;A class="link-titled" href="https://earlyadopter.esri.com/" title="https://earlyadopter.esri.com/"&gt;ArcGIS Runtime Preview program&lt;/A&gt;&amp;nbsp;you should see this under the available downloads. This also includes support for the new locator format when compiling for&amp;nbsp;x86/32-bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you retest?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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, 20 Apr 2020 16:36:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6557#M82</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-04-20T16:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Obscure Runtime Exception When Panning Map (100.6)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6558#M83</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Michael,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Thank you, it appears only the ESRI.ArcGISRuntime.WPF package is available in this, and I'm prevented from upgrading because ESRI.ArcGISRuntime is on 100.6/100.7.&amp;nbsp; Am I missing something?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, nevermind, I figured it out, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2020 16:48:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6558#M83</guid>
      <dc:creator>KyleGruber</dc:creator>
      <dc:date>2020-04-20T16:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Obscure Runtime Exception When Panning Map (100.6)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6559#M84</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/4061" target="_blank"&gt;Michael Branscomb&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Unfortunately I am still able to reproduce this in 100.8, and furthermore it doesn't seem Visual Studio can detect the needed symbol files for the version I have (runtimecore 100.08.0.2760).&amp;nbsp; This is the stacktrace I get now:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;runtimecore&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dll&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;5a0638a7&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
runtimecore&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dll&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;Frames below may be incorrect and&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;or missing&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; no symbols loaded &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; runtimecore&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dll&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
runtimecore&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dll&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;5a062498&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
runtimecore&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dll&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;5a0491ba&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
runtimecore&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dll&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;5a04b34a&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
runtimecore&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dll&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;5a04c6d8&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
runtimecore&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dll&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;593d2242&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
runtimecore&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dll&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;5a04c6f3&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
runtimecore&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dll&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;593d0c67&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
runtimecore&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dll&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;5a9e9f3e&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
runtimecore&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dll&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;5a9eb06d&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
ntdll&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dll&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;TppWorkpExecuteCallback&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
ntdll&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dll&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;_TppWorkerThread@&lt;SPAN class="number token"&gt;4&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
kernel32&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dll&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;@BaseThreadInitThunk@&lt;SPAN class="number token"&gt;12&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
ntdll&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dll&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;__RtlUserThreadStart&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
ntdll&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dll&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;__RtlUserThreadStart@&lt;SPAN class="number token"&gt;8&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Any ideas or will I need to update to the official 100.8 release and get another dump file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:16:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6559#M84</guid>
      <dc:creator>KyleGruber</dc:creator>
      <dc:date>2021-12-10T20:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Obscure Runtime Exception When Panning Map (100.6)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6560#M85</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kyle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for retesting. We are currently in the process of publishing the 100.8 symbols. But yes, you should remove the preview NuGet package(s) and update to the now available official 100.8 release (build 2768).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 22:45:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6560#M85</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-05-13T22:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Obscure Runtime Exception When Panning Map (100.6)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6561#M86</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/4061"&gt;Michael Branscomb&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, I went ahead and updated to the&amp;nbsp;official nuget release and confirmed the crash is still occurring.&amp;nbsp; Any idea when the 100.8 symbols are planned to be available?&amp;nbsp; I'm 90% sure this has something to do with the GraphicOverlays I'm using (as just loading the MMPK and base layer in a repro app will not allow this to reproduce), but I can't say what it is if anything I'm doing wrong with the GraphicOverlays/Graphics, and can't say with complete certainty that this is the problem (the app crash doesn't seem to be linked with panning the map to an area where there's a graphic, but I don't know if that even matters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a GraphicOverlay with static rendering that generally has 70-100 graphics on it that are getting updated on intervals between 1-30 seconds.&amp;nbsp; Is it possible this is posing an issue?&amp;nbsp; When I set the rendermode to dynamic, strange things start happening with labels (they don't move along with the graphic), but I'm about to try it to see if it makes any difference with the crashes. Edit:&amp;nbsp; Did not make a difference with the crashes and makes the experience way worse (all graphics on a GraphicsOverlay flicker when you update one, label drift as previously mentioned).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2020 17:15:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6561#M86</guid>
      <dc:creator>KyleGruber</dc:creator>
      <dc:date>2020-05-14T17:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Obscure Runtime Exception When Panning Map (100.6-100.8)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6562#M87</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kyle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I started replying to your previous comment where you mentioned adding/removing the MapView from the visual tree. But your comment disappeared before I could reply...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is starting to sound like a classic DirectX lost device issue. Version 100.8 did include a more robust framework for handling these scenarios (including removing the view from the visual tree and re-adding). But it seems you have found another case that we have not yet encountered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#. I'd like to ask if you can test a preview of 100.9 because we improved on the 100.8 fix in the last couple of weeks before the release but at that stage the change was considered too pervasive to include in 100.8.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#. Can you clarify this comment "Normally when you have an aerial basemap, unloaded tiles are shown with this dark green color."?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#.&amp;nbsp;Any repro code you're able to share yet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2020 18:24:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6562#M87</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-05-15T18:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Obscure Runtime Exception When Panning Map (100.6-100.8)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6563#M88</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/4061"&gt;Michael Branscomb&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for getting back to me.&amp;nbsp; I deleted my last post because it ended up being disproven.&amp;nbsp; I was able to get the map to a point where it was always loading the dark green tiles in the aerial basemap by resetting the basemap (creating a new instance of the current basemap), but was still able to get the app to crash.&amp;nbsp; I still can't provide repro code because no matter how much I add to the example app to make it closer to the real production app, it still doesn't behave the same way and crash.&amp;nbsp; I'm now starting to wonder if this is a dependency conflict, and the thing that sticks out to me is CEFSharp.&amp;nbsp; Possibly when CEFSharp gets loaded at runtime,&amp;nbsp;it could be loading a different or incompatible version of Skia that ArcGIS is falling back to?&amp;nbsp; This is where things start to get way out of my expertise, but I've dealt with things that had at least superficial similarity before.&amp;nbsp; Is this a possibility or am I spouting nonsense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to explicitly disable hardware acceleration in runtime?&amp;nbsp; I can see it happen when I debug the app on my remote workstation via RDP (Information: 0 : Software rendering forced by process), or will ArcGIS use the software rendering of the WPF app if it is set explicitly?&amp;nbsp; I don't want to go this route, but I'm at the point of desperation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I was describing before...&lt;/P&gt;&lt;P&gt;Before moving the map (notice dark green "placeholder" tiles on the left):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/492359_arcgisload1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After moving the map (notice grey/grid "placeholder" tiles on left):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/492360_arcgisload2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2020 18:56:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6563#M88</guid>
      <dc:creator>KyleGruber</dc:creator>
      <dc:date>2020-05-15T18:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Obscure Runtime Exception When Panning Map (100.6-100.8)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6564#M89</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kyle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Is there any way to explicitly disable hardware acceleration in runtime?&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can &lt;A href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.renderoptions.processrendermode?view=netframework-4.8" rel="nofollow noopener noreferrer" target="_blank"&gt;set at a process level&lt;/A&gt;&amp;nbsp;using the code below and ArcGIS Runtime will honor this setting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;RenderOptions&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ProcessRenderMode &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Interop&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;RenderMode&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SoftwareOnly&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still curious about the green "placeholder tiles" (ArcGIS Runtime doesn't do this) but it seems unrelated to this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:16:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6564#M89</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2021-12-10T20:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Obscure Runtime Exception When Panning Map (100.6-100.8)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6565#M90</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mike.&amp;nbsp; Tried this with no effect other than making the map slower, process still crashes.&amp;nbsp; I have even removed all code related to updating GraphicOverlays and can still get the process to crash by panning the map.&amp;nbsp; Absolutely pulling my hair out on this one, I have aligned the stars in this one application that I am somehow unable to isolate and bring into another (repro) application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4061"&gt;Michael Branscomb&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;I now have a basic repro app that I can share.&amp;nbsp; Essentially with how barebones this thing is, I'm sure it's something I'm doing wrong during the initial load of the map regarding async/await and WPF's Dispatcher behavior, but I cannot for the life of me figure out what it is.&amp;nbsp; Please let me know the best way to get it to you, I would prefer sharing the repro app privately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2020 02:54:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6565#M90</guid>
      <dc:creator>KyleGruber</dc:creator>
      <dc:date>2020-05-17T02:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Obscure Runtime Exception When Panning Map (100.6-100.8)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6566#M91</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please download repro app here:&lt;/P&gt;&lt;P&gt;https://helpdesk.alertts.com/content/Debugging/ArcGISReproApp_100_8_NativeCrash_05172020.7z&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The archive is password protected, please let me know how best to send the password to the needed person or people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reproducing the crash is not a science, and can range from easy to impossible depending on the quality of your hardware, but it is very consistent (I've gotten the repro app to crash over 20 times in roughly 2 hours of testing).&amp;nbsp; The most consistent way I have found is to move the map twice to make it stretch the extent of the window, change the basemap twice (aerial to streets to aerial) zoom in to the area with the MMPK content and vehicles (scale around 1500) and start panning the map.&amp;nbsp; If I get to the end of the content area (which being in the content area doesn't necessarily seem to matter), I zoom back out and repeat the process.&amp;nbsp; The magic number seems to be doing that 3 times, sometimes it takes less, very rarely does it take more.&amp;nbsp; The only absolutely necessary thing is to use the button at the bottom to move the map at least once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kyle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2020 17:29:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6566#M91</guid>
      <dc:creator>KyleGruber</dc:creator>
      <dc:date>2020-05-17T17:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Obscure Runtime Exception When Panning Map (100.6-100.8)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6567#M92</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kyle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's good news that you have&amp;nbsp;isolated the repro. Downloading now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please email me the password:&amp;nbsp;&lt;A href="mailto:MBranscomb@esri.com"&gt;MBranscomb@esri.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2020 19:25:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6567#M92</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-05-17T19:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Obscure Runtime Exception When Panning Map (100.6-100.8)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6568#M93</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case anyone happens to be Googling:&lt;/P&gt;&lt;P&gt;RuntimeCoreNet.GeneratedWrappers.CoreGeoView.Pulse() or&lt;/P&gt;&lt;P&gt;runtimecore.dll!SkBaseDevice::SkBaseDevice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What this turned out to be in my case is an OutOfMemoryException that didn't appear as such because it ultimately originates in the RuntimeCore code, through no fault of RuntimeCore.&amp;nbsp; After removing wasteful layers that weren't doing anything or intended to be displayed in the application from the MMPK and compiling the app to AnyCPU/Prefer 32-Bit (with the intention of removing the Prefer 32-Bit once our installer is handling all platform dependency installers), our app is no longer crashing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Huge thanks to &lt;A href="https://community.esri.com/migrated-users/4061"&gt;Michael Branscomb&lt;/A&gt;‌ for his work in helping track this down.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2020 21:46:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/obscure-runtime-exception-when-panning-map-100-6/m-p/6568#M93</guid>
      <dc:creator>KyleGruber</dc:creator>
      <dc:date>2020-05-19T21:46:32Z</dc:date>
    </item>
  </channel>
</rss>

