<?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 AddinManager Error - AddinManager.CAddinManager cannot be found in the addin-Assembly. in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/addinmanager-error-addinmanager-caddinmanager-cannot-be-found-in/m-p/10266756#M26334</link>
    <description>&lt;P&gt;Hi all, I seem to keep on having errors with the add-in manager. I got it working for the first time a week or so ago and I was able to bring up the dialog&amp;nbsp;but now it's not working and is getting stuck.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tbh, it'd be kinda nice if the code for the add-in manager was open source so we could go through and debug the errors we have with it. or maybe it's just me having this many problems with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The goal is to get this running for Revit 2018 - 2021 ideally... or even just one of them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting this error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-04-25 at 8.05.33 AM.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/911356i2A77BC85A9382B74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2021-04-25 at 8.05.33 AM.png" alt="Screen Shot 2021-04-25 at 8.05.33 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here are the files I have which came from &lt;A href="https://forums.autodesk.com/t5/revit-api-forum/revit-2018-addin-manager-setup/m-p/10223674" target="_blank" rel="noopener"&gt;one of my previous posts&lt;/A&gt;:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-04-25 at 8.13.30 AM.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/911358iDA6EE767BFD370D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2021-04-25 at 8.13.30 AM.png" alt="Screen Shot 2021-04-25 at 8.13.30 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the .addin file&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;RevitAddIns&amp;gt;
   &amp;lt;AddIn Type="Command"&amp;gt;
      &amp;lt;Assembly&amp;gt;AddInManager.dll&amp;lt;/Assembly&amp;gt;
      &amp;lt;ClientId&amp;gt;8C0A9E25-B7C5-421c-A1AB-702F73FA551F&amp;lt;/ClientId&amp;gt;
      &amp;lt;FullClassName&amp;gt;AddInManager.CAddInManager&amp;lt;/FullClassName&amp;gt;
      &amp;lt;Text&amp;gt;Add-In Manager (Manual Mode)&amp;lt;/Text&amp;gt;
      &amp;lt;VisibilityMode&amp;gt;AlwaysVisible&amp;lt;/VisibilityMode&amp;gt;
      &amp;lt;LanguageType&amp;gt;Unknown&amp;lt;/LanguageType&amp;gt;
      &amp;lt;VendorId&amp;gt;ADSK&amp;lt;/VendorId&amp;gt;
      &amp;lt;VendorDescription&amp;gt;Autodesk, www.autodesk.com&amp;lt;/VendorDescription&amp;gt;
  &amp;lt;/AddIn&amp;gt;
  &amp;lt;AddIn Type="Command"&amp;gt;
      &amp;lt;Assembly&amp;gt;AddInManager.dll&amp;lt;/Assembly&amp;gt;
      &amp;lt;ClientId&amp;gt;6FDB8EC7-CCD3-4fc0-ADB7-B459D298FB93&amp;lt;/ClientId&amp;gt;
      &amp;lt;FullClassName&amp;gt;AddInManager.CAddInManagerFaceless&amp;lt;/FullClassName&amp;gt;
      &amp;lt;Text&amp;gt;Add-In Manager (Manual Mode, Faceless)&amp;lt;/Text&amp;gt;
      &amp;lt;VisibilityMode&amp;gt;AlwaysVisible&amp;lt;/VisibilityMode&amp;gt;
      &amp;lt;LanguageType&amp;gt;Unknown&amp;lt;/LanguageType&amp;gt;
      &amp;lt;VendorId&amp;gt;ADSK&amp;lt;/VendorId&amp;gt;
      &amp;lt;VendorDescription&amp;gt;Autodesk, www.autodesk.com&amp;lt;/VendorDescription&amp;gt;
  &amp;lt;/AddIn&amp;gt;
  &amp;lt;AddIn Type="Command"&amp;gt;
      &amp;lt;Assembly&amp;gt;AddInManager.dll&amp;lt;/Assembly&amp;gt;
      &amp;lt;ClientId&amp;gt;91A2419C-5FCA-491A-BAA3-29A497EC07C7&amp;lt;/ClientId&amp;gt;
      &amp;lt;FullClassName&amp;gt;AddInManager.CAddInManagerReadOnly&amp;lt;/FullClassName&amp;gt;
      &amp;lt;Text&amp;gt;Add-In Manager (ReadOnly Mode)&amp;lt;/Text&amp;gt;
      &amp;lt;VisibilityMode&amp;gt;AlwaysVisible&amp;lt;/VisibilityMode&amp;gt;
      &amp;lt;LanguageType&amp;gt;Unknown&amp;lt;/LanguageType&amp;gt;
      &amp;lt;VendorId&amp;gt;ADSK&amp;lt;/VendorId&amp;gt;
      &amp;lt;VendorDescription&amp;gt;Autodesk, www.autodesk.com&amp;lt;/VendorDescription&amp;gt;
  &amp;lt;/AddIn&amp;gt;  
