<?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: Dynamic Map in Silverlight Is Appearing Blank in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203710#M5054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't know if you were able to resolve this issue. But I came accross this help page from ArcGISServer and maybe you can look at the troubleshooting section for "when map is blank".&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//0093000001mq000000.htm"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//0093000001mq000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2011 17:29:55 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2011-03-16T17:29:55Z</dc:date>
    <item>
      <title>Dynamic Map in Silverlight Is Appearing Blank</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203702#M5046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: nelsl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My map through my simplified Silverlight app is appearing blank.&amp;nbsp; I have tried in IE 8 and firefox 3.6.15.&amp;nbsp; I have tried using Fiddler and found:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that my clientaccesspolicy.xml is being accessed under code &lt;/SPAN&gt;&lt;STRONG&gt;304&lt;/STRONG&gt;&lt;SPAN&gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A successful &lt;/SPAN&gt;&lt;STRONG&gt;200&lt;/STRONG&gt;&lt;SPAN&gt; call to &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/ArcGIS/rest/services/[service name]/MapServer?f=json" target="_blank"&gt;/ArcGIS/rest/services/[service name]/MapServer?f=json&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Then the error &lt;/SPAN&gt;&lt;STRONG&gt;500&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/[server name]/ArcGIS/rest/services/[service name]/MapServer/export?bbox=-469791.006899998,-46560537.5957292,222507810.4336,83509729.9112292&amp;amp;size=780,455&amp;amp;format=png24&amp;amp;transparent=true&amp;amp;imageSR=26910&amp;amp;bboxSR=26910&amp;amp;f=image&amp;amp;" target="_blank"&gt;http://[server name]/ArcGIS/rest/services/[service name]/MapServer/export?bbox=-469791.006899998%2c-46560537.5957292%2c222507810.4336%2c83509729.9112292&amp;amp;size=780%2c455&amp;amp;format=png24&amp;amp;transparent=true&amp;amp;imageSR=26910&amp;amp;bboxSR=26910&amp;amp;f=image&amp;amp;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My log located at: &lt;/SPAN&gt;&lt;A href="https://community.esri.com/" rel="nofollow noopener noreferrer" target="_blank"&gt;C:\Program Files\ArcGIS\Server10.0\server\user\log&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;reports:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;&amp;lt;Msg time='2011-03-10T13:57:12' type='WARNING' code='2008' target='[service name].MapServer' user='?' thread='3628' elapsed='59.99900'&amp;gt;A request to obtain a free ServerContext has failed because the Wait Timeout Interval has elapsed.&amp;lt;/Msg&amp;gt;&lt;BR /&gt;&amp;lt;Msg time='2011-03-10T13:59:38' type='WARNING' code='2007' target='[service name].MapServer' machine='[server name]' thread='2692' elapsed='605.16800'&amp;gt;The context has been automatically released because the Context Usage Timeout Interval has elapsed.&amp;lt;/Msg&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My Service is listed under: &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/[service name]/ArcGIS/rest/services" target="_blank"&gt;http://[service name]/ArcGIS/rest/services&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My code is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:Map x:Name="MyMap" &amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:ArcGISDynamicMapServiceLayer ID="MyLayer"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Url="http://[server name]/ArcGIS/rest/services/[service name]/MapServer" InitializationFailed="ArcGISDynamicMapServiceLayer_InitializationFailed" 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Visible="True"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/esri:Map&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;which loads a blank page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Url="http://serverapps.esri.com/ArcGIS/rest/services/California/MapServer" /&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;does load successfully.&amp;nbsp; The Initialization Failed Event does not fire.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the analyze tool under the Map Service Publishing Toolbar and corrected all errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The service does show up correctly in ArcMap and the preview of the service in ArcGIS Server Manager.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached are my policies located under default: &lt;/SPAN&gt;&lt;A href="https://community.esri.com/" rel="nofollow noopener noreferrer" target="_blank"&gt;C:\Inetpub\wwwroot&lt;/A&gt;&lt;SPAN&gt; of the SOM/SOC machine.&amp;nbsp; My version of Visual Studio 2010 is running on a different box and is using IIS 6.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:06:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203702#M5046</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-11T10:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map in Silverlight Is Appearing Blank</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203703#M5047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: jenniferdnery&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm assuming you have already went over this blog post? &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2009/08/24/Troubleshooting-blank-layers.aspx"&gt;http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2009/08/24/Troubleshooting-blank-layers.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you view the map from your web browser? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example this map service &lt;/SPAN&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/MapServer"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/MapServer&lt;/A&gt;&lt;SPAN&gt; can be viewed by clicking ArcGIS JavaScript and ArcGIS.com Map from the top page.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 22:50:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203703#M5047</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-03-10T22:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map in Silverlight Is Appearing Blank</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203704#M5048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When I click on the ArcGIS JavaScript link I can see my map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 13:37:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203704#M5048</guid>
      <dc:creator>NelsLarsen</dc:creator>
      <dc:date>2011-03-11T13:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map in Silverlight Is Appearing Blank</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203705#M5049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: jenniferdnery&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You opened your map service from a web browser that is not your server machine?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If there were clientaccesspolicy issues, you also will not be able to browse for the map service information from your web browser. Fiddler should show the same error message that you got from your Silverlight app.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 15:38:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203705#M5049</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-03-11T15:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map in Silverlight Is Appearing Blank</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203706#M5050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I opened it using the link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://vg23138/ArcGIS/rest/services/Research2/MapServer?f=jsapi"&gt;http://vg23138/ArcGIS/rest/services/Research2/MapServer?f=jsapi&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Where vg23138 is the server name and not my local machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fiddler reports:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;304 &lt;/SPAN&gt;&lt;A href="http://vg23138/ArcGIS/rest/services/Research2/MapServer?f=jsapi"&gt;http://vg23138/ArcGIS/rest/services/Research2/MapServer?f=jsapi&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;200 &lt;/SPAN&gt;&lt;A href="http://vg23138/ArcGIS/rest/ESRI.ArcGIS.Rest.css"&gt;http://vg23138/ArcGIS/rest/ESRI.ArcGIS.Rest.css&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;304 &lt;/SPAN&gt;&lt;A href="http://vg23138/ArcGIS/rest/services/Research2/MapServer?f=json&amp;amp;dpi=96&amp;amp;transparent=true&amp;amp;format=png8&amp;amp;callback=dojo.io.script.jsonp_dojoIoScript1._jsonpCallback"&gt;http://vg23138/ArcGIS/rest/services/Research2/MapServer?f=json&amp;amp;dpi=96&amp;amp;transparent=true&amp;amp;format=png8&amp;amp;callback=dojo.io.script.jsonp_dojoIoScript1._jsonpCallback&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;200 &lt;/SPAN&gt;&lt;A href="http://vg23138/ArcGIS/rest/services/Research2/MapServer/export?dpi=96&amp;amp;transparent=true&amp;amp;format=png8&amp;amp;bbox=588330.385954753%2C6327994.105778991%2C595700.030124928%2C6332604.583653569&amp;amp;bboxSR=26910&amp;amp;imageSR=26910&amp;amp;size=1242%2C777&amp;amp;f=image"&gt;http://vg23138/ArcGIS/rest/services/Research2/MapServer/export?dpi=96&amp;amp;transparent=true&amp;amp;format=png8&amp;amp;bbox=588330.385954753%2C6327994.105778991%2C595700.030124928%2C6332604.583653569&amp;amp;bboxSR=26910&amp;amp;imageSR=26910&amp;amp;size=1242%2C777&amp;amp;f=image&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;200 &lt;/SPAN&gt;&lt;A href="http://vg23138/ArcGIS/rest/services/Research2/MapServer/export?dpi=96&amp;amp;transparent=true&amp;amp;format=png8&amp;amp;bbox=588330.385954753%2C6327902.133569138%2C595700.030124928%2C6332696.555863422&amp;amp;bboxSR=26910&amp;amp;imageSR=26910&amp;amp;size=1242%2C808&amp;amp;f=image"&gt;http://vg23138/ArcGIS/rest/services/Research2/MapServer/export?dpi=96&amp;amp;transparent=true&amp;amp;format=png8&amp;amp;bbox=588330.385954753%2C6327902.133569138%2C595700.030124928%2C6332696.555863422&amp;amp;bboxSR=26910&amp;amp;imageSR=26910&amp;amp;size=1242%2C808&amp;amp;f=image&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that my browser is accessing ArcGIS server(arcgisonline) because of a no script warning if that makes any difference.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 16:27:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203706#M5050</guid>
      <dc:creator>NelsLarsen</dc:creator>
      <dc:date>2011-03-11T16:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map in Silverlight Is Appearing Blank</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203707#M5051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: jenniferdnery&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fiddler report seem okay. I'm sorry if you have already answered this question. But this is through a web browser from a different machine (not your server machine)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 18:02:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203707#M5051</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-03-11T18:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map in Silverlight Is Appearing Blank</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203708#M5052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The machine I am using is not the server machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://vg23138/ArcGIS/rest/services/"&gt;http://vg23138/ArcGIS/rest/services/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;where vg23138 is my server&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost/ArcGIS/rest/services/"&gt;http://localhost/ArcGIS/rest/services/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;does not work on my machine.&amp;nbsp; It does work on the server box.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 18:20:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203708#M5052</guid>
      <dc:creator>NelsLarsen</dc:creator>
      <dc:date>2011-03-11T18:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map in Silverlight Is Appearing Blank</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203709#M5053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: jenniferdnery&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Okay from what I understand, your application shows blank map but InitializationFailed event is not raised and you are able to access the service from any web browser so clientaccesspolicy is not the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you go to the sub layers and do a query for "1=1", check if you have features for this service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example this: &lt;/SPAN&gt;&lt;A href="http://sampleserver4.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/Incident_Data_Extraction/MapServer/0/query?geometry=&amp;amp;geometryType=esriGeometryPoint&amp;amp;inSR=&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;relationParam=&amp;amp;objectIds=&amp;amp;where=1%3D1&amp;amp;time=&amp;amp;returnIdsOnly=false&amp;amp;returnGeometry=true&amp;amp;maxAllowableOffset=&amp;amp;outSR=&amp;amp;outFields=&amp;amp;f=html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://sampleserver4.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/Incident_Data_Extraction/MapServer/0/query?geometry=&amp;amp;geometryType=esriGeometryPoint&amp;amp;inSR=&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;relationParam=&amp;amp;objectIds=&amp;amp;where=1%3D1&amp;amp;time=&amp;amp;returnIdsOnly=false&amp;amp;returnGeometry=true&amp;amp;maxAllowableOffset=&amp;amp;outSR=&amp;amp;outFields=&amp;amp;f=html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have features, you should see them on your map. If you don't see them, you can also subscribe to ArcGISDynamicMapService Initialized event and check the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;InitializationFailure is null and IsInitialized is true, sub layer DefaultVisibility should also be true.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
