<?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: Revit Add-in Loading List in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/revit-add-in-loading-list/m-p/13252355#M1553</link>
    <description>&lt;P&gt;I remembered there is a third location, but not where it is. I asked the Gemini chatbot:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy:&amp;nbsp;&lt;SPAN&gt;a Revit add-in is loaded by revit when an add-in manifest file s detected in a certain location. i believe there are three such folders. two are listed in the developer guide:&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="user-query-container user-query-bubble-container ng-star-inserted"&gt;
&lt;DIV id="user-query-content-0" class="query-content"&gt;
&lt;DIV class="query-text gds-body-l" dir="ltr" role="heading" aria-level="2"&gt;
&lt;P class="query-text-line ng-star-inserted"&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="query-text-line ng-star-inserted"&gt;In a non-user-specific location in "application data": C:\ProgramData\Autodesk\Revit\Addins\Revit 2018\&lt;/LI&gt;
&lt;LI class="query-text-line ng-star-inserted"&gt;In a user-specific location in "application data": C:\Users&amp;lt;user&amp;gt;\AppData\Roaming\Autodesk\Revit\Addins\Revit 2018\&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV class="response-container ng-tns-c922061493-14 response-optimization tts-removed ng-star-inserted response-container-has-multiple-responses"&gt;
&lt;DIV class="response-container-header ng-tns-c922061493-14 ng-star-inserted"&gt;
&lt;DIV class="response-container-header-controls ng-tns-c922061493-14"&gt;
&lt;DIV class="response-tts-container hidden-tts ng-star-inserted" data-test-draft-id="rc_265c273c0e2ed8a9"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="presented-response-container ng-tns-c922061493-14"&gt;
&lt;DIV class="response-container-content ng-tns-c922061493-14 tunable-selection-with-avatar"&gt;
&lt;DIV class="response-content ng-tns-c922061493-14"&gt;&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;It replied:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="model-response-message-contentr_3a85b155e3c54df7" class="markdown markdown-main-panel stronger" dir="ltr"&gt;
&lt;P data-sourcepos="1:1-1:109"&gt;You're absolutely right! Those are two of the primary locations where Revit looks for add-in manifest files.&lt;/P&gt;
&lt;P data-sourcepos="3:1-3:26"&gt;Here's the third location:&lt;/P&gt;
&lt;UL data-sourcepos="5:1-7:0"&gt;
&lt;LI data-sourcepos="5:1-7:0"&gt;&lt;STRONG&gt;In a user-specific location in "local application data":&lt;/STRONG&gt;
&lt;UL data-sourcepos="6:5-7:0"&gt;
&lt;LI data-sourcepos="6:5-7:0"&gt;&lt;CODE&gt;C:\Users\&amp;lt;user&amp;gt;\AppData\Local\Autodesk\Revit\Addins\Revit 2018\&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-sourcepos="8:1-8:15"&gt;&lt;STRONG&gt;Key Points:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-sourcepos="10:1-17:0"&gt;
&lt;LI data-sourcepos="10:1-10:225"&gt;&lt;STRONG&gt;Manifest File:&lt;/STRONG&gt; The crucial element is the manifest file (usually an XML file with a &lt;CODE&gt;.addin&lt;/CODE&gt; extension). This file provides essential information about the add-in, such as its name, version, assembly location, and more.&lt;/LI&gt;
&lt;LI data-sourcepos="11:1-13:115"&gt;&lt;STRONG&gt;Load Behavior:&lt;/STRONG&gt;
&lt;UL data-sourcepos="12:5-13:115"&gt;
&lt;LI data-sourcepos="12:5-12:73"&gt;Revit typically loads add-ins from these locations during startup.&lt;/LI&gt;
&lt;LI data-sourcepos="13:5-13:115"&gt;The order of loading might vary depending on the location and the add-in's configuration within the manifest.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI data-sourcepos="14:1-17:0"&gt;&lt;STRONG&gt;User-Specific vs. Application-Wide:&lt;/STRONG&gt;
&lt;UL data-sourcepos="15:5-17:0"&gt;
&lt;LI data-sourcepos="15:5-15:109"&gt;&lt;STRONG&gt;User-Specific (Roaming and Local):&lt;/STRONG&gt; Add-ins placed here will only be available for the current user.&lt;/LI&gt;
&lt;LI data-sourcepos="16:5-17:0"&gt;&lt;STRONG&gt;Application-Wide (ProgramData):&lt;/STRONG&gt; Add-ins located in this folder will be available to all users on the machine.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-sourcepos="18:1-18:83"&gt;I hope this helps! Let me know if you have any other questions about Revit add-ins.&lt;/P&gt;
&lt;P data-sourcepos="18:1-18:83"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 09 Jan 2025 17:04:44 GMT</pubDate>
    <dc:creator>jeremy_tammik</dc:creator>
    <dc:date>2025-01-09T17:04:44Z</dc:date>
    <item>
      <title>Revit Add-in Loading List</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-add-in-loading-list/m-p/13249929#M1550</link>
      <description>&lt;P&gt;I've been writing some Add-ins for Revit.&lt;/P&gt;&lt;P&gt;When starting Revit I am prompted whether to Always Load, Load Once, or Do Not Load Add-ins.&lt;/P&gt;&lt;P&gt;I am also using the Add-in manager tool to help with debugging. At some point, I loaded an add-in from my development directory. Now, every time I open Revit it prompts me whether to load the add-in from that location - (Which I want for it to never do.)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to clear out, or remove an entry from the list of add-ins that Revit prompts to load on each start-up?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help in the matter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chuck&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 15:35:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-add-in-loading-list/m-p/13249929#M1550</guid>
      <dc:creator>Chuck.Ross</dc:creator>
      <dc:date>2025-01-08T15:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Add-in Loading List</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-add-in-loading-list/m-p/13251487#M1551</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1205102"&gt;@Chuck.Ross&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Revit generally loads addins from the following folders:&lt;/P&gt;
