<?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: Could not load ArcGis Runtime(RuntimeCoreNet200_3.dll) in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/could-not-load-arcgis-runtime-runtimecorenet200-3/m-p/1392708#M12554</link>
    <description>&lt;P&gt;First thing to note is we require minimum Windows build 19044 in 200.3 (19041+ SDK).&lt;BR /&gt;Could you share what you have in your csproj file? Are you overriding runtime identifiers or Platform/PlatformTarget in that project?&lt;BR /&gt;If you use our &lt;A href="https://marketplace.visualstudio.com/items?itemName=Esri.ArcGISRuntimeTemplates" target="_self"&gt;project templates&lt;/A&gt; and create an ArcGIS WPF project, does that work and how does it differ from your project?&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2024 18:08:58 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2024-03-07T18:08:58Z</dc:date>
    <item>
      <title>Could not load ArcGis Runtime(RuntimeCoreNet200_3.dll)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/could-not-load-arcgis-runtime-runtimecorenet200-3/m-p/1391269#M12551</link>
      <description>&lt;P&gt;Hello i have a WPF application that was running with esri version 200.0 and net version 6.0&lt;BR /&gt;&lt;BR /&gt;After we upgraded to net version 8 and esri version 200.3 im getting the following &lt;STRONG&gt;exception &lt;/STRONG&gt;(after calling ArcGitRuntimeEnviroment.Initialize()):&lt;BR /&gt;Could not load ArcGis Runtime(RuntimeCoreNet200_3.dll) or one of it dependencies Ensure "Microsoft Visual C++ 2015-2022 Redistributable" is installed with &lt;STRONG&gt;inner exception :&amp;nbsp;&lt;/STRONG&gt;Unable to load DLL "RuntimeCoreNet200_3.dll"&amp;nbsp; or one of it dependencies: the specified module could not be found(0x8007007E)&lt;BR /&gt;&lt;BR /&gt;And when i checked the AcGisRuntime200.3 folder all i see the resources folder(the .dll file seems to be missing)&lt;BR /&gt;&lt;BR /&gt;I have tried the following solutions&amp;nbsp;&lt;A title="Solution 1" href="https://community.esri.com/t5/net-maps-sdk-questions/compatibility-issue-with-esri-arcgisruntime-nuget/m-p/1364788" target="_self"&gt;Solution 1&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;A title="Solution 2" href="https://community.esri.com/t5/net-maps-sdk-questions/exception-in-net-8-wpf-app-when-loading-runtime/m-p/1349762" target="_self"&gt;Solution 2&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;im using the following nugets&lt;BR /&gt;Esri.ArcGISRuntime.Hydography 200.3&lt;BR /&gt;Esri.ArcGISRuntime.WPF 200.3&lt;BR /&gt;Esri.ArcGISRuntime 200.3&lt;BR /&gt;&lt;BR /&gt;window version 1809(OS build 17763.5458)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 16:52:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/could-not-load-arcgis-runtime-runtimecorenet200-3/m-p/1391269#M12551</guid>
      <dc:creator>ofirrosner</dc:creator>
      <dc:date>2024-03-05T16:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load ArcGis Runtime(RuntimeCoreNet200_3.dll)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/could-not-load-arcgis-runtime-runtimecorenet200-3/m-p/1392708#M12554</link>
      <description>&lt;P&gt;First thing to note is we require minimum Windows build 19044 in 200.3 (19041+ SDK).&lt;BR /&gt;Could you share what you have in your csproj file? Are you overriding runtime identifiers or Platform/PlatformTarget in that project?&lt;BR /&gt;If you use our &lt;A href="https://marketplace.visualstudio.com/items?itemName=Esri.ArcGISRuntimeTemplates" target="_self"&gt;project templates&lt;/A&gt; and create an ArcGIS WPF project, does that work and how does it differ from your project?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 18:08:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/could-not-load-arcgis-runtime-runtimecorenet200-3/m-p/1392708#M12554</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-03-07T18:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load ArcGis Runtime(RuntimeCoreNet200_3.dll)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/could-not-load-arcgis-runtime-runtimecorenet200-3/m-p/1393753#M12565</link>
      <description>&lt;P&gt;when i use the project template is working fine&lt;BR /&gt;i the only think(?) that is different the ".deps.json" is different, in my project the relevant dlls are missing from there(my project is a class library project)&lt;BR /&gt;&lt;BR /&gt;Also in my project i have the following&lt;BR /&gt;&amp;lt;TargetFramework&amp;gt;net8.0-windows10.0.19041.0&amp;lt;/TargetFramework&amp;gt;&lt;BR /&gt;&amp;lt;CopyLocalLockFileAssemblies&amp;gt;true&amp;lt;/CopyLocalLockFileAssemblies&amp;gt;&lt;BR /&gt;&amp;lt;SupportedOSPlatformVersion&amp;gt;10.0.19041.0&amp;lt;/SupportedOSPlatformVersion&amp;gt;&lt;BR /&gt;&amp;lt;AppendTargetFrameworkToOutputPath&amp;gt;false&amp;lt;/AppendTargetFrameworkToOutputPath&amp;gt;&lt;BR /&gt;&amp;lt;AppendRuntimeIndentifierToOutputPath&amp;gt;false&amp;lt;/AppendRuntimeIndentifierToOutputPath&amp;gt;&lt;BR /&gt;&lt;BR /&gt;when i copied the above to the template project it didnt affected the result(worked fine)&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2024 06:23:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/could-not-load-arcgis-runtime-runtimecorenet200-3/m-p/1393753#M12565</guid>
      <dc:creator>ofirrosner</dc:creator>
      <dc:date>2024-03-10T06:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load ArcGis Runtime(RuntimeCoreNet200_3.dll)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/could-not-load-arcgis-runtime-runtimecorenet200-3/m-p/1493078#M12789</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;my project is a class library project&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;I don't quite understand that then, since you can't run a class library project. I assume there's an app project in the end?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 23:42:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/could-not-load-arcgis-runtime-runtimecorenet200-3/m-p/1493078#M12789</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-06-14T23:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load ArcGis Runtime(RuntimeCoreNet200_3.dll)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/could-not-load-arcgis-runtime-runtimecorenet200-3/m-p/1493533#M12790</link>
      <description>&lt;P&gt;Of course there is an app project at the end&lt;BR /&gt;already solved by referencing Esri runtime 200.3 at the main project&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 05:38:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/could-not-load-arcgis-runtime-runtimecorenet200-3/m-p/1493533#M12790</guid>
      <dc:creator>ofirrosner</dc:creator>
      <dc:date>2024-06-17T05:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Could not load ArcGis Runtime(RuntimeCoreNet200_3.dll)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/could-not-load-arcgis-runtime-runtimecorenet200-3/m-p/1493846#M12792</link>
      <description>&lt;P&gt;Yes you need to transitively reference the runtime. That's normally taken care of if you distribute your library as a nuget package, but if you just reference the assembly, you'll need to also reference the dependency.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 17:12:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/could-not-load-arcgis-runtime-runtimecorenet200-3/m-p/1493846#M12792</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-06-17T17:12:13Z</dc:date>
    </item>
  </channel>
</rss>