private void ArcGISDynamicMapServiceLayer_Initialized(object sender, EventArgs e)
{&amp;nbsp; 
 ArcGISDynamicMapServiceLayer layer = sender as ArcGISDynamicMapServiceLayer;
 if(layer.InitializationFailure != null &amp;amp;&amp;amp; !layer.IsInitialized) return;
 foreach(var l in layer.Layers)
&amp;nbsp; //TODO: check for l.DefaultVisibility
}
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found this and I'm not sure if it is the same error 500 Internal Server Error you got: &lt;/SPAN&gt;&lt;A href="http://gis.stackexchange.com/questions/6693/how-to-handle-500-internal-server-error-with-esri-silverlight-api" rel="nofollow noopener noreferrer" target="_blank"&gt;http://gis.stackexchange.com/questions/6693/how-to-handle-500-internal-server-error-with-esri-silverlight-api&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the simplest map with only the ArcGISDynamicMapServiceLayer and only the Map inside the Grid: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#DynamicMap" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#DynamicMap&lt;/A&gt;&lt;SPAN&gt;. I wonder if you have other control that could possibly be on the same grid as the map that placed the map behind it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:06:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203709#M5053</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-11T10:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map in Silverlight Is Appearing Blank</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203710#M5054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't know if you were able to resolve this issue. But I came accross this help page from ArcGISServer and maybe you can look at the troubleshooting section for "when map is blank".&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//0093000001mq000000.htm"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//0093000001mq000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 17:29:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203710#M5054</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-03-16T17:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map in Silverlight Is Appearing Blank</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203711#M5055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: nelsl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I queried using the where clause of 1=1 and many rows were returned using different layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I checked all the DefaultVisibility for all the layers and they all appear as shown (true).&amp;nbsp; The layer object is returning values for all the layers.&amp;nbsp; I checked the initial extent and it seems to be reasonable.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The 500 silverlight error quoted is a different error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the code from the example with the only change of being linked to my service.&amp;nbsp; There are no other controls on the web page.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 21:48:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203711#M5055</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-03-21T21:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Map in Silverlight Is Appearing Blank</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203712#M5056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since you get a 500 server error when using the ExportMap feature using the Silverlight API, but don't get it when using the JavaScript viewer, could you try and look in Fiddler and see on what parameters those two different requests differ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Server errors are happening on the server (duh:-) - it's not really an issue in the Silverlight API (however Silverlight might expose a bug in server that the javascript API doesn't).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 15:38:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/dynamic-map-in-silverlight-is-appearing-blank/m-p/203712#M5056</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2011-03-22T15:38:04Z</dc:date>
    </item>
  </channel>
</rss>

