<?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 Mobile Map Package in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-map-package/m-p/455224#M5571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any possibility to close an MMPK file with .NET SDK? I mean, I open in my program the MMPK file in order to retrieve some data with MobileMapPackage.OpenAsync(path) method.&lt;/P&gt;&lt;P&gt;The file stays locked while the program is running because I am not able to found any method to close tha file and release it.&lt;/P&gt;&lt;P&gt;Is there any&amp;nbsp; method to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Mar 2019 11:01:14 GMT</pubDate>
    <dc:creator>DavidPeña1</dc:creator>
    <dc:date>2019-03-21T11:01:14Z</dc:date>
    <item>
      <title>Mobile Map Package</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-map-package/m-p/455224#M5571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any possibility to close an MMPK file with .NET SDK? I mean, I open in my program the MMPK file in order to retrieve some data with MobileMapPackage.OpenAsync(path) method.&lt;/P&gt;&lt;P&gt;The file stays locked while the program is running because I am not able to found any method to close tha file and release it.&lt;/P&gt;&lt;P&gt;Is there any&amp;nbsp; method to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2019 11:01:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mobile-map-package/m-p/455224#M5571</guid>
      <dc:creator>DavidPeña1</dc:creator>
      <dc:date>2019-03-21T11:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile Map Package</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-map-package/m-p/455225#M5572</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;Currently there isn't a high level way to close a Mobile Map Paclage - but we have an issue in our&amp;nbsp;backlog to&amp;nbsp;support this in a future release. I have added your request to that issue.&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>Thu, 21 Mar 2019 15:45:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mobile-map-package/m-p/455225#M5572</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-03-21T15:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile Map Package</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-map-package/m-p/455226#M5573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use a brute force approach loop through the layers, get the geodatabase and call Close on the Geodatabase objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what your issue is with locking, I have found even after calling close there still seems to be some lock on the files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2019 16:50:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mobile-map-package/m-p/455226#M5573</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2019-03-21T16:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile Map Package</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mobile-map-package/m-p/455227#M5574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Take a look at how I've released the references to the mmpk to be able to delete it in the Offline Mapbook example app:&amp;nbsp;&lt;/P&gt;&lt;PRE style="color: #24292e; background-color: #ffffff; border: 0px;"&gt;&lt;A class="" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2FEsri%2Fmapbook-wpf%2Fblob%2F4d58ce6e7bb7b6c0308cdc59ea445c6e8e931503%2FOfflineMapBook%2FOfflineMapBook%2FViewModels%2FMainViewModel.cs%23L91" rel="nofollow" style="color: #287433; border: 0px; font-weight: inherit; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;https://github.com/Esri/mapbook-wpf/blob/4d58ce6e7bb7b6c0308cdc59ea445c6e8e931503/OfflineMapBook/OfflineMapBook/ViewModels/MainViewModel.cs#L91&lt;/A&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2019 17:33:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mobile-map-package/m-p/455227#M5574</guid>
      <dc:creator>MaraStoica4</dc:creator>
      <dc:date>2019-03-21T17:33:04Z</dc:date>
    </item>
  </channel>
</rss>

