<?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: Integration error showing on arcgis.runtime.toolkit but it is present in packages folder? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/integration-error-showing-on-arcgis-runtime/m-p/202759#M2364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What issues are you having with the toolkit TOC? Also the toolkit is open source - you can pull the source for any version and recompile it for your version, and make any adjustments you like.&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-toolkit-dotnet" title="https://github.com/Esri/arcgis-toolkit-dotnet"&gt;GitHub - Esri/arcgis-toolkit-dotnet: Toolkit for ArcGIS Runtime SDK for .NET&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Nov 2020 21:08:03 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2020-11-05T21:08:03Z</dc:date>
    <item>
      <title>Integration error showing on arcgis.runtime.toolkit but it is present in packages folder?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/integration-error-showing-on-arcgis-runtime/m-p/202753#M2358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4061"&gt;Michael Branscomb&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/tag/runtimesdk.net/tg-p"&gt;#runtimesdk.net&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Hi sir&lt;/P&gt;&lt;P&gt;&amp;nbsp;I run my GIS project standalone it is working fine.But&lt;/P&gt;&lt;P&gt;When i integrate my gis application to an existing project it is showing me exception that&amp;nbsp;&lt;/P&gt;&lt;P&gt;(System.Windows.Markup.XamlParseException: ''The invocation of the constructor on type 'Esri.ArcGISRuntime.Toolkit.Preview.UI.Controls.TableOfContents' that matches the specified binding constraints threw an exception.' Line number '123' and line position '22'.') and inner exception is(FileLoadException: Could not load file or assembly 'Esri.ArcGISRuntime, Version=100.4.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040))&lt;/P&gt;&lt;P&gt;but inside package folder toolkit 100.4.0 and toolkit.preview 100.4.0 both are available and i m using esri.arcgis.runtime 100.6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sir please&amp;nbsp; please help me out&amp;nbsp; sir i m badly stuck here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 11:30:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/integration-error-showing-on-arcgis-runtime/m-p/202753#M2358</guid>
      <dc:creator>HarshGupta</dc:creator>
      <dc:date>2020-10-29T11:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Integration error showing on arcgis.runtime.toolkit but it is present in packages folder?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/integration-error-showing-on-arcgis-runtime/m-p/202754#M2359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems your Toolkit v100.4 reference is trying to find the API v100.4 but instead probably finds the API v100.6 which you say you have also referenced. It would be beneficial if you could provide&amp;nbsp;more&amp;nbsp;details of your project/solution structure. You may also want to try Stack Overflow since this could be more of a general reference management issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the current releases of the&amp;nbsp;API and Toolkit are v100.9.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 17:06:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/integration-error-showing-on-arcgis-runtime/m-p/202754#M2359</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-10-29T17:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Integration error showing on arcgis.runtime.toolkit but it is present in packages folder?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/integration-error-showing-on-arcgis-runtime/m-p/202755#M2360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4061"&gt;Michael Branscomb&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;If Toolkit v100.4.0 was finding esri.arcgisruntime 100.4.0 then it should also not worked in standlone mode.&lt;/P&gt;&lt;P&gt;but it is working in standalone and not working on Integrated mode.&lt;/P&gt;&lt;P&gt;I am stucked please help me out.&lt;/P&gt;&lt;P&gt;i attached screenshot of App.config, packages.config,Packages folder.&lt;/P&gt;&lt;P&gt;App.config&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="512247" alt="App.config" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/512247_App.config.PNG" /&gt;package.config&lt;IMG __jive_id="512248" alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/512248_Package.config.PNG" /&gt;&lt;/P&gt;&lt;P&gt;Packages folder&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="512255" alt="" class="jive-emoji jive-image image-3 j-img-original" src="https://community.esri.com/legacyfs/online/512255_Packagesfolder.PNG" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-4 j-img-original" src="https://community.esri.com/legacyfs/online/512257_CaptureStructure.PNG" /&gt;&lt;A href="https://community.esri.com/space/2149"&gt;ArcGIS Runtime SDK for .NET&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;And it is continously showing me error &lt;SPAN style="background-color: #ffffff;"&gt;''The invocation of the constructor on type 'Esri.ArcGISRuntime.Toolkit.Preview.UI.Controls.TableOfContents' that matches the specified binding constraints threw an exception.' Line number '123' and line position '22'.') and inner exception is(FileLoadException: Could not load file or assembly 'Esri.ArcGISRuntime, Version=100.4.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Please help me..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 12:40:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/integration-error-showing-on-arcgis-runtime/m-p/202755#M2360</guid>
      <dc:creator>HarshGupta</dc:creator>
      <dc:date>2020-11-02T12:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Integration error showing on arcgis.runtime.toolkit but it is present in packages folder?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/integration-error-showing-on-arcgis-runtime/m-p/202756#M2361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4061"&gt;Michael Branscomb&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;How to update toollkit from 100.4.0 to 100.6.0 in manage nuget package it is&amp;nbsp; showing me option for&amp;nbsp; updating&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2020 10:22:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/integration-error-showing-on-arcgis-runtime/m-p/202756#M2361</guid>
      <dc:creator>HarshGupta</dc:creator>
      <dc:date>2020-11-03T10:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Integration error showing on arcgis.runtime.toolkit but it is present in packages folder?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/integration-error-showing-on-arcgis-runtime/m-p/202757#M2362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd recommend you always keep your runtime version and your toolkit version the same. Having 100.4 with 100.6 is not recommended.&lt;/P&gt;&lt;P&gt;However you could try and checking the assembly redirect in the project settings, and it should likely load for you:&lt;BR /&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/512420_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2020 19:50:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/integration-error-showing-on-arcgis-runtime/m-p/202757#M2362</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-11-03T19:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Integration error showing on arcgis.runtime.toolkit but it is present in packages folder?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/integration-error-showing-on-arcgis-runtime/m-p/202758#M2363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@&lt;A _jive_internal="true" class="" data-avatarid="4400" data-externalid="" data-online="false" data-presence="null" data-userid="3050" data-username="mnielsen-esristaff" href="https://community.esri.com/people/mnielsen-esristaff" style="color: inherit; background-color: #ffffff; border: 0px; font-weight: bold; text-decoration: underline; font-size: 14px;"&gt;Morten Nielsen&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4061"&gt;Michael Branscomb&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;But in 100.6.0 toolkit&amp;nbsp; table of content is not working(not displayed the content) properly it is working fine in 100.4.0 toolkit.&lt;/P&gt;&lt;P&gt;And i need arcgisruntime 100.6.0 because kml export funtinality introduce in 100.6.0.&lt;/P&gt;&lt;P&gt;so i m consufed what to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2020 10:12:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/integration-error-showing-on-arcgis-runtime/m-p/202758#M2363</guid>
      <dc:creator>HarshGupta</dc:creator>
      <dc:date>2020-11-05T10:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Integration error showing on arcgis.runtime.toolkit but it is present in packages folder?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/integration-error-showing-on-arcgis-runtime/m-p/202759#M2364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What issues are you having with the toolkit TOC? Also the toolkit is open source - you can pull the source for any version and recompile it for your version, and make any adjustments you like.&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-toolkit-dotnet" title="https://github.com/Esri/arcgis-toolkit-dotnet"&gt;GitHub - Esri/arcgis-toolkit-dotnet: Toolkit for ArcGIS Runtime SDK for .NET&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2020 21:08:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/integration-error-showing-on-arcgis-runtime/m-p/202759#M2364</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-11-05T21:08:03Z</dc:date>
    </item>
  </channel>
</rss>

