<?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: Access to Map Service breaks for Silverlight app after upgrade to 10.5 in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686553#M26289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll reply via email. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Sep 2017 14:29:24 GMT</pubDate>
    <dc:creator>RandallWilliams</dc:creator>
    <dc:date>2017-09-27T14:29:24Z</dc:date>
    <item>
      <title>Access to Map Service breaks for Silverlight app after upgrade to 10.5</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686546#M26282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a legacy Silverlight app that was working correct, accessing a dynamic, self-hosted map service based on AGS 10.4.1. After upgrading AGS to 10.5, I receive the following message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Failed to initialize ESRI.ArcGIS.Client.ArcGISDynamicMapServiceLayer DynamicLayer: A security exception occured while trying to connect to the REST endpoint. Make sure you have a cross domain policy file available at the root for your server that allows for requests from this application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However....nothing has changed from the 10.4.1 setup. The Crossdomain and Clientaccesspolicy XML files are in place and were unchanged. Does AGS 10.5 no longer support Silverlight apps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XML files are below......&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;access-policy&amp;gt;&lt;BR /&gt;&amp;lt;cross-domain-access&amp;gt;&lt;BR /&gt;&amp;lt;policy&amp;gt;&lt;BR /&gt;&amp;lt;allow-from http-request-headers="*"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;domain uri="*"/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;domain uri="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2F*" rel="nofollow" target="_blank"&gt;http://*&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;domain uri="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F*" rel="nofollow" target="_blank"&gt;https://*&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/allow-from&amp;gt;&lt;BR /&gt;&amp;lt;grant-to&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;resource include-subpaths="true" path="/"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/grant-to&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/policy&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/cross-domain-access&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/access-policy&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;cross-domain-policy&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;allow-access-from secure="false" domain="*"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;site-control permitted-cross-domain-policies="all"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;allow-http-request-headers-from secure="false" domain="*" headers="*"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;allow-https-request-headers-from secure="false" domain="*" headers="*"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/cross-domain-policy&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 14:54:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686546#M26282</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-09-25T14:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Access to Map Service breaks for Silverlight app after upgrade to 10.5</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686547#M26283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's nothing I can think of that would prevent this using SL - while we prefer JS and don't support the SL APIs any more, we didn't explicitly block SL as far as I'm aware. Do you connect directly to the GIS Server, or do you use the web adaptor as your front end?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/189612-silverlight-application-is-not-able-to-consume-the-service-after-upgrading-the-arcgis-server-to-105"&gt;https://community.esri.com/thread/189612-silverlight-application-is-not-able-to-consume-the-service-after-upgrading-the-arcgis-server-to-105&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 19:23:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686547#M26283</guid>
      <dc:creator>RandallWilliams</dc:creator>
      <dc:date>2017-09-26T19:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Access to Map Service breaks for Silverlight app after upgrade to 10.5</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686548#M26284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply, Randall.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using the web adaptor.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 19:32:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686548#M26284</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-09-26T19:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Access to Map Service breaks for Silverlight app after upgrade to 10.5</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686549#M26285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using the IIS or Java web adaptor? any way you can DM me a session file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using IE, press F12 and reproduce the issue&lt;/P&gt;&lt;P&gt;In the upper right of the debugger, there's an icon that looks like a floppy disk (next to the play (triangle) and stop (square) icons.&lt;/P&gt;&lt;P&gt;You'll be prompted to save a .har file&lt;/P&gt;&lt;P&gt;if you can DM me that file, I'll have a look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're in a secured/sensitive environment, screenshots with redacted hostnames might work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 13:35:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686549#M26285</guid>
      <dc:creator>RandallWilliams</dc:creator>
      <dc:date>2017-09-27T13:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Access to Map Service breaks for Silverlight app after upgrade to 10.5</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686550#M26286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have IE 11 which I don't believe has the ability to generate the HAR file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 13:48:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686550#M26286</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-09-27T13:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Access to Map Service breaks for Silverlight app after upgrade to 10.5</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686551#M26287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IE 11 can generate a .har. Press F12, repro the issue, and click the highlighted icon.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/374087_2017-09-27_9-50-28.png" style="width: 620px; height: 228px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 13:51:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686551#M26287</guid>
      <dc:creator>RandallWilliams</dc:creator>
      <dc:date>2017-09-27T13:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Access to Map Service breaks for Silverlight app after upgrade to 10.5</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686552#M26288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It generates an XML file. Is that okay?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 13:54:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686552#M26288</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-09-27T13:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Access to Map Service breaks for Silverlight app after upgrade to 10.5</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686553#M26289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll reply via email. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 14:29:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686553#M26289</guid>
      <dc:creator>RandallWilliams</dc:creator>
      <dc:date>2017-09-27T14:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Access to Map Service breaks for Silverlight app after upgrade to 10.5</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686554#M26290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, figured it out....tracing through that XML file helped. Thanks for the suggestion, Randall. Turns out that the crossdomain and clientaccesspolicy xml files on the GIS Server side of things had been renamed. Ugh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 14:34:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686554#M26290</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-09-27T14:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Access to Map Service breaks for Silverlight app after upgrade to 10.5</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686555#M26291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sweet! Ignore email then!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 14:39:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/access-to-map-service-breaks-for-silverlight-app/m-p/686555#M26291</guid>
      <dc:creator>RandallWilliams</dc:creator>
      <dc:date>2017-09-27T14:39:18Z</dc:date>
    </item>
  </channel>
</rss>

