<?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: Routing with Barriers - from Silverlight Samples (not working in the application) in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/routing-with-barriers-from-silverlight-samples-not/m-p/533048#M13667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: spill002&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for taking someof your precious time from your schedule and helping me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2011 17:48:18 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2011-06-13T17:48:18Z</dc:date>
    <item>
      <title>Routing with Barriers - from Silverlight Samples (not working in the application)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/routing-with-barriers-from-silverlight-samples-not/m-p/533046#M13665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you please help me on putting your suggestions as what to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a new project and I copied the code that is present in the Arc GIS API for Silverlight Samples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The code that i copied from the samples are "Legend with Templates" &amp;amp; "Routing with Barriers" - here, when I copied the code and replaced the map service in Mainpage.xaml with another rest service --- legend with templates is working perfect, but for the "Route with Barriers"&amp;nbsp; i am able to add the stop point and barriers - but its not building the path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please tell me what changes should i do for working it properly. I am also attaching the code files for your reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for viewing the thread.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 12:45:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/routing-with-barriers-from-silverlight-samples-not/m-p/533046#M13665</guid>
      <dc:creator>srikanthpilli</dc:creator>
      <dc:date>2011-06-09T12:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Barriers - from Silverlight Samples (not working in the application)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/routing-with-barriers-from-silverlight-samples-not/m-p/533047#M13666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As your map is not using geographical coordinates, you must set the outspatialreference of the routing task:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&lt;SPAN style="color: blue; font-family: Consolas;"&gt;&lt;SPAN style="color: blue; font-family: Consolas;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family:Consolas;"&gt; (_stops.Count &amp;gt; 1)&lt;/SPAN&gt;
&lt;SPAN style="font-family:Consolas;"&gt;{&lt;/SPAN&gt;
&lt;SPAN style="font-family:Consolas;"&gt; &lt;SPAN style="color:red;"&gt;_routeParams.OutSpatialReference = MyMap.SpatialReference;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;SPAN style="font-family:Consolas;"&gt; &lt;SPAN style="color:blue;"&gt;if&lt;/SPAN&gt; (_routeTask.IsBusy)&lt;/SPAN&gt;
&lt;SPAN style="font-family:Consolas;"&gt;&amp;nbsp;&amp;nbsp; _routeTask.CancelAsync();&lt;/SPAN&gt;
&lt;SPAN style="font-family:Consolas;"&gt; _routeTask.SolveAsync(_routeParams);&lt;/SPAN&gt;
&lt;SPAN style="font-family:Consolas;"&gt;}&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:10:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/routing-with-barriers-from-silverlight-samples-not/m-p/533047#M13666</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2021-12-11T23:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Barriers - from Silverlight Samples (not working in the application)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/routing-with-barriers-from-silverlight-samples-not/m-p/533048#M13667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: spill002&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for taking someof your precious time from your schedule and helping me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 17:48:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/routing-with-barriers-from-silverlight-samples-not/m-p/533048#M13667</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-06-13T17:48:18Z</dc:date>
    </item>
  </channel>
</rss>

