<?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: Silverlight Application + Website in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-application-website/m-p/639366#M16448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for replying, Akilly. I'm very new to this and am learning Silverlight (Expression Blend). Which portion of the code? This portion:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;Grid x:Name="LayoutRoot" Background="White"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;esri:Map x:Name="map" Background="White" Margin="8,137,8,8" IsLogoVisible="False" ToolTipService.ToolTip="{Binding ElementName=LayoutRoot}"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;esri:ArcGISTiledMapServiceLayer ID="SustainMapService" Url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://webgis/ArcGISUWM/rest/services/SustainMap/MapServer" rel="nofollow" target="_blank"&gt;http://webgis/ArcGISUWM/rest/services/SustainMap/MapServer&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/esri:Map&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, do you know of any good resources (books/online) for learning the ArcGIS API for Silverlight?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Aug 2010 20:35:30 GMT</pubDate>
    <dc:creator>AnneReis</dc:creator>
    <dc:date>2010-08-04T20:35:30Z</dc:date>
    <item>
      <title>Silverlight Application + Website</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-application-website/m-p/639364#M16446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To whomever is interested and willing to help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to add a map service from my local campus server to my Silverlight App/Website in Expression Blend 4. I'm able to add in basic ESRI controls via toolkit in Assets and can see these controls in my live website, but my map doesn't show up. Basically, the map is supposed to be a TiledMapServiceLayer. I've tried deleting the arcgis online server and adding my campus server, but that doesn't seem to work. Anyone have a clue what might be happening. Do I need to bind the map? I'm still working in 9.3.1 ArcInfo and 9.3.1 ArcServer. Could this be the problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 21:01:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-application-website/m-p/639364#M16446</guid>
      <dc:creator>AnneReis</dc:creator>
      <dc:date>2010-08-03T21:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Silverlight Application + Website</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-application-website/m-p/639365#M16447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My first guess would be spatial reference, but you should probably post your code so we can see what's going on.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 21:32:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-application-website/m-p/639365#M16447</guid>
      <dc:creator>TonyAlmeida</dc:creator>
      <dc:date>2010-08-03T21:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Silverlight Application + Website</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-application-website/m-p/639366#M16448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for replying, Akilly. I'm very new to this and am learning Silverlight (Expression Blend). Which portion of the code? This portion:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;Grid x:Name="LayoutRoot" Background="White"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;esri:Map x:Name="map" Background="White" Margin="8,137,8,8" IsLogoVisible="False" ToolTipService.ToolTip="{Binding ElementName=LayoutRoot}"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;esri:ArcGISTiledMapServiceLayer ID="SustainMapService" Url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://webgis/ArcGISUWM/rest/services/SustainMap/MapServer" rel="nofollow" target="_blank"&gt;http://webgis/ArcGISUWM/rest/services/SustainMap/MapServer&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/esri:Map&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, do you know of any good resources (books/online) for learning the ArcGIS API for Silverlight?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 20:35:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-application-website/m-p/639366#M16448</guid>
      <dc:creator>AnneReis</dc:creator>
      <dc:date>2010-08-04T20:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Silverlight Application + Website</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-application-website/m-p/639367#M16449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which version of API for SL/WPF are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can learn more about v2.0 from here (see Concepts tab also)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the code you provided, I don't think you need to have your tooltip bound to the grid. Are you able to go to your map layer's URL through IE? At minimum, I think the following code should be sufficient to display your map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;Grid x:Name="LayoutRoot" Background="White"&amp;gt;
 &amp;lt;esri:Map x:Name="map"&amp;gt;
&amp;nbsp; &amp;lt;esri:ArcGISTiledMapServiceLayer ID="SustainMapService" Url="http://webgis/ArcGISUWM/rest/services/SustainMap/MapServer"/&amp;gt;
 &amp;lt;/esri:Map&amp;gt;
&amp;lt;/Grid&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jennifer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:09:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-application-website/m-p/639367#M16449</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-12T03:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Silverlight Application + Website</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-application-website/m-p/639368#M16450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Make sure you have a cross domain policy file located on your Campus ArcGIS Server machine.&amp;nbsp; If this is not present your Silverlight application will not be able to communicate with your server to display your map services. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a link explaining the reasons for doing so: &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/arcobjectsdevelopment/archive/2009/09/10/ArcGIS-Developers_3A00_-Tips-on-using-cross_2D00_domain-policy-files-_2D00_-Part-1-_2800_Intro_2900_.aspx"&gt;http://blogs.esri.com/Dev/blogs/arcobjectsdevelopment/archive/2009/09/10/ArcGIS-Developers_3A00_-Tips-on-using-cross_2D00_domain-policy-files-_2D00_-Part-1-_2800_Intro_2900_.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul Leedham&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;City of Hudson&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://gis.hudson.oh.us/"&gt;http://gis.hudson.oh.us/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 12:41:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-application-website/m-p/639368#M16450</guid>
      <dc:creator>PaulLeedham</dc:creator>
      <dc:date>2010-08-05T12:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Silverlight Application + Website</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-application-website/m-p/639369#M16451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Make sure you have a cross domain policy file located on your Campus ArcGIS Server machine.&amp;nbsp; If this is not present your Silverlight application will not be able to communicate with your server to display your map services. &lt;BR /&gt;Here is a link explaining the reasons for doing so: &lt;A href="http://blogs.esri.com/Dev/blogs/arcobjectsdevelopment/archive/2009/09/10/ArcGIS-Developers_3A00_-Tips-on-using-cross_2D00_domain-policy-files-_2D00_-Part-1-_2800_Intro_2900_.aspx"&gt;http://blogs.esri.com/Dev/blogs/arcobjectsdevelopment/archive/2009/09/10/ArcGIS-Developers_3A00_-Tips-on-using-cross_2D00_domain-policy-files-_2D00_-Part-1-_2800_Intro_2900_.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Paul Leedham&lt;BR /&gt;City of Hudson&lt;BR /&gt;&lt;A href="http://gis.hudson.oh.us/"&gt;http://gis.hudson.oh.us/&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What has helped me a lot in detecting this issue (as well as many others), and I consider it an essential tool, is Fiddler2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is the problem, you'll see a failed attempt to retrieve the clientaccesspolicy.xml and crossdomain.xml files from the remote server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.fiddler2.com/fiddler2/"&gt;http://www.fiddler2.com/fiddler2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And if you're using binary WCF RIA, there here's a plugin to help (the bottom of the page has the link): &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://blogs.msdn.com/b/silverlightws/archive/2010/05/10/fiddler-inspector-for-wcf-silverlight-polling-duplex-and-wcf-ria.aspx"&gt;http://blogs.msdn.com/b/silverlightws/archive/2010/05/10/fiddler-inspector-for-wcf-silverlight-polling-duplex-and-wcf-ria.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 15:04:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-application-website/m-p/639369#M16451</guid>
      <dc:creator>MartenLiebster</dc:creator>
      <dc:date>2010-08-05T15:04:21Z</dc:date>
    </item>
  </channel>
</rss>

