<?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: System.runtime.serialization and resolving reference assemblies with infowindow in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/system-runtime-serialization-and-resolving/m-p/637265#M16393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jennifer, thanks for the posted solution. That worked great! I didn't have to go through and delete the references, but starting over and stepping through the minimum requirements did the trick. Thanks again!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Jimmy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Apr 2012 12:52:19 GMT</pubDate>
    <dc:creator>JimmyDobbins</dc:creator>
    <dc:date>2012-04-30T12:52:19Z</dc:date>
    <item>
      <title>System.runtime.serialization and resolving reference assemblies with infowindow</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/system-runtime-serialization-and-resolving/m-p/637262#M16390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to get the infowindow example from the interactive SDK working. I am using Visual Studio 2010 SP1, ESRI Silverlight 2.4, .NET framework 3.5, and Silverlight version 4.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the sample I am implementing: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#InfoWindowSimple" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#InfoWindowSimple&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My code is copied from the example (with the necessary "MainPage" modifications to class name, etc. I cannot get it to run and I get some strange behavior....let me try to explain:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first time I run it I get an error message stating that it cannot load system.runtime.serialization. So, I add a reference to that and rebuild the solution (as per &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/6132-Could-not-load-file-or-assembly-System.Runtime.Serialization-Version-2.0.5.0?highlight=runtime.serialization" rel="nofollow" target="_blank"&gt;this discussion&lt;/A&gt;&lt;SPAN&gt;). Once I do that, I get another error: "cannot resolve the reference assemblies. Please check the reference assemblies. Object reference not set to an instance of an object." I remove and re-add the serialization instance, but I am in a vicious cycle between the two error messages. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At one point I figured maybe it was because I had several Silverlight SDK versions installed (3,4,5) so I removed all but version 4. I still get the error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have any ideas what is causing this? I am at a complete loss after hours of trying different things and googling the problem to death. Thanks in advance for any help you can provide.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2012 00:57:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/system-runtime-serialization-and-resolving/m-p/637262#M16390</guid>
      <dc:creator>JimmyDobbins</dc:creator>
      <dc:date>2012-04-21T00:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: System.runtime.serialization and resolving reference assemblies with infowindow</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/system-runtime-serialization-and-resolving/m-p/637263#M16391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcGIS API for Silverlight v2.4 has the following minimum requirements: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#/Installation/016600000005000000/" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/silverlight/help/index.html#/Installation/016600000005000000/&lt;/A&gt;&lt;SPAN&gt;. What you can do is download the SDK sample: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#/Interactive_SDK_samples/01660000000v000000/" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/silverlight/help/index.html#/Interactive_SDK_samples/01660000000v000000/&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;System.Runtime.Serialization often comes up when you are defining Symbols, Extent, Geometry in XAML. To fix this, you just need to add "System.Runtime.Serialization" assembly. Also check your project reference, make sure it points to the proper assemblies (see Path). If this path seems incorrect, points to "/users/..", you can remove references to API assemblies from your SL project, delete bin and obj folder from your SL app, and add references to API assemblies again, clean solution and rebuild.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 17:31:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/system-runtime-serialization-and-resolving/m-p/637263#M16391</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-04-23T17:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: System.runtime.serialization and resolving reference assemblies with infowindow</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/system-runtime-serialization-and-resolving/m-p/637264#M16392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jennifer, thanks for the reply. I am away from the computer for a few days, but will try it as soon as I return. Thanks again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 18:46:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/system-runtime-serialization-and-resolving/m-p/637264#M16392</guid>
      <dc:creator>JimmyDobbins</dc:creator>
      <dc:date>2012-04-23T18:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: System.runtime.serialization and resolving reference assemblies with infowindow</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/system-runtime-serialization-and-resolving/m-p/637265#M16393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jennifer, thanks for the posted solution. That worked great! I didn't have to go through and delete the references, but starting over and stepping through the minimum requirements did the trick. Thanks again!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Jimmy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 12:52:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/system-runtime-serialization-and-resolving/m-p/637265#M16393</guid>
      <dc:creator>JimmyDobbins</dc:creator>
      <dc:date>2012-04-30T12:52:19Z</dc:date>
    </item>
  </channel>
</rss>

