<?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: Blank screen on initialization in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/blank-screen-on-initialization/m-p/364129#M9389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can try running Fiddler - &lt;/SPAN&gt;&lt;A href="http://fiddler2.com/"&gt;http://fiddler2.com/&lt;/A&gt;&lt;SPAN&gt;. It may point out something?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 May 2013 18:47:20 GMT</pubDate>
    <dc:creator>BrandonCales</dc:creator>
    <dc:date>2013-05-29T18:47:20Z</dc:date>
    <item>
      <title>Blank screen on initialization</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/blank-screen-on-initialization/m-p/364125#M9385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was wondering if someone else has experienced this. I have an application where we use the Silverlight version of ESRI. Most of the time it works fine. However, there are times where we see a totally blank screen. Nothing shows up, no layers, no graphics, and even worse no errors, nothing. What could be causing this? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 12:05:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/blank-screen-on-initialization/m-p/364125#M9385</guid>
      <dc:creator>LuisGarcia2</dc:creator>
      <dc:date>2013-04-02T12:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Blank screen on initialization</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/blank-screen-on-initialization/m-p/364126#M9386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I posted this a while back and still keep getting this. I don't do anything exception in the initialization process. This is how I upload the base layer:&lt;/SPAN&gt;&lt;BR /&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ArcGISTiledMapServiceLayer bl = new ArcGISTiledMapServiceLayer();
&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; bl.Url = baseLayer; //this variable is just a string with the URL of the base layer map

&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; bl.InitializationFailed += new EventHandler&amp;lt;EventArgs&amp;gt;(layer_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; bl.Initialized += (a, b) =&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;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; this.map1.Layers.Insert(0, bl);
&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; bl.Initialize();
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still we get a blank screen very often. The baseLayer variable you see there is being set to this URL:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" rel="nofollow noopener noreferrer" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there an initialization routine we are missing? I can see the layers in the legend; so that tells me they were added to the control. However I do not see any map (base layer) or any other layer for that matter. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:57:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/blank-screen-on-initialization/m-p/364126#M9386</guid>
      <dc:creator>LuisGarcia2</dc:creator>
      <dc:date>2021-12-11T16:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Blank screen on initialization</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/blank-screen-on-initialization/m-p/364127#M9387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've had this occur even if one minor code has an issue, that isn't necessarily reported as an error. Have you checked through all your other code?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 23:21:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/blank-screen-on-initialization/m-p/364127#M9387</guid>
      <dc:creator>BrandonCales</dc:creator>
      <dc:date>2013-05-28T23:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Blank screen on initialization</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/blank-screen-on-initialization/m-p/364128#M9388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Brandon, thanks for your reply. I have checked multiple times the code and I have not found anything yet. What puzzles me is the fact that it is not consistent. It may happen sometimes; others it just uploads like a champ the very first time. The other thing I have noticed is that if I get the blank control and I click the reload button of the browser a couple of times, then it uploads. So, there is something specific that happens at some point (I guess under some conditions??) and it does not happen others. But no exception is ever thrown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 18:07:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/blank-screen-on-initialization/m-p/364128#M9388</guid>
      <dc:creator>LuisGarcia2</dc:creator>
      <dc:date>2013-05-29T18:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Blank screen on initialization</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/blank-screen-on-initialization/m-p/364129#M9389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can try running Fiddler - &lt;/SPAN&gt;&lt;A href="http://fiddler2.com/"&gt;http://fiddler2.com/&lt;/A&gt;&lt;SPAN&gt;. It may point out something?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 18:47:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/blank-screen-on-initialization/m-p/364129#M9389</guid>
      <dc:creator>BrandonCales</dc:creator>
      <dc:date>2013-05-29T18:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Blank screen on initialization</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/blank-screen-on-initialization/m-p/364130#M9390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the suggestion. I already did that... nothing shows...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 18:50:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/blank-screen-on-initialization/m-p/364130#M9390</guid>
      <dc:creator>LuisGarcia2</dc:creator>
      <dc:date>2013-05-30T18:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Blank screen on initialization</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/blank-screen-on-initialization/m-p/364131#M9391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I've had this occur even if one minor code has an issue, that isn't necessarily reported as an error. Have you checked through all your other code?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You are right, it is an error. I was able to make the screen show up blank. What I still have not been able to figure out is why it is doing that. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 18:30:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/blank-screen-on-initialization/m-p/364131#M9391</guid>
      <dc:creator>LuisGarcia2</dc:creator>
      <dc:date>2013-06-14T18:30:06Z</dc:date>
    </item>
  </channel>
</rss>

