<?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 Runtime not recognizing all label classes in mmpk in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/runtime-not-recognizing-all-label-classes-in-mmpk/m-p/281589#M3307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Runtime 100.4&lt;/P&gt;&lt;P&gt;Created a Mobile Map Package with ArcGIS Pro 2.3.1. When opening the .MMPK in a Runtime app, not all of the label classes are being recognized. Are there limitations? Is this a Pro/Runtime version compatibility issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Apr 2019 22:17:12 GMT</pubDate>
    <dc:creator>MichaelThompson</dc:creator>
    <dc:date>2019-04-01T22:17:12Z</dc:date>
    <item>
      <title>Runtime not recognizing all label classes in mmpk</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/runtime-not-recognizing-all-label-classes-in-mmpk/m-p/281589#M3307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Runtime 100.4&lt;/P&gt;&lt;P&gt;Created a Mobile Map Package with ArcGIS Pro 2.3.1. When opening the .MMPK in a Runtime app, not all of the label classes are being recognized. Are there limitations? Is this a Pro/Runtime version compatibility issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2019 22:17:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/runtime-not-recognizing-all-label-classes-in-mmpk/m-p/281589#M3307</guid>
      <dc:creator>MichaelThompson</dc:creator>
      <dc:date>2019-04-01T22:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime not recognizing all label classes in mmpk</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/runtime-not-recognizing-all-label-classes-in-mmpk/m-p/281590#M3308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe I have figured this one out on my own.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The label class was using a SQL Where clause similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAJORROAD IN( NULL, 'NO' ,'N')&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine for data sourced in a file geodatabase, but it does&amp;nbsp;&lt;EM&gt;not&lt;/EM&gt; work in a Mobile Map Package because apparently SQLite does not support NULL as a value within an "IN" set. For compatibility with MMPK, you would need to re-write it as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;((&lt;SPAN&gt;MAJORROAD IS NULL) Or (MAJORROAD IN( 'NO', 'N' )))&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope it helps someone else!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2019 22:13:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/runtime-not-recognizing-all-label-classes-in-mmpk/m-p/281590#M3308</guid>
      <dc:creator>MichaelThompson</dc:creator>
      <dc:date>2019-04-02T22:13:06Z</dc:date>
    </item>
  </channel>
</rss>

