<?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: Add-in Build and Install Error in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1596736#M12763</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/818028"&gt;@JoePolaski&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have Pro 3.2 on the machine, correct?&amp;nbsp;Based on the version of RegisterAddIn.exe that you shared above, it is at version 3.3.&lt;/P&gt;&lt;P&gt;On your machine, do you have a C:\ProgramData\EsriProCommon folder? It should have the RegisterAddIn.exe and it should be at 13.2.0.XXXX.&amp;nbsp; So let's confirm that first.&lt;/P&gt;&lt;P&gt;When you are targeting ArcGIS Pro 3.2, your solution should use the exe from this location. (Which is the next step to fix)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Mar 2025 18:38:34 GMT</pubDate>
    <dc:creator>UmaHarano</dc:creator>
    <dc:date>2025-03-18T18:38:34Z</dc:date>
    <item>
      <title>Add-in Build and Install Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1593962#M12718</link>
      <description>&lt;P&gt;I don't know what specifically triggered this to start happening, but while developing I started noticing late last week that after making GUI changes to an Add-in I am working on, they were never showing up in the actual add-in. After extensive testing to make sure it wasn't an error on my part, I realized that the changes were not showing up because of some new error when building. I verified this by deleting the C:\Documents\ArcGIS\AddIns\ArcGISPro\{add in folder guid}&amp;nbsp; directory and rebuilding the project... I noticed the esriAddInX file is never being replaced. It says the build succeeded but when pro opens there is no trace of my add in.&lt;BR /&gt;&lt;BR /&gt;I am also seeing as soon as RegisterAddIn.exe is run for my add in an exception gets thrown:&lt;BR /&gt;&lt;BR /&gt;Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The located assembly's manifest definition does not match the assembly reference. (0x80131040)&lt;BR /&gt;&lt;BR /&gt;It seems like this could be a .NET version mismatch ? I have ArcGIS Pro 3.2 Installed and I am building an Add-In targeting ArcGIS Pro 3.1 using the Esri.ArcGISPro.Extensions30 Nuget package. This has been working totally fine until last week when I had to downgrade my version of pro from 3.3 to 3.2 to work with an enterprise geodatabase using Sql Server 2016.&lt;BR /&gt;&lt;BR /&gt;I am really spinning my wheels on this and I have tried a few things to fix it with no luck. Has anyone encountered this before?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 18:22:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1593962#M12718</guid>
      <dc:creator>JoePolaski</dc:creator>
      <dc:date>2025-03-10T18:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Build and Install Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1594359#M12726</link>
      <description>&lt;P&gt;You have Pro 3.2 installed (downgraded from 3.3). When you build addins, your visual studio project references the 3.1 &lt;SPAN&gt;Esri.ArcGISPro.Extensions30 Nuget package. Is this correct?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you please check the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;* Where is RegisterAddin.exe on your machine? Is it in the install-location\ bin folder or C:\ProgramData?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 17:00:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1594359#M12726</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2025-03-11T17:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Build and Install Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1594361#M12727</link>
      <description>&lt;P&gt;At 3.2, Pro and the Pro SDK use .NET 6.x while at 3.3 Pro and the Pro SDK use .NET 8.x. This is likely the source of the discrepancy.&lt;/P&gt;&lt;P&gt;You'll likely need to downgrade your references to .NET 6&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 17:02:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1594361#M12727</guid>
      <dc:creator>SelimDissem</dc:creator>
      <dc:date>2025-03-11T17:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Build and Install Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1594363#M12728</link>
      <description>&lt;P&gt;I am using ArcGIS Pro SDK 3.2 along with ArcGIS Pro 3.2. The project is targeting .NET 6 and as far as I know does not have any references to .NET 8&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 17:04:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1594363#M12728</guid>
      <dc:creator>JoePolaski</dc:creator>
      <dc:date>2025-03-11T17:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Build and Install Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1594364#M12729</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/9021"&gt;@UmaHarano&lt;/a&gt;&amp;nbsp; it is currently located in C:\Program Files\ArcGIS\Pro\bin&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 17:05:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1594364#M12729</guid>
      <dc:creator>JoePolaski</dc:creator>
      <dc:date>2025-03-11T17:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Build and Install Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1594392#M12731</link>
      <description>&lt;P&gt;If you don't already have this option turned on, can you please turn on the Visual Studio verbosity option to detailed?&lt;/P&gt;&lt;P&gt;And then, if you can compile your project, please check and see in the output exactly where RegisterAddIn.exe is being invoked from.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UmaHarano_0-1741715944062.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/127661iDE9DBEB6CE350856/image-size/medium?v=v2&amp;amp;px=400" role="button" title="UmaHarano_0-1741715944062.png" alt="UmaHarano_0-1741715944062.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As example, I see this in my output window when building addins:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  Task "Message"
    ArcGISFolder Name: C:\Program Files\ArcGIS\Pro\bin...
  Done executing task "Message".
  Task "Message" skipped, due to false condition; (!Exists('$(ArcGISFolder)')) was evaluated as (!Exists('C:\Program Files\ArcGIS\Pro\bin')).
  Task "Message"
    Execute RegisterAddIn.exe "C:\PathTo.esriAddinX" /s...
  Done executing task "Message".
  Task "Exec"
    RegisterAddIn.exe "C:\PathTo.esriAddinX" /s&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 18:03:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1594392#M12731</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2025-03-11T18:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Build and Install Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1594879#M12738</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/9021"&gt;@UmaHarano&lt;/a&gt; ,&lt;BR /&gt;&lt;BR /&gt;So I am seeing this&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Task "Message"
