<?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: Publish/Deploy self-contained win-x64 not working for .NET7 in 200.0.0 in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/publish-deploy-self-contained-win-x64-not-working/m-p/1334116#M12152</link>
    <description>&lt;P&gt;I have the same about&amp;nbsp; the msix, how to configure these settings?&lt;/P&gt;&lt;P&gt;To following error appears:&amp;nbsp; The runtime identifier 'win-x86' is not supported by the 'Esri.ArcGISRuntime.runtimes.win10' package. Please specify either win10-x86, win10-x64, or win10-arm64.&amp;nbsp;&lt;/P&gt;&lt;P&gt;...\.nuget\packages\esri.arcgisruntime.runtimes.win10\200.2.0\buildTransitive\net6.0-windows10.0.19041.0\Esri.ArcGISRuntime.runtimes.win10.targets 6&lt;/P&gt;</description>
    <pubDate>Mon, 02 Oct 2023 13:49:02 GMT</pubDate>
    <dc:creator>HansSlag</dc:creator>
    <dc:date>2023-10-02T13:49:02Z</dc:date>
    <item>
      <title>Publish/Deploy self-contained win-x64 not working for .NET7 in 200.0.0</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/publish-deploy-self-contained-win-x64-not-working/m-p/1261761#M11711</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've found a bug in the current version (I reckon).&lt;/P&gt;&lt;P&gt;I'm using Esri.ArcGISRuntime.WPF v200.0.0 in a WPF + NET7 application.&lt;/P&gt;&lt;P&gt;I am publishing it as self-contained win-x64.&lt;/P&gt;&lt;P&gt;Accoring to&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/license-and-deployment/deployment/#wpf-or-winui-targeting-net-6-or-higher" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/net/license-and-deployment/deployment/#wpf-or-winui-targeting-net-6-or-higher&lt;/A&gt;&amp;nbsp;your DLLs should be copied to the &amp;lt;Output&amp;gt;\publish folder... which they are not.&lt;/P&gt;&lt;P&gt;In fact all the files in &amp;lt;BuildOut&amp;gt;\runtimes\win10-x64\native\ are not copied (i.e.&amp;nbsp;RuntimeCoreNet200_0.dll).&lt;/P&gt;&lt;P&gt;Here's my csproj:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;Project Sdk="Microsoft.NET.Sdk"&amp;gt;

	&amp;lt;PropertyGroup&amp;gt;
		&amp;lt;OutputType&amp;gt;WinExe&amp;lt;/OutputType&amp;gt;
		&amp;lt;TargetFramework&amp;gt;net7.0-windows10.0.19041.0&amp;lt;/TargetFramework&amp;gt;
		&amp;lt;Nullable&amp;gt;enable&amp;lt;/Nullable&amp;gt;
		&amp;lt;ImplicitUsings&amp;gt;disable&amp;lt;/ImplicitUsings&amp;gt;
		&amp;lt;UseWPF&amp;gt;true&amp;lt;/UseWPF&amp;gt;
	&amp;lt;/PropertyGroup&amp;gt;

  &amp;lt;ItemGroup&amp;gt;
    &amp;lt;PackageReference Include="Esri.ArcGISRuntime.WPF" Version="200.0.0" /&amp;gt;
  &amp;lt;/ItemGroup&amp;gt;

&amp;lt;/Project&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you know about this already and when it will be fixed.&lt;/P&gt;&lt;P&gt;I can copy those DLLs afterwards myself. But if I want to deploy/publish it as single-file I'm out of luck &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;PS: I've also attached my full Solution for reproduction purposes&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 13:33:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/publish-deploy-self-contained-win-x64-not-working/m-p/1261761#M11711</guid>
      <dc:creator>SokoFromNZ</dc:creator>
      <dc:date>2023-02-25T13:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Publish/Deploy self-contained win-x64 not working for .NET7 in 200.0.0</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/publish-deploy-self-contained-win-x64-not-working/m-p/1261776#M11712</link>
      <description>&lt;P&gt;Make sure when you publish to set your runtime identifier to “win10-x64”.&lt;/P&gt;&lt;P&gt;This is a change from 100.x where the RID was “win-x64”.&lt;/P&gt;&lt;P&gt;Side note: v200.1 will generate a helpful build error if you use an unsupported RID so that you’ll realize this a little easier.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 16:55:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/publish-deploy-self-contained-win-x64-not-working/m-p/1261776#M11712</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2023-02-25T16:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Publish/Deploy self-contained win-x64 not working for .NET7 in 200.0.0</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/publish-deploy-self-contained-win-x64-not-working/m-p/1261778#M11713</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would... if I could... see screenshot&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SokoFromNZ_1-1677344131120.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/63727iA74303193D1D44FA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SokoFromNZ_1-1677344131120.png" alt="SokoFromNZ_1-1677344131120.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 16:55:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/publish-deploy-self-contained-win-x64-not-working/m-p/1261778#M11713</guid>
      <dc:creator>SokoFromNZ</dc:creator>
      <dc:date>2023-02-25T16:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Publish/Deploy self-contained win-x64 not working for .NET7 in 200.0.0</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/publish-deploy-self-contained-win-x64-not-working/m-p/1261782#M11714</link>
      <description>&lt;P&gt;Yeah that’s a VS bug. In your project settings add this and it should show:&lt;/P&gt;&lt;P&gt;&amp;lt;RuntimeIdentifiers&amp;gt;win10-x86;win10-x64;win10-arm64&amp;lt;/RuntimeIdentifiers&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Or you can manually change it in the publish settings file.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 17:00:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/publish-deploy-self-contained-win-x64-not-working/m-p/1261782#M11714</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2023-02-25T17:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Publish/Deploy self-contained win-x64 not working for .NET7 in 200.0.0</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/publish-deploy-self-contained-win-x64-not-working/m-p/1331846#M12138</link>
      <description>&lt;P&gt;How do you set the Runtime for a .msix packaged project?&amp;nbsp; I've tried adding&amp;nbsp;&lt;SPAN&gt;&amp;lt;RuntimeIdentifiers&amp;gt;win10-x86;win10-x64;win10-arm64&amp;lt;/RuntimeIdentifiers&amp;gt; to the &amp;lt;PropertyGroup&amp;gt; for both the project .csproj and the MSIX Packaging .csproj&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2023 19:33:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/publish-deploy-self-contained-win-x64-not-working/m-p/1331846#M12138</guid>
      <dc:creator>RussellSchwab</dc:creator>
      <dc:date>2023-09-24T19:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Publish/Deploy self-contained win-x64 not working for .NET7 in 200.0.0</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/publish-deploy-self-contained-win-x64-not-working/m-p/1334116#M12152</link>
      <description>&lt;P&gt;I have the same about&amp;nbsp; the msix, how to configure these settings?&lt;/P&gt;&lt;P&gt;To following error appears:&amp;nbsp; The runtime identifier 'win-x86' is not supported by the 'Esri.ArcGISRuntime.runtimes.win10' package. Please specify either win10-x86, win10-x64, or win10-arm64.&amp;nbsp;&lt;/P&gt;&lt;P&gt;...\.nuget\packages\esri.arcgisruntime.runtimes.win10\200.2.0\buildTransitive\net6.0-windows10.0.19041.0\Esri.ArcGISRuntime.runtimes.win10.targets 6&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 13:49:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/publish-deploy-self-contained-win-x64-not-working/m-p/1334116#M12152</guid>
      <dc:creator>HansSlag</dc:creator>
      <dc:date>2023-10-02T13:49:02Z</dc:date>
    </item>
  </channel>
</rss>

