<?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: Upgrade ArcGIS Silverlight Project from version 2.1 to 3.0 in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-arcgis-silverlight-project-from-version-2/m-p/624276#M16070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you have a reference to the old pre 3.0 assembly in your XAML?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2012 15:27:17 GMT</pubDate>
    <dc:creator>deleted-user-ATjHIWsdQYmT</dc:creator>
    <dc:date>2012-09-24T15:27:17Z</dc:date>
    <item>
      <title>Upgrade ArcGIS Silverlight Project from version 2.1 to 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-arcgis-silverlight-project-from-version-2/m-p/624271#M16065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I want to upgrade my ArcGIS Silverlight project from version 2.1(Silverlight 4) to 3.0(Silverlight 5), but when I installed the API it threw me lots of error when I tried opening my project (for example Scalebar gave me an error)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I upgrade my project do I need to Change the code also or is there a converter to do it..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please guide....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 05:38:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-arcgis-silverlight-project-from-version-2/m-p/624271#M16065</guid>
      <dc:creator>SantoshV</dc:creator>
      <dc:date>2012-06-21T05:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade ArcGIS Silverlight Project from version 2.1 to 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-arcgis-silverlight-project-from-version-2/m-p/624272#M16066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ScaleBar has been removed from the Client assembly and replaced by the ScaleLine in the Toolkit assembly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll find the removed items and the complete list of changes &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/silverlight-api/concepts/#/What_s_new_in_3_0/0166000000m9000000/"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 05:51:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-arcgis-silverlight-project-from-version-2/m-p/624272#M16066</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-06-21T05:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade ArcGIS Silverlight Project from version 2.1 to 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-arcgis-silverlight-project-from-version-2/m-p/624273#M16067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm having a similar problem.&amp;nbsp; I've removed all references to the ScaleBar element but at runtime I am still getting XamlParseException:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"The type 'ScaleBar' was not found. [Line: 5 Position: 36]"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've done a search for ScaleBar on the entire solution but can't find any references.&amp;nbsp; I've closed solution and re-opened.&amp;nbsp; I've checked all XAML pages at line 5.&amp;nbsp; I've deleted the ScaleBar.xaml in my UserControls folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I really, really clean out all reference to ScaleBar so I can migrate to 3.0?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 16:42:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-arcgis-silverlight-project-from-version-2/m-p/624273#M16067</guid>
      <dc:creator>PLadd</dc:creator>
      <dc:date>2012-09-21T16:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade ArcGIS Silverlight Project from version 2.1 to 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-arcgis-silverlight-project-from-version-2/m-p/624274#M16068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Old templates were using the ScaleBar inside the Navigator custom control.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Check your Navigator Style.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Check also that app.xaml or generic.xaml doesn't still reference the old scalebar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 07:30:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-arcgis-silverlight-project-from-version-2/m-p/624274#M16068</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-09-24T07:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade ArcGIS Silverlight Project from version 2.1 to 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-arcgis-silverlight-project-from-version-2/m-p/624275#M16069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In generic.xaml I had a reference to ScaleBar.xaml as a ResourceDictionary, but I had already removed that.&amp;nbsp; The app.xaml page reference NavigationStyle.xaml.&amp;nbsp; I went through that with a fine-toothed comb but came up empty.&amp;nbsp; And then I removed the entire template for &amp;lt;Style TargetType="esri:Navigation" x:Name="NavigationStyle"&amp;gt; but continue to get the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just don't see any other templates that could possibly be related to ScaleBar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Got any other suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 14:19:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-arcgis-silverlight-project-from-version-2/m-p/624275#M16069</guid>
      <dc:creator>PLadd</dc:creator>
      <dc:date>2012-09-24T14:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade ArcGIS Silverlight Project from version 2.1 to 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-arcgis-silverlight-project-from-version-2/m-p/624276#M16070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you have a reference to the old pre 3.0 assembly in your XAML?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 15:27:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-arcgis-silverlight-project-from-version-2/m-p/624276#M16070</guid>
      <dc:creator>deleted-user-ATjHIWsdQYmT</dc:creator>
      <dc:date>2012-09-24T15:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade ArcGIS Silverlight Project from version 2.1 to 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-arcgis-silverlight-project-from-version-2/m-p/624277#M16071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No.&amp;nbsp; All assembly references are good.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 17:19:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-arcgis-silverlight-project-from-version-2/m-p/624277#M16071</guid>
      <dc:creator>PLadd</dc:creator>
      <dc:date>2012-09-24T17:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade ArcGIS Silverlight Project from version 2.1 to 3.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-arcgis-silverlight-project-from-version-2/m-p/624278#M16072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm having a similar problem.&amp;nbsp; I've removed all references to the ScaleBar element but at runtime I am still getting XamlParseException:&lt;BR /&gt;&lt;BR /&gt;"The type 'ScaleBar' was not found. [Line: 5 Position: 36]"&lt;BR /&gt;&lt;BR /&gt;I've done a search for ScaleBar on the entire solution but can't find any references.&amp;nbsp; I've closed solution and re-opened.&amp;nbsp; I've checked all XAML pages at line 5.&amp;nbsp; I've deleted the ScaleBar.xaml in my UserControls folder.&lt;BR /&gt;&lt;BR /&gt;How do I really, really clean out all reference to ScaleBar so I can migrate to 3.0?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The funny thing is that i got same error in same line and position, i think is because the compiler is not cleaning right my app... but i don't find the solution either =(&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 15:04:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/upgrade-arcgis-silverlight-project-from-version-2/m-p/624278#M16072</guid>
      <dc:creator>MiguelRueda</dc:creator>
      <dc:date>2013-02-20T15:04:23Z</dc:date>
    </item>
  </channel>
</rss>

