<?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 Exceptions whilst caching map imagery in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/exceptions-whilst-caching-map-imagery/m-p/99956#M2506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've spotted that my app is spewing out a whole bunch of exceptions whenever it's loading a new bit of the map.&amp;nbsp; If I pan the map a bit, it takes a while to load the new sections and writes things like the following to the output window:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;A first chance exception of type 'System.IO.IOException' occurred in System.dll&lt;BR /&gt;A first chance exception of type 'System.Net.WebException' occurred in System.dll&lt;BR /&gt;A first chance exception of type 'System.ObjectDisposedException' occurred in System.dll&lt;BR /&gt;A first chance exception of type 'System.IO.IOException' occurred in System.dll&lt;BR /&gt;A first chance exception of type 'System.Net.WebException' occurred in System.dll&lt;BR /&gt;A first chance exception of type 'System.ObjectDisposedException' occurred in System.dll&lt;BR /&gt;A first chance exception of type 'System.Net.WebException' occurred in System.dll&lt;BR /&gt;A first chance exception of type 'System.ObjectDisposedException' occurred in System.dll&lt;BR /&gt;A first chance exception of type 'System.Net.WebException' occurred in System.dll&lt;BR /&gt;etc...&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've created a really simple project with just a map and nothing else and it still produces the exceptions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm a bit suspicious of the network here, so I'm going to try it on another network - has anyone else seen anything like this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2011 12:44:43 GMT</pubDate>
    <dc:creator>JH2</dc:creator>
    <dc:date>2011-06-17T12:44:43Z</dc:date>
    <item>
      <title>Exceptions whilst caching map imagery</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/exceptions-whilst-caching-map-imagery/m-p/99956#M2506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've spotted that my app is spewing out a whole bunch of exceptions whenever it's loading a new bit of the map.&amp;nbsp; If I pan the map a bit, it takes a while to load the new sections and writes things like the following to the output window:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;A first chance exception of type 'System.IO.IOException' occurred in System.dll&lt;BR /&gt;A first chance exception of type 'System.Net.WebException' occurred in System.dll&lt;BR /&gt;A first chance exception of type 'System.ObjectDisposedException' occurred in System.dll&lt;BR /&gt;A first chance exception of type 'System.IO.IOException' occurred in System.dll&lt;BR /&gt;A first chance exception of type 'System.Net.WebException' occurred in System.dll&lt;BR /&gt;A first chance exception of type 'System.ObjectDisposedException' occurred in System.dll&lt;BR /&gt;A first chance exception of type 'System.Net.WebException' occurred in System.dll&lt;BR /&gt;A first chance exception of type 'System.ObjectDisposedException' occurred in System.dll&lt;BR /&gt;A first chance exception of type 'System.Net.WebException' occurred in System.dll&lt;BR /&gt;etc...&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've created a really simple project with just a map and nothing else and it still produces the exceptions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm a bit suspicious of the network here, so I'm going to try it on another network - has anyone else seen anything like this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 12:44:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/exceptions-whilst-caching-map-imagery/m-p/99956#M2506</guid>
      <dc:creator>JH2</dc:creator>
      <dc:date>2011-06-17T12:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exceptions whilst caching map imagery</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/exceptions-whilst-caching-map-imagery/m-p/99957#M2507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;These are not exceptions per se. These are "first chance" exceptions, meaning they were correctly handled by the code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 15:30:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/exceptions-whilst-caching-map-imagery/m-p/99957#M2507</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2011-06-17T15:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exceptions whilst caching map imagery</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/exceptions-whilst-caching-map-imagery/m-p/99958#M2508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Morten,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply - I was wondering if you knew whether they're exceptions that the map usually expects to handle, or whether I've got something set up incorrectly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason I'm interested is that the exceptions being handled by the map seem to make the panning a bit less smooth than it is when (sometimes) the exceptions aren't occurring.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 06:35:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/exceptions-whilst-caching-map-imagery/m-p/99958#M2508</guid>
      <dc:creator>JH2</dc:creator>
      <dc:date>2011-06-20T06:35:56Z</dc:date>
    </item>
  </channel>
</rss>

