<?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: Upgrading to API version 3.0 in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrading-to-api-version-3-0/m-p/306556#M7894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This issue has been fixed and will be in v3.1. It's a bit of a race condition and not too often this occurs, so I'm not sure if that should keep you from updating (there are lots and lots of other things that got fixed, improved or increased performance so it's probably worth it).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2012 20:45:15 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2012-10-11T20:45:15Z</dc:date>
    <item>
      <title>Upgrading to API version 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrading-to-api-version-3-0/m-p/306553#M7891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am preparing to upgrade a Silverlight web app based on the 2.4 API to the 3.0 API and also from AGS 10.0 to 10.1.&amp;nbsp; I am just trying to see what "gotchas" exist that people have run into and how they were handled.&amp;nbsp; Or what were the major hurdles to jump when converting a 2.4 app to 3.0.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 18:06:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrading-to-api-version-3-0/m-p/306553#M7891</guid>
      <dc:creator>NateReck</dc:creator>
      <dc:date>2012-08-28T18:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading to API version 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrading-to-api-version-3-0/m-p/306554#M7892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is an issue with 3.0 API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you interact with a map, a dynamic layer can send multiple requests.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example a dynamic layer sends request A, then you change the map scale and the layer sends request B.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that the request A is not cancelled when the map sends the request B.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So there could be a situation when a request B completes first, because it's a different scale and the map could be much more simple in that scale.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In that case the map renders the request B result image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But then the request A completes and the map clears request B image and renders the request A image (for the old scale).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In that case the user should pan the map to see the correct image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The bug was introduced in 3.0, so we downgraded to 2.4 for now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using Silverlight 5 with ArcGIS Server 10, not 10.1.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 04:42:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrading-to-api-version-3-0/m-p/306554#M7892</guid>
      <dc:creator>DenisT</dc:creator>
      <dc:date>2012-09-12T04:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading to API version 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrading-to-api-version-3-0/m-p/306555#M7893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm having the same issue with SL API v.3.0:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Server 9.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any advice from Esri team.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 16:07:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrading-to-api-version-3-0/m-p/306555#M7893</guid>
      <dc:creator>AlexanderKhoroshun</dc:creator>
      <dc:date>2012-10-10T16:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading to API version 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrading-to-api-version-3-0/m-p/306556#M7894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This issue has been fixed and will be in v3.1. It's a bit of a race condition and not too often this occurs, so I'm not sure if that should keep you from updating (there are lots and lots of other things that got fixed, improved or increased performance so it's probably worth it).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 20:45:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrading-to-api-version-3-0/m-p/306556#M7894</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2012-10-11T20:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading to API version 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrading-to-api-version-3-0/m-p/306557#M7895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think as a workaround you can set DisableClientCaching=True. I've seen this happen when setting VisibleLayers property twice where most recent value was overwritten by first value.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 21:37:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrading-to-api-version-3-0/m-p/306557#M7895</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-10-11T21:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading to API version 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrading-to-api-version-3-0/m-p/306558#M7896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Morten, Jennifer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks for your responses. Looking forward to see v3.1... and, hopefully, ArcGIS Runtime v.1.0 for WinRT &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alexander.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 22:03:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrading-to-api-version-3-0/m-p/306558#M7896</guid>
      <dc:creator>AlexanderKhoroshun</dc:creator>
      <dc:date>2012-10-11T22:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading to API version 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrading-to-api-version-3-0/m-p/306559#M7897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It's a bit of a race condition and not too often this occurs, so I'm not sure if that should keep you from updating&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, then I am lucky, because I can see this annoying bug very often.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Morten, Jennifer, thanks for your advices.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking forward to 3.1.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 15:33:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrading-to-api-version-3-0/m-p/306559#M7897</guid>
      <dc:creator>DenisT</dc:creator>
      <dc:date>2012-10-15T15:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading to API version 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrading-to-api-version-3-0/m-p/306560#M7898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any *general* timeframe for a 3.1 release?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 14:21:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrading-to-api-version-3-0/m-p/306560#M7898</guid>
      <dc:creator>deleted-user-ATjHIWsdQYmT</dc:creator>
      <dc:date>2012-11-01T14:21:31Z</dc:date>
    </item>
  </channel>
</rss>

