<?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: Esri.ArcGISRuntime.ArcGISRuntimeException: Object already owned.: Already owned in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385355#M4517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A layer can only belong to one map, and a map as well as graphics overlays can only belong to one mapview at a time.&lt;/P&gt;&lt;P&gt;So if you are reusing your overlays, make sure they get disconnected from the old mapview before assigning them to a new mapview. One way to do this is when you leave a page, to unhook them from the mapview control. Ie mapView.GraphicsOverlays = null; (or clear out the binding / datacontext if you're binding). That ensures things gets unhooked immediately rather than waiting for the garbage collector to break the link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2018 17:02:01 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2018-03-28T17:02:01Z</dc:date>
    <item>
      <title>Esri.ArcGISRuntime.ArcGISRuntimeException: Object already owned.: Already owned</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385354#M4516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is on Xamarin.Android.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to a known memory leak, we have created a static MapView and static Graphic Overlays for reuse.&amp;nbsp; We received this error when loading&amp;nbsp;a&amp;nbsp;"GraphicOverlay" into the MapViews "GraphicsOverlays".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code that runs to load the layers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Snippet&lt;/P&gt;&lt;PRE style="color: gainsboro; background: #1e1e1e; font-size: 13;"&gt;&lt;SPAN style="color: #4ec9b0;"&gt;App&lt;/SPAN&gt;&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;MapView&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;GraphicsOverlays&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;Clear();&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;SPAN style="color: #4ec9b0;"&gt;App&lt;/SPAN&gt;&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;MapView&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;GraphicsOverlays&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;Add(_plannedRouteGraphics); &amp;nbsp;&lt;SPAN style="color: #4ec9b0;"&gt;App&lt;/SPAN&gt;&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;MapView&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;GraphicsOverlays&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;Add(_routeGraphicsLayer); &amp;nbsp;&lt;SPAN style="color: #4ec9b0;"&gt;App&lt;/SPAN&gt;&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;MapView&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;GraphicsOverlays&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;Add(_deviceRouteGraphicsLayer); &amp;nbsp;&lt;SPAN style="color: #4ec9b0;"&gt;App&lt;/SPAN&gt;&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;View&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;GraphicsOverlays&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;Add(_directionGraphics); &amp;nbsp;&lt;SPAN style="color: #4ec9b0;"&gt;App&lt;/SPAN&gt;&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;MapView&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;GraphicsOverlays&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;Add(_directionArrowGraphics); &amp;nbsp;&lt;SPAN style="color: #4ec9b0;"&gt;App&lt;/SPAN&gt;&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;MapView&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;GraphicsOverlays&lt;SPAN style="color: #b4b4b4;"&gt;.&lt;/SPAN&gt;Add(_stopGraphics);&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not all the time, but we from time to time get the following Exception&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="" style="color: #999999; background-color: #ffffff; font-size: 13px;"&gt;Esri.ArcGISRuntime.ArcGISRuntimeException: Object already owned.: Already owned.&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; background-color: #ffffff; font-size: 13px;"&gt;&lt;SPAN class="" style="color: gray;"&gt;Esri.ArcGISRuntime.&lt;/SPAN&gt;&lt;SPAN class="" style="color: gray;" title="Esri.ArcGISRuntime.ArcGISException"&gt;ArcGISException&lt;/SPAN&gt;&lt;SPAN class="" style="color: #263340;"&gt;&lt;SPAN class="" style="color: gray;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #009ee1;"&gt;HandleCoreError&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #263340;"&gt;()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: gray; margin-left: 10px;"&gt;&lt;SPAN class=""&gt;:0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; background-color: #ffffff; font-size: 13px;"&gt;&lt;SPAN class="" style="color: gray;"&gt;RuntimeCoreNet.GeneratedWrappers.&lt;/SPAN&gt;&lt;SPAN class="" style="color: gray;" title="RuntimeCoreNet.GeneratedWrappers.Interop"&gt;Interop&lt;/SPAN&gt;&lt;SPAN class="" style="color: #263340;"&gt;&lt;SPAN class="" style="color: gray;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #009ee1;"&gt;CheckError&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #263340;"&gt;()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: gray; margin-left: 10px;"&gt;&lt;SPAN class=""&gt;:0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; background-color: #ffffff; font-size: 13px;"&gt;&lt;SPAN class="" style="color: gray;"&gt;RuntimeCoreNet.GeneratedWrappers.&lt;/SPAN&gt;&lt;SPAN class="" style="color: gray;" title="RuntimeCoreNet.GeneratedWrappers.CoreVector"&gt;CoreVector&lt;/SPAN&gt;&lt;SPAN class="" style="color: #263340;"&gt;&lt;SPAN class="" style="color: gray;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #009ee1;"&gt;Insert&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #263340;"&gt;()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: gray; margin-left: 10px;"&gt;&lt;SPAN class=""&gt;:0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #999999; background-color: #ffffff; font-size: 13px;"&gt;at Esri.ArcGISRuntime.RuntimeCollection`1+&amp;lt;&amp;gt;c__DisplayClass17_0&lt;T&gt;.b__4 () [0x00023] in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;:0&lt;/T&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; background-color: #ffffff; font-size: 13px;"&gt;&lt;SPAN class="" style="color: gray;"&gt;Esri.ArcGISRuntime.&lt;/SPAN&gt;&lt;SPAN class="" style="color: gray;" title="Esri.ArcGISRuntime.RuntimeCollection`1&amp;lt;T&amp;gt;"&gt;RuntimeCollection`1&lt;T&gt;&lt;/T&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #263340;"&gt;&lt;SPAN class="" style="color: gray;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #009ee1;"&gt;ExecuteActionWithUndo&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #263340;"&gt;()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: gray; margin-left: 10px;"&gt;&lt;SPAN class=""&gt;:0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; background-color: #ffffff; font-size: 13px;"&gt;&lt;SPAN class="" style="color: gray;"&gt;Esri.ArcGISRuntime.&lt;/SPAN&gt;&lt;SPAN class="" style="color: gray;" title="Esri.ArcGISRuntime.RuntimeCollection`1&amp;lt;T&amp;gt;"&gt;RuntimeCollection`1&lt;T&gt;&lt;/T&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #263340;"&gt;&lt;SPAN class="" style="color: gray;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #009ee1;"&gt;InsertItem&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #263340;"&gt;()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: gray; margin-left: 10px;"&gt;&lt;SPAN class=""&gt;:0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; background-color: #ffffff; font-size: 13px;"&gt;&lt;SPAN class="" style="color: gray;"&gt;Esri.ArcGISRuntime.&lt;/SPAN&gt;&lt;SPAN class="" style="color: gray;" title="Esri.ArcGISRuntime.RuntimeObservableCollection`1&amp;lt;T&amp;gt;"&gt;RuntimeObservableCollection`1&lt;T&gt;&lt;/T&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #263340;"&gt;&lt;SPAN class="" style="color: gray;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #009ee1;"&gt;InsertItem&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #263340;"&gt;()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: gray; margin-left: 10px;"&gt;&lt;SPAN class=""&gt;:0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; background-color: #ffffff; font-size: 13px;"&gt;&lt;SPAN class="" style="color: gray;"&gt;Esri.ArcGISRuntime.&lt;/SPAN&gt;&lt;SPAN class="" style="color: gray;" title="Esri.ArcGISRuntime.RuntimeCollection`1&amp;lt;T&amp;gt;"&gt;RuntimeCollection`1&lt;T&gt;&lt;/T&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #263340;"&gt;&lt;SPAN class="" style="color: gray;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #009ee1;"&gt;Add&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #263340;"&gt;() : 0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: gray; margin-left: 10px;"&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; background-color: #ffffff; font-size: 13px;"&gt;&lt;SPAN class="" style="color: #263340;"&gt;&lt;SPAN class="" style="color: #263340;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; background-color: #ffffff; font-size: 13px;"&gt;&lt;SPAN class="" style="color: #263340;"&gt;&lt;SPAN class="" style="color: #263340;"&gt;Do we need to remove each of the layers one by one?&amp;nbsp; Does clear not remove the association?&amp;nbsp; Is it because the "GraphicOverlays" still have graphics in them?&amp;nbsp; Do we need to clear those Graphics first before adding them?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 14:59:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385354#M4516</guid>
      <dc:creator>NathanWestfall1</dc:creator>
      <dc:date>2018-03-28T14:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Esri.ArcGISRuntime.ArcGISRuntimeException: Object already owned.: Already owned</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385355#M4517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A layer can only belong to one map, and a map as well as graphics overlays can only belong to one mapview at a time.&lt;/P&gt;&lt;P&gt;So if you are reusing your overlays, make sure they get disconnected from the old mapview before assigning them to a new mapview. One way to do this is when you leave a page, to unhook them from the mapview control. Ie mapView.GraphicsOverlays = null; (or clear out the binding / datacontext if you're binding). That ensures things gets unhooked immediately rather than waiting for the garbage collector to break the link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 17:02:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385355#M4517</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-03-28T17:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Esri.ArcGISRuntime.ArcGISRuntimeException: Object already owned.: Already owned</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385356#M4518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So calling MapView.GraphicsOverlays.Clear() isn't enough?&amp;nbsp; I have to make it null, then create a new collection for the disassociation to work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 17:57:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385356#M4518</guid>
      <dc:creator>NathanWestfall1</dc:creator>
      <dc:date>2018-03-28T17:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Esri.ArcGISRuntime.ArcGISRuntimeException: Object already owned.: Already owned</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385357#M4519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another piece of information, is that both the Map and MapView are static as well as the graphic overlays so they are really if anything just rehooking to itself (to ensure properly z order).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have&amp;nbsp;&lt;/P&gt;&lt;P&gt;static MapView mapView;&lt;/P&gt;&lt;P&gt;static Map map;&lt;/P&gt;&lt;P&gt;static Dictionary&amp;lt;string, GraphicOverlay&amp;gt; overlays;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code when setting up the page on the fragment&lt;/P&gt;&lt;P&gt;//Load map&lt;/P&gt;&lt;P&gt;if(mapView?.Map?.LoadStatus != LoadStatus.Loaded)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;map = MapManager.GetMap(/* parameters to load type */);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;mapView.Map = map;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Load layers&lt;/P&gt;&lt;P&gt;mapView.GraphicOverlays.Clear();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_plannedRouteGraphics = overlays["NameOfFragment_PlannedRoute"];&lt;/P&gt;&lt;P&gt;_plannedRouteGraphics.Clear();&lt;/P&gt;&lt;P&gt;//Same code for a few other graphics&lt;/P&gt;&lt;P&gt;mapView.GraphicOverlays.Add(_plannedRouteGraphics);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 14:20:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385357#M4519</guid>
      <dc:creator>NathanWestfall1</dc:creator>
      <dc:date>2018-04-02T14:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Esri.ArcGISRuntime.ArcGISRuntimeException: Object already owned.: Already owned</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385358#M4520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it solved your issue? Still, am facing the same issue i.e.,&amp;nbsp;&lt;SPAN style="color: #242729; background-color: #eff0f1;"&gt;Object already owned&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2019 09:28:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385358#M4520</guid>
      <dc:creator>ShylendraMadda1</dc:creator>
      <dc:date>2019-06-28T09:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Esri.ArcGISRuntime.ArcGISRuntimeException: Object already owned.: Already owned</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385359#M4521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/368312"&gt;Shylendra Madda&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you see that exception message it is because you are attempting to share something that has a specific ownership hierarchy (e.g. renderers and graphics overlay)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you share your code to help us advise you on a resolution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2019 20:26:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385359#M4521</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-06-28T20:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Esri.ArcGISRuntime.ArcGISRuntimeException: Object already owned.: Already owned</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385360#M4522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the same map package to display in two different fragments. How&lt;/P&gt;&lt;P&gt;to resolve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shylendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2019 11:19:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385360#M4522</guid>
      <dc:creator>ShylendraMadda1</dc:creator>
      <dc:date>2019-07-01T11:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Esri.ArcGISRuntime.ArcGISRuntimeException: Object already owned.: Already owned</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385361#M4523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure the Map is unhooked from the MapView in the previous fragment before assigning it to a new view.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2019 23:46:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385361#M4523</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2019-07-01T23:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Esri.ArcGISRuntime.ArcGISRuntimeException: Object already owned.: Already owned</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385362#M4524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay got it thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shylendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2019 08:32:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385362#M4524</guid>
      <dc:creator>ShylendraMadda1</dc:creator>
      <dc:date>2019-07-02T08:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Esri.ArcGISRuntime.ArcGISRuntimeException: Object already owned.: Already owned</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385363#M4525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was getting this "already owned" exception with 100.7 on WPF.&lt;/P&gt;&lt;P&gt;I'm using MVVM with an observablecollection of&amp;nbsp; MapVMs where each MapVM has a Map property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This behavior seems to fix the issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;At first I tried doing this in OnDetaching, but it never gets called (shouldn't it?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/485326_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2020 20:37:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-arcgisruntimeexception-object/m-p/385363#M4525</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-03-16T20:37:56Z</dc:date>
    </item>
  </channel>
</rss>

