<?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 Load Error and Layer View State Error with MMPK file in ArcGIS Maps SDK in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/load-error-and-layer-view-state-error-with-mmpk/m-p/1382725#M12530</link>
    <description>&lt;P&gt;I had recently updated to ArcGIS Pro 3.2 and was creating map to then export to an MMPK file and import into my Maps SDK application (running v200.3).&amp;nbsp;&lt;/P&gt;&lt;P&gt;My workflow in ArcGIS Pro is as follows:&lt;/P&gt;&lt;P&gt;- Create New Map&lt;BR /&gt;- Add Data -&amp;gt; Navigate to CSV file&lt;BR /&gt;- Right click on table -&amp;gt; Display XY Data -&amp;gt; OK&lt;BR /&gt;I now have some features on the map&lt;BR /&gt;- Share -&amp;gt; Mobile Map -&amp;gt; Export to Local File&lt;/P&gt;&lt;P&gt;I then import the MMPK file into my Maps SDK application using this code:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;if (!File.Exists(path)) return null;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;MobileMapPackage mmp = new MobileMapPackage(path);&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;var load = mmp.LoadAsync();&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;load.Wait();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;var mmpMap = mmp.Maps.First();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;return mmpMap;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;This then gives me the following errors:&lt;/P&gt;&lt;P&gt;ArcGIS Maps SDK: Load Error: GeodatabaseFeatureTable&lt;BR /&gt;Esri.ArcGISRuntime.ArcGISRuntimeException&lt;BR /&gt;The client version required by the geodatabase is not yet supported: The feature table contains one or more unsupported field types (esriFieldTypeDateOnly, esriFieldTypeTimeOnly, esriFieldTypeTimestampOffset, esriFieldTypeBigInteger, high precision esriFieldTypeDate, or 64-bit esriFieldTypeOID)&lt;/P&gt;&lt;P&gt;ArcGIS Maps SDK: Load Error: FeatureLayer&lt;BR /&gt;Esri.ArcGISRuntime.ArcGISRuntimeException&lt;BR /&gt;The client version required by the geodatabase is not yet supported: The feature table contains one or more unsupported field types (esriFieldTypeDateOnly, esriFieldTypeTimeOnly, esriFieldTypeTimestampOffset, esriFieldTypeBigInteger, high precision esriFieldTypeDate, or 64-bit esriFieldTypeOID)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These errors were consistent across various CSV files that I tried. This is also new to ArcGIS Pro 3.2, as I reverted to version 2.9 and did the exact same workflow and everything worked as expected in my application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not have an example MMPK file to hand as it had sensitive data and I've since reverted to Pro 2.9 - but it looks like any CSV file could cause the problem?&lt;/P&gt;&lt;P&gt;Is there a workaround or something I'm doing wrong in ArcGIS Pro 3.2?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 10:18:35 GMT</pubDate>
    <dc:creator>NeilBaines</dc:creator>
    <dc:date>2024-02-15T10:18:35Z</dc:date>
    <item>
      <title>Load Error and Layer View State Error with MMPK file in ArcGIS Maps SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/load-error-and-layer-view-state-error-with-mmpk/m-p/1382725#M12530</link>
      <description>&lt;P&gt;I had recently updated to ArcGIS Pro 3.2 and was creating map to then export to an MMPK file and import into my Maps SDK application (running v200.3).&amp;nbsp;&lt;/P&gt;&lt;P&gt;My workflow in ArcGIS Pro is as follows:&lt;/P&gt;&lt;P&gt;- Create New Map&lt;BR /&gt;- Add Data -&amp;gt; Navigate to CSV file&lt;BR /&gt;- Right click on table -&amp;gt; Display XY Data -&amp;gt; OK&lt;BR /&gt;I now have some features on the map&lt;BR /&gt;- Share -&amp;gt; Mobile Map -&amp;gt; Export to Local File&lt;/P&gt;&lt;P&gt;I then import the MMPK file into my Maps SDK application using this code:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;if (!File.Exists(path)) return null;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;MobileMapPackage mmp = new MobileMapPackage(path);&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;var load = mmp.LoadAsync();&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;load.Wait();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;var mmpMap = mmp.Maps.First();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;return mmpMap;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;This then gives me the following errors:&lt;/P&gt;&lt;P&gt;ArcGIS Maps SDK: Load Error: GeodatabaseFeatureTable&lt;BR /&gt;Esri.ArcGISRuntime.ArcGISRuntimeException&lt;BR /&gt;The client version required by the geodatabase is not yet supported: The feature table contains one or more unsupported field types (esriFieldTypeDateOnly, esriFieldTypeTimeOnly, esriFieldTypeTimestampOffset, esriFieldTypeBigInteger, high precision esriFieldTypeDate, or 64-bit esriFieldTypeOID)&lt;/P&gt;&lt;P&gt;ArcGIS Maps SDK: Load Error: FeatureLayer&lt;BR /&gt;Esri.ArcGISRuntime.ArcGISRuntimeException&lt;BR /&gt;The client version required by the geodatabase is not yet supported: The feature table contains one or more unsupported field types (esriFieldTypeDateOnly, esriFieldTypeTimeOnly, esriFieldTypeTimestampOffset, esriFieldTypeBigInteger, high precision esriFieldTypeDate, or 64-bit esriFieldTypeOID)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These errors were consistent across various CSV files that I tried. This is also new to ArcGIS Pro 3.2, as I reverted to version 2.9 and did the exact same workflow and everything worked as expected in my application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not have an example MMPK file to hand as it had sensitive data and I've since reverted to Pro 2.9 - but it looks like any CSV file could cause the problem?&lt;/P&gt;&lt;P&gt;Is there a workaround or something I'm doing wrong in ArcGIS Pro 3.2?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 10:18:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/load-error-and-layer-view-state-error-with-mmpk/m-p/1382725#M12530</guid>
      <dc:creator>NeilBaines</dc:creator>
      <dc:date>2024-02-15T10:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load Error and Layer View State Error with MMPK file in ArcGIS Maps SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/load-error-and-layer-view-state-error-with-mmpk/m-p/1384119#M12537</link>
      <description>&lt;P&gt;The specific field types the error is referring to are quite new, and we're currently working on adding support for these in the native Maps SDKs.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 21:15:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/load-error-and-layer-view-state-error-with-mmpk/m-p/1384119#M12537</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-02-19T21:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Load Error and Layer View State Error with MMPK file in ArcGIS Maps SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/load-error-and-layer-view-state-error-with-mmpk/m-p/1496712#M12818</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply and apologies for my delay.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there no current solution for this then in ArcGIS Pro 3.2+? Would you recommend I stick to ArcGIS Pro 2.9 until the support is added for Maps SDK?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 15:42:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/load-error-and-layer-view-state-error-with-mmpk/m-p/1496712#M12818</guid>
      <dc:creator>NeilBaines</dc:creator>
      <dc:date>2024-06-24T15:42:36Z</dc:date>
    </item>
  </channel>
</rss>

