<?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: Add ImageServer to Silverlight App in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-imageserver-to-silverlight-app/m-p/703680#M18077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kindly look at the following documentation:&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#/Secure_services/016600000022000000/"&gt;http://help.arcgis.com/en/webapi/silverlight/help/index.html#/Secure_services/016600000022000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Dec 2010 16:48:49 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2010-12-15T16:48:49Z</dc:date>
    <item>
      <title>Add ImageServer to Silverlight App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-imageserver-to-silverlight-app/m-p/703677#M18074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: tgorrie&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Having issues adding a ImageServer layer to a Silverlight app. I've added the layer via code and the xml (see below).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;esri:ArcGISImageServiceLayer ID="NAIPImageLayer" Url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gis.apfo.usda.gov/ArcGIS/rest/services/NAIP/Illinois_2010_1m_NC/ImageServer" rel="nofollow" target="_blank"&gt;http://gis.apfo.usda.gov/ArcGIS/rest/services/NAIP/Illinois_2010_1m_NC/ImageServer&lt;/A&gt;&lt;SPAN&gt;" /&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both methods result in the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Make sure you have a cross domain policy file available at the root for your server that allows for requests from this application."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've added the website too my cross domain file but it does not resolve the issue. Any other thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 11:33:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-imageserver-to-silverlight-app/m-p/703677#M18074</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-12-08T11:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add ImageServer to Silverlight App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-imageserver-to-silverlight-app/m-p/703678#M18075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;The cross domain policy file must be on the server providing the map service (not on your server), so in your case in '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gis.apfo.usda.gov" rel="nofollow" target="_blank"&gt;http://gis.apfo.usda.gov&lt;/A&gt;&lt;SPAN&gt;'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If the map server has no cross domain file, you can use a proxy server and set the ProxyUrl property of your layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 12:27:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-imageserver-to-silverlight-app/m-p/703678#M18075</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-12-08T12:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Add ImageServer to Silverlight App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-imageserver-to-silverlight-app/m-p/703679#M18076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: tgorrie&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dominique, thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can and how do you use a proxyURL if the service is not a token service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 14:38:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-imageserver-to-silverlight-app/m-p/703679#M18076</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-12-15T14:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Add ImageServer to Silverlight App</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-imageserver-to-silverlight-app/m-p/703680#M18077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kindly look at the following documentation:&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#/Secure_services/016600000022000000/"&gt;http://help.arcgis.com/en/webapi/silverlight/help/index.html#/Secure_services/016600000022000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 16:48:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-imageserver-to-silverlight-app/m-p/703680#M18077</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-12-15T16:48:49Z</dc:date>
    </item>
  </channel>
</rss>