1&amp;gt;    ArcGISFolder Name: C:\Program Files\ArcGIS\Pro\...
1&amp;gt;  Done executing task "Message".
1&amp;gt;  Task "Message" skipped, due to false condition; ('$(ArcGISFolder)' == '') was evaluated as ('C:\Program Files\ArcGIS\Pro\' == '').&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;It then executes&amp;nbsp; RegsiterAddIn.exe on the esriAddInX file in my repo and immediately gets this exception&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The located assembly's manifest definition does not match the assembly reference. (0x80131040)
1&amp;gt;    File name: 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;and exits with code&amp;nbsp;exited with code -532462766.&lt;BR /&gt;&lt;BR /&gt;If I I check my installed sdks I can see this&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;dotnet --list-sdks
6.0.136 [C:\Program Files\dotnet\sdk]
8.0.403 [C:\Program Files\dotnet\sdk]
9.0.102 [C:\Program Files\dotnet\sdk]&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;I also have .NET 6 SDK showing installed for VS. Not sure what to do to correct this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 18:25:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1594879#M12738</guid>
      <dc:creator>JoePolaski</dc:creator>
      <dc:date>2025-03-12T18:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Build and Install Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1595571#M12751</link>
      <description>&lt;P&gt;Two quick checks:&lt;/P&gt;&lt;P&gt;You mentioned that RegisterAddIn.exe is in your&amp;nbsp;&lt;SPAN&gt;C:\Program Files\ArcGIS\Pro\bin. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Can you please check its version? Right click on the exe and click Details tab to get the version.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. Next, your esriAddInX file for your solution should be in your solution's Debug folder. When you double click it, what happens?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I think for some reason your RegisterAddIn.exe is not matching the version of ArcGIS Pro on your machine. So that is what I am trying to check.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 13:25:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1595571#M12751</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2025-03-14T13:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Build and Install Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1595575#M12752</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/9021"&gt;@UmaHarano&lt;/a&gt; ,&lt;BR /&gt;&lt;BR /&gt;1. So the RegisterAddIn.exe version is listed as 13.3.0.52636&lt;BR /&gt;&lt;BR /&gt;2. When I double click the esriAddInX file I get the little circle progressor symbol near my mouse pointer showing something is starting to happen... then it goes away and nothing happens.&lt;BR /&gt;&lt;BR /&gt;This is interesting because the installer should launch.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 13:39:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1595575#M12752</guid>
      <dc:creator>JoePolaski</dc:creator>
      <dc:date>2025-03-14T13:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Build and Install Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1596736#M12763</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/818028"&gt;@JoePolaski&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have Pro 3.2 on the machine, correct?&amp;nbsp;Based on the version of RegisterAddIn.exe that you shared above, it is at version 3.3.&lt;/P&gt;&lt;P&gt;On your machine, do you have a C:\ProgramData\EsriProCommon folder? It should have the RegisterAddIn.exe and it should be at 13.2.0.XXXX.&amp;nbsp; So let's confirm that first.&lt;/P&gt;&lt;P&gt;When you are targeting ArcGIS Pro 3.2, your solution should use the exe from this location. (Which is the next step to fix)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 18:38:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/add-in-build-and-install-error/m-p/1596736#M12763</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2025-03-18T18:38:34Z</dc:date>
    </item>
  </channel>
</rss>

