<?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: Silverlight 5: The tag FeatureDataGrid' does not exist in XML namespace in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-5-the-tag-featuredatagrid-does-not/m-p/80073#M1944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Our current release v2.3 is targeted for Silverlight 4. FeatureDataGrid based on our v2.3 API will not work in Silverlight 5, so far this is the only Toolkit control that we have found to have an issue in a Silverlight 5 application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jan 2012 22:00:05 GMT</pubDate>
    <dc:creator>ChristopherHill</dc:creator>
    <dc:date>2012-01-11T22:00:05Z</dc:date>
    <item>
      <title>Silverlight 5: The tag FeatureDataGrid' does not exist in XML namespace</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-5-the-tag-featuredatagrid-does-not/m-p/80071#M1942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have tried including the assembly System.Windows.Controls.Data, and basically all others, but it keeps on failing. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 05:42:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-5-the-tag-featuredatagrid-does-not/m-p/80071#M1942</guid>
      <dc:creator>WernerGrift</dc:creator>
      <dc:date>2012-01-10T05:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Silverlight 5: The tag FeatureDataGrid' does not exist in XML namespace</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-5-the-tag-featuredatagrid-does-not/m-p/80072#M1943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I answerd this on another thread. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/47269-New-runtime-error-with-Navigation-and-Legend-in-Silverlight-5"&gt;http://forums.arcgis.com/threads/47269-New-runtime-error-with-Navigation-and-Legend-in-Silverlight-5&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 21:43:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-5-the-tag-featuredatagrid-does-not/m-p/80072#M1943</guid>
      <dc:creator>ChristopherHill</dc:creator>
      <dc:date>2012-01-11T21:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Silverlight 5: The tag FeatureDataGrid' does not exist in XML namespace</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-5-the-tag-featuredatagrid-does-not/m-p/80073#M1944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Our current release v2.3 is targeted for Silverlight 4. FeatureDataGrid based on our v2.3 API will not work in Silverlight 5, so far this is the only Toolkit control that we have found to have an issue in a Silverlight 5 application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 22:00:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-5-the-tag-featuredatagrid-does-not/m-p/80073#M1944</guid>
      <dc:creator>ChristopherHill</dc:creator>
      <dc:date>2012-01-11T22:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Silverlight 5: The tag FeatureDataGrid' does not exist in XML namespace</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-5-the-tag-featuredatagrid-does-not/m-p/80074#M1945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is an unfortunate side effect of Microsoft changing the assembly version numbers from 2.0.5 to 5.0.5 (this is the first time they have done this). So basically what happens is that when the FeatureDataGrid tries to find the base DataGrid control, it can't find it, because it can't find v2.0.5 (which is the assembly version used in Silverlight 2 through 4).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;One way to work around this is to reference the SL4 version of the assemblies used by DataGrid (System.Windows.Controls.Data and a couple more I think). This works, but you wont get any enhancements in those assemblies that were updated in SL5 (but that's probably only minor stuff, if any). Leave the core reference assemblies at SL5 versions though - for some reason those doesn't pose a problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;v3.0 will be released on SL5, so you won't have to deal with this in the future version.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 15:32:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-5-the-tag-featuredatagrid-does-not/m-p/80074#M1945</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2012-01-12T15:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Silverlight 5: The tag FeatureDataGrid' does not exist in XML namespace</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-5-the-tag-featuredatagrid-does-not/m-p/80075#M1946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another thing you could do is go to &lt;/SPAN&gt;&lt;A href="http://esrisilverlight.codeplex.com"&gt;http://esrisilverlight.codeplex.com&lt;/A&gt;&lt;SPAN&gt; and download the toolkit source. Open the silverlight solution and change the projects to target Silverlight 5 (double check that all references now point to v5 versions). Use these assemblies instead, and you should be good to go.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 18:50:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-5-the-tag-featuredatagrid-does-not/m-p/80075#M1946</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2012-01-12T18:50:18Z</dc:date>
    </item>
  </channel>
</rss>