&amp;lt;/RevitAddIns&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any and all help in resolving this is appreciated. It'd be nice to not have to restart Revit to debug for a change.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 25 Apr 2021 15:16:00 GMT</pubDate>
    <dc:creator>Maltezc</dc:creator>
    <dc:date>2021-04-25T15:16:00Z</dc:date>
    <item>
      <title>AddinManager Error - AddinManager.CAddinManager cannot be found in the addin-Assembly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/addinmanager-error-addinmanager-caddinmanager-cannot-be-found-in/m-p/10266756#M26334</link>
      <description>&lt;P&gt;Hi all, I seem to keep on having errors with the add-in manager. I got it working for the first time a week or so ago and I was able to bring up the dialog&amp;nbsp;but now it's not working and is getting stuck.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tbh, it'd be kinda nice if the code for the add-in manager was open source so we could go through and debug the errors we have with it. or maybe it's just me having this many problems with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The goal is to get this running for Revit 2018 - 2021 ideally... or even just one of them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting this error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-04-25 at 8.05.33 AM.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/911356i2A77BC85A9382B74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2021-04-25 at 8.05.33 AM.png" alt="Screen Shot 2021-04-25 at 8.05.33 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here are the files I have which came from &lt;A href="https://forums.autodesk.com/t5/revit-api-forum/revit-2018-addin-manager-setup/m-p/10223674" target="_blank" rel="noopener"&gt;one of my previous posts&lt;/A&gt;:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-04-25 at 8.13.30 AM.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/911358iDA6EE767BFD370D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2021-04-25 at 8.13.30 AM.png" alt="Screen Shot 2021-04-25 at 8.13.30 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the .addin file&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;RevitAddIns&amp;gt;
   &amp;lt;AddIn Type="Command"&amp;gt;
      &amp;lt;Assembly&amp;gt;AddInManager.dll&amp;lt;/Assembly&amp;gt;
      &amp;lt;ClientId&amp;gt;8C0A9E25-B7C5-421c-A1AB-702F73FA551F&amp;lt;/ClientId&amp;gt;
      &amp;lt;FullClassName&amp;gt;AddInManager.CAddInManager&amp;lt;/FullClassName&amp;gt;
      &amp;lt;Text&amp;gt;Add-In Manager (Manual Mode)&amp;lt;/Text&amp;gt;
      &amp;lt;VisibilityMode&amp;gt;AlwaysVisible&amp;lt;/VisibilityMode&amp;gt;
      &amp;lt;LanguageType&amp;gt;Unknown&amp;lt;/LanguageType&amp;gt;
      &amp;lt;VendorId&amp;gt;ADSK&amp;lt;/VendorId&amp;gt;
      &amp;lt;VendorDescription&amp;gt;Autodesk, www.autodesk.com&amp;lt;/VendorDescription&amp;gt;
  &amp;lt;/AddIn&amp;gt;
  &amp;lt;AddIn Type="Command"&amp;gt;
      &amp;lt;Assembly&amp;gt;AddInManager.dll&amp;lt;/Assembly&amp;gt;
      &amp;lt;ClientId&amp;gt;6FDB8EC7-CCD3-4fc0-ADB7-B459D298FB93&amp;lt;/ClientId&amp;gt;
      &amp;lt;FullClassName&amp;gt;AddInManager.CAddInManagerFaceless&amp;lt;/FullClassName&amp;gt;
      &amp;lt;Text&amp;gt;Add-In Manager (Manual Mode, Faceless)&amp;lt;/Text&amp;gt;
      &amp;lt;VisibilityMode&amp;gt;AlwaysVisible&amp;lt;/VisibilityMode&amp;gt;
      &amp;lt;LanguageType&amp;gt;Unknown&amp;lt;/LanguageType&amp;gt;
      &amp;lt;VendorId&amp;gt;ADSK&amp;lt;/VendorId&amp;gt;
      &amp;lt;VendorDescription&amp;gt;Autodesk, www.autodesk.com&amp;lt;/VendorDescription&amp;gt;
  &amp;lt;/AddIn&amp;gt;
  &amp;lt;AddIn Type="Command"&amp;gt;
      &amp;lt;Assembly&amp;gt;AddInManager.dll&amp;lt;/Assembly&amp;gt;
      &amp;lt;ClientId&amp;gt;91A2419C-5FCA-491A-BAA3-29A497EC07C7&amp;lt;/ClientId&amp;gt;
      &amp;lt;FullClassName&amp;gt;AddInManager.CAddInManagerReadOnly&amp;lt;/FullClassName&amp;gt;
      &amp;lt;Text&amp;gt;Add-In Manager (ReadOnly Mode)&amp;lt;/Text&amp;gt;
      &amp;lt;VisibilityMode&amp;gt;AlwaysVisible&amp;lt;/VisibilityMode&amp;gt;
      &amp;lt;LanguageType&amp;gt;Unknown&amp;lt;/LanguageType&amp;gt;
      &amp;lt;VendorId&amp;gt;ADSK&amp;lt;/VendorId&amp;gt;
      &amp;lt;VendorDescription&amp;gt;Autodesk, www.autodesk.com&amp;lt;/VendorDescription&amp;gt;
  &amp;lt;/AddIn&amp;gt;  