&lt;P&gt;In a non-user-specific location in "application data":&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;C:\ProgramData\Autodesk\Revit\Addins\Revit 2025\&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In a user-specific location in "application data":&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;C:\Users&amp;lt;user&amp;gt;\AppData\Roaming\Autodesk\Revit\Addins\Revit 2025\&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;If you are seeing an addin loading from a development folder, it means you have a manifest file which is at the above locations but references the Dll's in your development folder&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 09:00:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-add-in-loading-list/m-p/13251487#M1551</guid>
      <dc:creator>moturi.magati.george</dc:creator>
      <dc:date>2025-01-09T09:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Add-in Loading List</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-add-in-loading-list/m-p/13252221#M1552</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12896310"&gt;@moturi.magati.george&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the reply, unfortunately, neither of those file locations contain the .addin manifest, nor the .dll files Revit is trying to load. Rather it is trying to load the app from a repos file on my C: drive where I save my Visual Studio Projects.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 15:57:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-add-in-loading-list/m-p/13252221#M1552</guid>
      <dc:creator>Chuck.Ross</dc:creator>
      <dc:date>2025-01-09T15:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Add-in Loading List</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-add-in-loading-list/m-p/13252355#M1553</link>
      <description>&lt;P&gt;I remembered there is a third location, but not where it is. I asked the Gemini chatbot:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy:&amp;nbsp;&lt;SPAN&gt;a Revit add-in is loaded by revit when an add-in manifest file s detected in a certain location. i believe there are three such folders. two are listed in the developer guide:&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="user-query-container user-query-bubble-container ng-star-inserted"&gt;
