<?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 Runtime 100.10 missing RuntimeCoreNet100_10.dll Error in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/runtime-100-10-missing-runtimecorenet100-10-dll/m-p/1030358#M9823</link>
    <description>&lt;P&gt;I've upgraded the runtime in nuget from 100.9 to 100.10, now i'm getting the following error at runtime:&lt;/P&gt;&lt;P&gt;"deployment folder, missing dll ...\arcgisruntime100.10\client64\RuntimeCoreNet100_10.dll"&lt;/P&gt;&lt;P&gt;when i look into the client64 folder i have the following files:&lt;/P&gt;&lt;P&gt;runtimecore.dll,&amp;nbsp;runtimecorenet.dll,&amp;nbsp;runtimecorenet.wpf.dll,&amp;nbsp;RuntimeCoreNet100_10.WPF.dll&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the packages i have installed are:&lt;/P&gt;&lt;P&gt;Esri.ArcGISRuntime&lt;/P&gt;&lt;P&gt;Esri.ArcGISRuntime.Toolkit&lt;/P&gt;&lt;P&gt;Esri.ArcGISRuntime.WPF&lt;/P&gt;&lt;P&gt;i did find RuntimeCoreNet100_10.dll in the .nuget\packages\esri.arcgisruntime.runtimes.win\100.10.0\runtimes\win-x64\native&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but when i copy it to the&amp;nbsp;arcgisruntime100.10\client64\ folder i get the following error:&lt;/P&gt;&lt;P&gt;System.DllNotFoundException: 'Unable to load DLL 'RuntimeCoreNet100_10.dll': The application has failed to start because its side-by-side configuration is incorrect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Feb 2021 06:48:37 GMT</pubDate>
    <dc:creator>YaronAvraham</dc:creator>
    <dc:date>2021-02-25T06:48:37Z</dc:date>
    <item>
      <title>Runtime 100.10 missing RuntimeCoreNet100_10.dll Error</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/runtime-100-10-missing-runtimecorenet100-10-dll/m-p/1030358#M9823</link>
      <description>&lt;P&gt;I've upgraded the runtime in nuget from 100.9 to 100.10, now i'm getting the following error at runtime:&lt;/P&gt;&lt;P&gt;"deployment folder, missing dll ...\arcgisruntime100.10\client64\RuntimeCoreNet100_10.dll"&lt;/P&gt;&lt;P&gt;when i look into the client64 folder i have the following files:&lt;/P&gt;&lt;P&gt;runtimecore.dll,&amp;nbsp;runtimecorenet.dll,&amp;nbsp;runtimecorenet.wpf.dll,&amp;nbsp;RuntimeCoreNet100_10.WPF.dll&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the packages i have installed are:&lt;/P&gt;&lt;P&gt;Esri.ArcGISRuntime&lt;/P&gt;&lt;P&gt;Esri.ArcGISRuntime.Toolkit&lt;/P&gt;&lt;P&gt;Esri.ArcGISRuntime.WPF&lt;/P&gt;&lt;P&gt;i did find RuntimeCoreNet100_10.dll in the .nuget\packages\esri.arcgisruntime.runtimes.win\100.10.0\runtimes\win-x64\native&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but when i copy it to the&amp;nbsp;arcgisruntime100.10\client64\ folder i get the following error:&lt;/P&gt;&lt;P&gt;System.DllNotFoundException: 'Unable to load DLL 'RuntimeCoreNet100_10.dll': The application has failed to start because its side-by-side configuration is incorrect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 06:48:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/runtime-100-10-missing-runtimecorenet100-10-dll/m-p/1030358#M9823</guid>
      <dc:creator>YaronAvraham</dc:creator>
      <dc:date>2021-02-25T06:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime 100.10 missing RuntimeCoreNet100_10.dll Error</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/runtime-100-10-missing-runtimecorenet100-10-dll/m-p/1030452#M9824</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your project hasn't resolved the dependencies properly - perhaps you're using packages.config? (see this article for instructions on how to migrate to package reference &lt;A href="https://docs.microsoft.com/en-us/nuget/consume-packages/migrate-packages-config-to-package-reference" target="_blank"&gt;https://docs.microsoft.com/en-us/nuget/consume-packages/migrate-packages-config-to-package-reference&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;I recommend migrating to the package reference approach and following the steps below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Uninstall&amp;nbsp;Esri.ArcGISRuntime&lt;/P&gt;&lt;P&gt;- Uninstall Esri.ArcGISRuntime.WPF&lt;/P&gt;&lt;P&gt;- Uninstall&amp;nbsp;Esri.ArcGISRuntime.Toolkit&lt;/P&gt;&lt;P&gt;- Unload your project and open in a text editor&lt;/P&gt;&lt;P&gt;- Check there are no references left to those packages (including any rogue error conditions near the bottom of the file)&lt;/P&gt;&lt;P&gt;- Reload your project&lt;/P&gt;&lt;P&gt;- Install&amp;nbsp;Uninstall Esri.ArcGISRuntime.WPF: This will resolve the dependencies to Esri.ArcGISRuntime and then E&lt;SPAN&gt;sri.ArcGISRuntime.Runtimes.Win.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Install&amp;nbsp;Esri.ArcGISRuntime.Toolkit&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 14:32:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/runtime-100-10-missing-runtimecorenet100-10-dll/m-p/1030452#M9824</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2021-02-25T14:32:51Z</dc:date>
    </item>
  </channel>
</rss>