&amp;lt;/RevitAddIns&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any and all help in resolving this is appreciated. It'd be nice to not have to restart Revit to debug for a change.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2021 15:16:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/addinmanager-error-addinmanager-caddinmanager-cannot-be-found-in/m-p/10266756#M26334</guid>
      <dc:creator>Maltezc</dc:creator>
      <dc:date>2021-04-25T15:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: AddinManager Error - AddinManager.CAddinManager cannot be found in the addin-Assembly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/addinmanager-error-addinmanager-caddinmanager-cannot-be-found-in/m-p/10266920#M26335</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your files and the .addin file look good. I´ve attached the files I have on my computer, you could try with them, maybe it is a problem with that specific dll, which would be weird.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What path and what Revit version are you using? does it fail in all Revit versions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope it helps,&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2021 17:24:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/addinmanager-error-addinmanager-caddinmanager-cannot-be-found-in/m-p/10266920#M26335</guid>
      <dc:creator>franciscopossetto</dc:creator>
      <dc:date>2021-04-25T17:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: AddinManager Error - AddinManager.CAddinManager cannot be found in the addin-Assembly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/addinmanager-error-addinmanager-caddinmanager-cannot-be-found-in/m-p/10269662#M26336</link>
      <description>&lt;P&gt;I have created an executable to install all the versions of the AddInManeger on the computer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://github.com/ricaun/RevitAddInManagerCollection" target="_blank"&gt;https://github.com/ricaun/RevitAddInManagerCollection&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I already update the version Revit 2022 is ready.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See yaa!&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 18:40:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/addinmanager-error-addinmanager-caddinmanager-cannot-be-found-in/m-p/10269662#M26336</guid>
      <dc:creator>ricaun</dc:creator>
      <dc:date>2021-04-26T18:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: AddinManager Error - AddinManager.CAddinManager cannot be found in the addin-Assembly.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/addinmanager-error-addinmanager-caddinmanager-cannot-be-found-in/m-p/10269684#M26337</link>
      <description>once I replaced the files, it started working again. I'm not sure what happened.&lt;BR /&gt;&lt;BR /&gt;Thanks again for sharing the files.</description>
      <pubDate>Mon, 26 Apr 2021 18:47:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/addinmanager-error-addinmanager-caddinmanager-cannot-be-found-in/m-p/10269684#M26337</guid>
      <dc:creator>Maltezc</dc:creator>
      <dc:date>2021-04-26T18:47:44Z</dc:date>
    </item>
  </channel>
</rss>

