<?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: ArcGIS Runtime WPF App (.Net) with .Net 4.8 in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-wpf-app-net-with-net-4-8/m-p/1574484#M13233</link>
    <description>&lt;P&gt;I am having a similar issue when using Visual Studio 2022. see&amp;nbsp;&lt;A href="https://community.esri.com/t5/net-maps-sdk-questions/deploy-net-wpf-application/m-p/1574480" target="_blank"&gt;Deploy .NET WPF application - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Any suggestions ?&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2025 19:52:12 GMT</pubDate>
    <dc:creator>JustinTrody</dc:creator>
    <dc:date>2025-01-10T19:52:12Z</dc:date>
    <item>
      <title>ArcGIS Runtime WPF App (.Net) with .Net 4.8</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-wpf-app-net-with-net-4-8/m-p/1169222#M10935</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;For my current projet (in .Net 4.8 - Visual Studio 2017), I chosen to develop a "Esri map" component in an another projet, with Visual Studio 2019.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I used "create project" window and I had select "ArcGIS Runtime WPF App (.NET) (Esri)".&lt;/P&gt;&lt;P&gt;But, I can't use this projet (.Net 5) in my main projet (.Net 4.8). I have modified .csproj file to replace "&lt;STRONG&gt;&amp;lt;TargetFramework&amp;gt;net5.0-windows10.0.19041.0&amp;lt;/TargetFramework&amp;gt;&lt;/STRONG&gt;" by "&lt;STRONG&gt;&amp;lt;TargetFramework&amp;gt;net48&amp;lt;/TargetFramework&amp;gt;&lt;/STRONG&gt;" but I have this error when i affect ArcGISRuntimeEnvironment.ApiKey :&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;System.InvalidOperationException&lt;BR /&gt;HResult=0x80131509&lt;BR /&gt;Message=Could not load ArcGIS Runtime (RuntimeCoreNet100_14.dll) or any of its dependencies. Make sure the "Microsoft Visual C++ 2015-2019 Redistributable" component is installed.&lt;BR /&gt;Source=Esri.ArcGISRuntime&lt;BR /&gt;Procedure call tree :&lt;BR /&gt;at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.TryInitialize()&lt;BR /&gt;at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.InitNative()&lt;BR /&gt;at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.InitializeRuntimeCore()&lt;BR /&gt;at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.set_ApiKey(String value)&lt;BR /&gt;Internal exception 1 :&lt;BR /&gt;BadImageFormatException: Attempting to load an incorrect format program. (Exception from HRESULT : 0x8007000B)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I know this error is due to my modification but it says that the ArcGIS framework is available since the .Net Framework 4.6.1 .&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/net/reference/system-requirements/#wpf-requirements" target="_blank"&gt;https://developers.arcgis.com/net/reference/system-requirements/#wpf-requirements&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;.NET SDKs&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;.NET SDK 6.0.201 or higher - .NET 6.0 Target Framework net6.0-windows10.0.18362.0 or higher&lt;/LI&gt;&lt;LI&gt;.NET Framework 4.6.1 or higher&lt;/LI&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Have you an idea for my problem ?&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 11:07:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-wpf-app-net-with-net-4-8/m-p/1169222#M10935</guid>
      <dc:creator>vergerk</dc:creator>
      <dc:date>2022-04-29T11:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime WPF App (.Net) with .Net 4.8</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-wpf-app-net-with-net-4-8/m-p/1169247#M10936</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The Visual Studio extension with project templates does not support VS 2017:&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/reference/system-requirements/#development-environments" target="_blank" rel="noopener"&gt;it only supports VS 2019 and VS 2022&lt;/A&gt;. In fact I'm a little surprised you were able to install into VS 2017, it should prevent this from happening which is something we'll need to investigate.&lt;/P&gt;&lt;P&gt;If you're starting a new project now, we highly recommend VS 2022 and .NET 6.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 12:44:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-wpf-app-net-with-net-4-8/m-p/1169247#M10936</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2022-04-29T12:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime WPF App (.Net) with .Net 4.8</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-wpf-app-net-with-net-4-8/m-p/1169257#M10939</link>
      <description>&lt;P&gt;Hello,No, I use two versions of Visual Studio: 2019 (for the map) and 2017 (my main project).&lt;/P&gt;&lt;P&gt;I found a solution with starting a new project (for the map) with VS2017 but without a model (need to modify some files to be able to load the data).&lt;/P&gt;&lt;P&gt;For the moment, it works.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 12:52:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-wpf-app-net-with-net-4-8/m-p/1169257#M10939</guid>
      <dc:creator>vergerk</dc:creator>
      <dc:date>2022-04-29T12:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime WPF App (.Net) with .Net 4.8</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-wpf-app-net-with-net-4-8/m-p/1169590#M10943</link>
      <description>&lt;P&gt;The template installer for WPF only comes with .NET 6 support and requires VS2022. This is because the We a few years ago removed the .NET Framework templates to be in line with the Microsoft recommendation to not use .NET Framework for new work.&lt;BR /&gt;&lt;BR /&gt;To use .NET Framework, instead create a blank WPF .NET Framework application and add the Esri.ArcGISRuntime.WPF NuGet package (this should even work in VS2017, although we don't officially support/test it). Just changing the framework in the SDK-style project isn't fully supported with .NET Framework. It's possible but might cause a few headaches (you could try adding &amp;lt;PlatformTarget&amp;gt;AnyCPU&amp;lt;/PlatformTarget&amp;gt; to the PropertyGroup, and it might resolve this specific issue but I'd still recommend starting with the blank wpf templates instead)&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2022 23:35:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-wpf-app-net-with-net-4-8/m-p/1169590#M10943</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2022-04-30T23:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime WPF App (.Net) with .Net 4.8</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-wpf-app-net-with-net-4-8/m-p/1574484#M13233</link>
      <description>&lt;P&gt;I am having a similar issue when using Visual Studio 2022. see&amp;nbsp;&lt;A href="https://community.esri.com/t5/net-maps-sdk-questions/deploy-net-wpf-application/m-p/1574480" target="_blank"&gt;Deploy .NET WPF application - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Any suggestions ?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 19:52:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-wpf-app-net-with-net-4-8/m-p/1574484#M13233</guid>
      <dc:creator>JustinTrody</dc:creator>
      <dc:date>2025-01-10T19:52:12Z</dc:date>
    </item>
  </channel>
</rss>

