<?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 Issue loading .tpk in latest version (100.2) in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-tpk-in-latest-version-100-2/m-p/41536#M454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have very large tile packages (6 GB or so) that load fine in the previous version of ArcGIS Runtime (10.2.X) but for some reason they do not seem to work in the latest version.&amp;nbsp; The issue seems to be that the tile packages do not have their tile info height and width set?&amp;nbsp; The tile cache is referenced properly and does not fail when I call .LoadAsync.&amp;nbsp; The failure occurs when I create a new tilelayer based on the TileCache Any suggestions are welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2018 22:11:47 GMT</pubDate>
    <dc:creator>WesBailes</dc:creator>
    <dc:date>2018-06-19T22:11:47Z</dc:date>
    <item>
      <title>Issue loading .tpk in latest version (100.2)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-tpk-in-latest-version-100-2/m-p/41536#M454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have very large tile packages (6 GB or so) that load fine in the previous version of ArcGIS Runtime (10.2.X) but for some reason they do not seem to work in the latest version.&amp;nbsp; The issue seems to be that the tile packages do not have their tile info height and width set?&amp;nbsp; The tile cache is referenced properly and does not fail when I call .LoadAsync.&amp;nbsp; The failure occurs when I create a new tilelayer based on the TileCache Any suggestions are welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 22:11:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-tpk-in-latest-version-100-2/m-p/41536#M454</guid>
      <dc:creator>WesBailes</dc:creator>
      <dc:date>2018-06-19T22:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue loading .tpk in latest version (100.2)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-tpk-in-latest-version-100-2/m-p/41537#M455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt; they do not seem to work […] The failure occurs when I create a new tilelayer based on the TileCache&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;Could you be more specific? What behavior, error, stack trace, etc are you seeing?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 22:36:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-tpk-in-latest-version-100-2/m-p/41537#M455</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-06-19T22:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue loading .tpk in latest version (100.2)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-tpk-in-latest-version-100-2/m-p/41538#M456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The exception message is &amp;nbsp;{"Invalid argument: tile info tile height must be larger than 0."} and it occurs at the bolded line below. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim theTileCache As New TileCache(ApplicationData.Current.LocalFolder.Path &amp;amp; "\myTPK.tpk")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Await theTileCache.LoadAsync&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim _tileLayer As ArcGISTiledLayer = New ArcGISTiledLayer(theTileCache)&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim newBasemap As New Basemap(_tileLayer)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myMap.Basemap = newBasemap&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 00:25:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-tpk-in-latest-version-100-2/m-p/41538#M456</guid>
      <dc:creator>WesBailes</dc:creator>
      <dc:date>2018-06-20T00:25:12Z</dc:date>
    </item>
  </channel>
</rss>

