<?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 converting silverlight 4 code to silverlight 3 in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/converting-silverlight-4-code-to-silverlight-3/m-p/547299#M13988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am wondering how difficult it would be to convert my silverlight 4 code to silverlight 3. A client is requesting the change due to IT issues on their end. I realize that version 2.0 of the API only works with Silverlight 4 as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would it be a simple copy/paste? I dont think I am currently utilizing any of the 2.0 specific functionalities in my project either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;edit- I misinterpreted! What I am ALSO wondering is- Using the silverlight 3 plugin, can you view the page that was created in silverlight 4 with the 2.0 API? If not the 2.0 API, could I switch back to 1.x API? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jul 2010 13:44:43 GMT</pubDate>
    <dc:creator>TylerMunn</dc:creator>
    <dc:date>2010-07-07T13:44:43Z</dc:date>
    <item>
      <title>converting silverlight 4 code to silverlight 3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/converting-silverlight-4-code-to-silverlight-3/m-p/547299#M13988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am wondering how difficult it would be to convert my silverlight 4 code to silverlight 3. A client is requesting the change due to IT issues on their end. I realize that version 2.0 of the API only works with Silverlight 4 as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would it be a simple copy/paste? I dont think I am currently utilizing any of the 2.0 specific functionalities in my project either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;edit- I misinterpreted! What I am ALSO wondering is- Using the silverlight 3 plugin, can you view the page that was created in silverlight 4 with the 2.0 API? If not the 2.0 API, could I switch back to 1.x API? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 13:44:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/converting-silverlight-4-code-to-silverlight-3/m-p/547299#M13988</guid>
      <dc:creator>TylerMunn</dc:creator>
      <dc:date>2010-07-07T13:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: converting silverlight 4 code to silverlight 3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/converting-silverlight-4-code-to-silverlight-3/m-p/547300#M13989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you only have the v3 silverlight plugin, you can only use the v1.x builds, and you have to target your application for SL3 in Visual Studio. If you don't use any of the new features, you can just continue to use v1.2, and downgrading shouldn't be a big issue. If you need any of the new functionality, you WILL need SL4 both on your development box and on the client PCs.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 00:07:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/converting-silverlight-4-code-to-silverlight-3/m-p/547300#M13989</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-07-08T00:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: converting silverlight 4 code to silverlight 3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/converting-silverlight-4-code-to-silverlight-3/m-p/547301#M13990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you only have the v3 silverlight plugin, you can only use the v1.x builds, and you have to target your application for SL3 in Visual Studio. If you don't use any of the new features, you can just continue to use v1.2, and downgrading shouldn't be a big issue. If you need any of the new functionality, you WILL need SL4 both on your development box and on the client PCs.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Morten.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also just found out that we're sticking with silverlight 4, good news.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 17:12:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/converting-silverlight-4-code-to-silverlight-3/m-p/547301#M13990</guid>
      <dc:creator>TylerMunn</dc:creator>
      <dc:date>2010-07-08T17:12:41Z</dc:date>
    </item>
  </channel>
</rss>