&lt;DIV id="user-query-content-0" class="query-content"&gt;
&lt;DIV class="query-text gds-body-l" dir="ltr" role="heading" aria-level="2"&gt;
&lt;P class="query-text-line ng-star-inserted"&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="query-text-line ng-star-inserted"&gt;In a non-user-specific location in "application data": C:\ProgramData\Autodesk\Revit\Addins\Revit 2018\&lt;/LI&gt;
&lt;LI class="query-text-line ng-star-inserted"&gt;In a user-specific location in "application data": C:\Users&amp;lt;user&amp;gt;\AppData\Roaming\Autodesk\Revit\Addins\Revit 2018\&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV class="response-container ng-tns-c922061493-14 response-optimization tts-removed ng-star-inserted response-container-has-multiple-responses"&gt;
&lt;DIV class="response-container-header ng-tns-c922061493-14 ng-star-inserted"&gt;
&lt;DIV class="response-container-header-controls ng-tns-c922061493-14"&gt;
&lt;DIV class="response-tts-container hidden-tts ng-star-inserted" data-test-draft-id="rc_265c273c0e2ed8a9"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="presented-response-container ng-tns-c922061493-14"&gt;
&lt;DIV class="response-container-content ng-tns-c922061493-14 tunable-selection-with-avatar"&gt;
&lt;DIV class="response-content ng-tns-c922061493-14"&gt;&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;It replied:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="model-response-message-contentr_3a85b155e3c54df7" class="markdown markdown-main-panel stronger" dir="ltr"&gt;
&lt;P data-sourcepos="1:1-1:109"&gt;You're absolutely right! Those are two of the primary locations where Revit looks for add-in manifest files.&lt;/P&gt;
&lt;P data-sourcepos="3:1-3:26"&gt;Here's the third location:&lt;/P&gt;
&lt;UL data-sourcepos="5:1-7:0"&gt;
&lt;LI data-sourcepos="5:1-7:0"&gt;&lt;STRONG&gt;In a user-specific location in "local application data":&lt;/STRONG&gt;
&lt;UL data-sourcepos="6:5-7:0"&gt;
&lt;LI data-sourcepos="6:5-7:0"&gt;&lt;CODE&gt;C:\Users\&amp;lt;user&amp;gt;\AppData\Local\Autodesk\Revit\Addins\Revit 2018\&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-sourcepos="8:1-8:15"&gt;&lt;STRONG&gt;Key Points:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-sourcepos="10:1-17:0"&gt;
&lt;LI data-sourcepos="10:1-10:225"&gt;&lt;STRONG&gt;Manifest File:&lt;/STRONG&gt; The crucial element is the manifest file (usually an XML file with a &lt;CODE&gt;.addin&lt;/CODE&gt; extension). This file provides essential information about the add-in, such as its name, version, assembly location, and more.&lt;/LI&gt;
&lt;LI data-sourcepos="11:1-13:115"&gt;&lt;STRONG&gt;Load Behavior:&lt;/STRONG&gt;
&lt;UL data-sourcepos="12:5-13:115"&gt;
&lt;LI data-sourcepos="12:5-12:73"&gt;Revit typically loads add-ins from these locations during startup.&lt;/LI&gt;
&lt;LI data-sourcepos="13:5-13:115"&gt;The order of loading might vary depending on the location and the add-in's configuration within the manifest.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI data-sourcepos="14:1-17:0"&gt;&lt;STRONG&gt;User-Specific vs. Application-Wide:&lt;/STRONG&gt;
&lt;UL data-sourcepos="15:5-17:0"&gt;
&lt;LI data-sourcepos="15:5-15:109"&gt;&lt;STRONG&gt;User-Specific (Roaming and Local):&lt;/STRONG&gt; Add-ins placed here will only be available for the current user.&lt;/LI&gt;
&lt;LI data-sourcepos="16:5-17:0"&gt;&lt;STRONG&gt;Application-Wide (ProgramData):&lt;/STRONG&gt; Add-ins located in this folder will be available to all users on the machine.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-sourcepos="18:1-18:83"&gt;I hope this helps! Let me know if you have any other questions about Revit add-ins.&lt;/P&gt;
&lt;P data-sourcepos="18:1-18:83"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Jan 2025 17:04:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-add-in-loading-list/m-p/13252355#M1553</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2025-01-09T17:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Add-in Loading List</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-add-in-loading-list/m-p/13252429#M1554</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/824630"&gt;@jeremy_tammik&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for this response. Again, unfortunately, no luck there either... I on working on Revit 2022. My folder structure in this location looks like this:&amp;nbsp;C:\Users\&amp;lt;user&amp;gt;\AppData\Local\Autodesk\Revit\Autodesk Revit 2022.&lt;/P&gt;&lt;P&gt;In that folder, there are folders CefCache, CollaborationCache, Journals, and DDGraph file. no Addins or any .addin or .dll files I'm working on...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still stumped on this one...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 17:39:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-add-in-loading-list/m-p/13252429#M1554</guid>
      <dc:creator>Chuck.Ross</dc:creator>
      <dc:date>2025-01-09T17:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Add-in Loading List</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-add-in-loading-list/m-p/13252450#M1555</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12896310"&gt;@moturi.magati.george&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/824630"&gt;@jeremy_tammik&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ohmygosh.... I found the problem .addin file in the&amp;nbsp;C:\ProgramData\Autodesk\Revit\Addins\2022 folder.... Somehow I had a manifest file simply named ExternalTool.addin that pointed to the .dll in the development folder... not sure how it got there, but it was indeed the culprit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again for your time spent helping me, I truly appreciate it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 17:51:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-add-in-loading-list/m-p/13252450#M1555</guid>
      <dc:creator>Chuck.Ross</dc:creator>
      <dc:date>2025-01-09T17:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Add-in Loading List</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-add-in-loading-list/m-p/13252462#M1556</link>
      <description>&lt;P&gt;Maybe the application manager created it. I assume so.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 18:01:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-add-in-loading-list/m-p/13252462#M1556</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2025-01-09T18:01:43Z</dc:date>
    </item>
  </channel>
</rss>

