<?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: LocalLocatorTask &amp;quot;one or more of the locator's properties is invalid&amp;quot; in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760253#M9522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radihika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;You could set the&amp;nbsp;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;OutputSpatialReference&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the GeocodeParameters to "&lt;STRONG style="border: 0px; font-weight: bold;"&gt;SpatialReferences.Wgs84&lt;/STRONG&gt;" to get the lat/long coordinates&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;GeocodeParameters gcParams = new GeocodeParameters();&lt;BR /&gt;gcParams.OutputSpatialReference = SpatialReferences.Wgs84;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;IReadOnlyList&amp;lt;GeocodeResult&amp;gt; results = await localLocatorTask.GeocodeAsync("address", gcParams);&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Debug.WriteLine("Latitude: " + results[0].InputLocation.Y + " Longitude: " + results[0].InputLocation.X);&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Hope that helps.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Nagma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Aug 2017 15:43:04 GMT</pubDate>
    <dc:creator>NagmaYasmin</dc:creator>
    <dc:date>2017-08-18T15:43:04Z</dc:date>
    <item>
      <title>LocalLocatorTask "one or more of the locator's properties is invalid"</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760243#M9512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am trying to create a LocalLocatorTask using a composite locator.&amp;nbsp; This works when I use it in ArcMap.&amp;nbsp;&amp;nbsp; But when providing the .loc file to Runtime I get the error "One or more of&amp;nbsp; the locator's properties is invalid".&amp;nbsp;&amp;nbsp; Are there Runtime-specific requirements for locators?&amp;nbsp; Code is below.&amp;nbsp; Any insights would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: Consolas; font-size: small;"&gt;private&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: Consolas; font-size: small;"&gt;void&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; SetupLocator()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;try&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;string&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; locatorPath = &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: small; font-family: Consolas;"&gt;@"C:\GISData\Data\Snapshot\CompositeStreetLocator.loc"&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; _locatorTask = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; Esri.ArcGISRuntime.Tasks.Geocoding.&lt;/SPAN&gt;&lt;SPAN style="color: #2b91af; font-size: small; font-family: Consolas;"&gt;LocalLocatorTask&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt;(locatorPath);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;catch&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #2b91af; font-size: small; font-family: Consolas;"&gt;Exception&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; ex)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;this&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt;.Log.LogException(ex);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 18:03:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760243#M9512</guid>
      <dc:creator>EdwardBlair</dc:creator>
      <dc:date>2017-08-17T18:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: LocalLocatorTask "one or more of the locator's properties is invalid"</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760244#M9513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Edward,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you created the runtime content for the locator in ArcMap which creates a .locb file. This is necessary to consume the local locator in Runtime application. Let me know if you need more details information on how to create the runtime content for the locator in ArcMap.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nagma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 18:20:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760244#M9513</guid>
      <dc:creator>NagmaYasmin</dc:creator>
      <dc:date>2017-08-17T18:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: LocalLocatorTask "one or more of the locator's properties is invalid"</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760245#M9514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nagma -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.  And no, I have not created a .locb file.   More&lt;/P&gt;&lt;P&gt;details would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 18:24:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760245#M9514</guid>
      <dc:creator>EdwardBlair</dc:creator>
      <dc:date>2017-08-17T18:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: LocalLocatorTask "one or more of the locator's properties is invalid"</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760246#M9515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Edward,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ArcMap, first load the local locator. Then click on &lt;STRONG&gt;File--&amp;gt; Share As--&amp;gt; ArcGIS Runtime Content. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Locator and check the option "Use a locator from the current map". Also in "ArcGIS Runtime Content", choose the folder where you want to save the locator file.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="RuntimeContent" class="image-4 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/367484_RuntimeContent_Location.PNG" style="width: 620px; height: 402px;" /&gt;&lt;IMG alt="Locator" class="image-5 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/367485_Locator.PNG" style="width: 620px; height: 326px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case , you don't see the option for "ArcGIS Runtime Content" in&amp;nbsp;&lt;STRONG&gt;File--&amp;gt; Share As--&amp;gt;,&amp;nbsp;&lt;/STRONG&gt;then on the menu click "Customize --&amp;gt; ArcMap Options --&amp;gt;Sharing --&amp;gt; check the box "&lt;STRONG&gt;Enable ArcGIS Runtime tools&lt;/STRONG&gt;"&lt;IMG alt="EnabelRuntimeTool" class="image-3 jive-image j-img-original" src="/legacyfs/online/367482_EnableRuntime Tool.PNG" style="width: 620px; height: 419px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nagma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 18:41:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760246#M9515</guid>
      <dc:creator>NagmaYasmin</dc:creator>
      <dc:date>2017-08-17T18:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: LocalLocatorTask "one or more of the locator's properties is invalid"</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760247#M9516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nagma -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tried this and the process completes, but no .locb file is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 18:47:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760247#M9516</guid>
      <dc:creator>EdwardBlair</dc:creator>
      <dc:date>2017-08-17T18:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: LocalLocatorTask "one or more of the locator's properties is invalid"</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760248#M9517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nagma -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just tried this again, but this time with a feature class added to my map.&lt;/P&gt;&lt;P&gt;This time the .locb file got generated.   When generating the runtime&lt;/P&gt;&lt;P&gt;content I excluded the GIS data, but it seems that generating runtime&lt;/P&gt;&lt;P&gt;content for a locator still wants to have some data in the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 18:59:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760248#M9517</guid>
      <dc:creator>EdwardBlair</dc:creator>
      <dc:date>2017-08-17T18:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: LocalLocatorTask "one or more of the locator's properties is invalid"</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760249#M9518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the test data (attached) to create the .locb file to be used in runtime. Below is the video how I generated the .locb file. I don't think you need to add any data to the map, just adding the locator in ArcMap should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.screencast.com/t/45Mba8MHp" title="https://www.screencast.com/t/45Mba8MHp"&gt;2017-08-17_1255&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nagma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 20:02:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760249#M9518</guid>
      <dc:creator>NagmaYasmin</dc:creator>
      <dc:date>2017-08-17T20:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: LocalLocatorTask "one or more of the locator's properties is invalid"</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760250#M9519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also having the same issue. I watched your video and followed the steps, but I still don't see .locb file.&lt;/P&gt;&lt;P&gt;Appreciate your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 13:10:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760250#M9519</guid>
      <dc:creator>RadhikaAnumolu</dc:creator>
      <dc:date>2017-08-18T13:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: LocalLocatorTask "one or more of the locator's properties is invalid"</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760251#M9520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radhika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried to generate the runtime content from the san-diego locator which is attached with the previous post.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Nagma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 15:34:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760251#M9520</guid>
      <dc:creator>NagmaYasmin</dc:creator>
      <dc:date>2017-08-18T15:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: LocalLocatorTask "one or more of the locator's properties is invalid"</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760252#M9521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Nagma!&lt;/P&gt;&lt;P&gt;Just before your reply I was able to generate .locb file for USA_PointAddress file. But when I am using that with Local Locator task to get the latitude and longitude, I am not getting any data back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 15:37:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760252#M9521</guid>
      <dc:creator>RadhikaAnumolu</dc:creator>
      <dc:date>2017-08-18T15:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: LocalLocatorTask "one or more of the locator's properties is invalid"</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760253#M9522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radihika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;You could set the&amp;nbsp;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;OutputSpatialReference&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the GeocodeParameters to "&lt;STRONG style="border: 0px; font-weight: bold;"&gt;SpatialReferences.Wgs84&lt;/STRONG&gt;" to get the lat/long coordinates&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;GeocodeParameters gcParams = new GeocodeParameters();&lt;BR /&gt;gcParams.OutputSpatialReference = SpatialReferences.Wgs84;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;IReadOnlyList&amp;lt;GeocodeResult&amp;gt; results = await localLocatorTask.GeocodeAsync("address", gcParams);&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Debug.WriteLine("Latitude: " + results[0].InputLocation.Y + " Longitude: " + results[0].InputLocation.X);&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Hope that helps.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Nagma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 15:43:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760253#M9522</guid>
      <dc:creator>NagmaYasmin</dc:creator>
      <dc:date>2017-08-18T15:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: LocalLocatorTask "one or more of the locator's properties is invalid"</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760254#M9523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fancy running into you here on the forum. &amp;nbsp; &amp;nbsp;I suspect your environment was much like mine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I found:&lt;/P&gt;&lt;P&gt;1. I created the Runtime content and locator (composite locator) using ArcGIS 10.5.&lt;/P&gt;&lt;P&gt;2. I used a runtime&amp;nbsp;application built on 10.2.7 to access the locator much like your posted code does.&lt;/P&gt;&lt;P&gt;3. Got the error you are reporting.&lt;/P&gt;&lt;P&gt;4. I created the&amp;nbsp;&lt;SPAN&gt;Runtime content and locator (composite locator) using ArcGIS 10.2.2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;5. Tried this locator with the same 10.2.7 based app and it works.&lt;BR /&gt;&lt;BR /&gt;There appears to be a compatibility&amp;nbsp;issue that I did not expect and perhaps missed in Esri documentation. &amp;nbsp;&lt;BR /&gt;Perhaps Esri folks can shed light on this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Marius&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Sep 2017 01:21:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/locallocatortask-quot-one-or-more-of-the-locator-s/m-p/760254#M9523</guid>
      <dc:creator>MariusRocher1</dc:creator>
      <dc:date>2017-09-02T01:21:58Z</dc:date>
    </item>
  </channel>
</rss>

