<?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: Issues Loading My Autodesk Inventor 2021 Plugin - Need Help! in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/issues-loading-my-autodesk-inventor-2021-plugin-need-help/m-p/12351493#M17099</link>
    <description>Worked for me:&lt;BR /&gt;1) If you have no visual studio installed, install .Net Framework v4.5.1 and use it in your project (i used core net7.0, that was an issue).&lt;BR /&gt;2) Put your .addin file in&lt;BR /&gt;a) C:\Users\****\AppData\Roaming\Autodesk\Inventor 2023\Addins&lt;BR /&gt;&lt;BR /&gt;AND&lt;BR /&gt;&lt;BR /&gt;b) C:\ProgramData\Autodesk\Inventor 2023\Addins&lt;BR /&gt;3) be sure your .addin file have direct way to your .dll in &amp;lt;Assembly&amp;gt;&amp;lt;/Assembly&amp;gt; part!</description>
    <pubDate>Fri, 03 Nov 2023 09:53:10 GMT</pubDate>
    <dc:creator>MegaLutt</dc:creator>
    <dc:date>2023-11-03T09:53:10Z</dc:date>
    <item>
      <title>Issues Loading My Autodesk Inventor 2021 Plugin - Need Help!</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/issues-loading-my-autodesk-inventor-2021-plugin-need-help/m-p/12351211#M17097</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently working on creating a plugin for Autodesk Inventor 2021 using C# and Visual Studio 2019, and I've run into a couple of issues while trying to load my add-in. I'm hoping the Inventor community can help me troubleshoot and get my add-in up and running successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;**Problem 1: Loading the Add-in File**&lt;/P&gt;&lt;P&gt;First, let me provide some context. I have created my add-in file, and I've been attempting to place it in various directories to get it to load properly. I have tried adding the .addin file to both `Roaming/Autodesk/ApplicationPlugins` and `Roaming/Autodesk/Inventor 2021/Addins`, but so far, I haven't had any luck getting my plugin to load.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recently, I also added my .addin file to `C:\ProgramData\Autodesk\Inventor 2021\Addins`. Interestingly, my add-in files are visible in the Add-In Manager. However, I still encounter the issue of the add-in staying "Unloaded" after clicking "Load" in the manager.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;**Problem 2: Add-in Staying Unloaded**&lt;/P&gt;&lt;P&gt;This brings me to the second problem. Even after I manage to load my add-in using the Add-In Manager, it keeps showing as "Unloaded" if I reopen the Add-In Manager. I've tried various approaches, but I can't seem to figure out why it won't stay loaded after I click "Load" in the manager.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have others encountered this issue while dealing with Autodesk Inventor 2021 add-ins, particularly when placing the .addin file in `C:\ProgramData\Autodesk\Inventor 2021\Addins`? If you have, could you kindly share the steps you took to resolve it? Additionally, I'd appreciate guidance on adding the .addin file to either `Roaming/Autodesk/Inventor 2021/Addins` or `Roaming/Autodesk/ApplicationPlugins` and successfully loading it in Inventor. Your insights and suggestions are greatly sought after.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be extremely grateful for any help or advice to address these issues and make my add-in work seamlessly with Autodesk Inventor 2021. If you have any tips, recommendations, or solutions, please feel free to chime in and share your knowledge. Your assistance will make a big difference in helping me get past these obstacles.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your support.&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 07:32:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/issues-loading-my-autodesk-inventor-2021-plugin-need-help/m-p/12351211#M17097</guid>
      <dc:creator>vishnu_gaddime</dc:creator>
      <dc:date>2023-11-03T07:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issues Loading My Autodesk Inventor 2021 Plugin - Need Help!</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/issues-loading-my-autodesk-inventor-2021-plugin-need-help/m-p/12351339#M17098</link>
      <description>&lt;P&gt;I have almost the same problem now, but it seems i can give an advice to yours:&lt;BR /&gt;&lt;BR /&gt;1) Check your Client and Class ID's, i think they should not be same;&lt;/P&gt;&lt;P&gt;2) Check if your Assembly is COM-visible (it can be done via debug configuration or whatever).&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 08:41:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/issues-loading-my-autodesk-inventor-2021-plugin-need-help/m-p/12351339#M17098</guid>
      <dc:creator>MegaLutt</dc:creator>
      <dc:date>2023-11-03T08:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issues Loading My Autodesk Inventor 2021 Plugin - Need Help!</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/issues-loading-my-autodesk-inventor-2021-plugin-need-help/m-p/12351493#M17099</link>
      <description>Worked for me:&lt;BR /&gt;1) If you have no visual studio installed, install .Net Framework v4.5.1 and use it in your project (i used core net7.0, that was an issue).&lt;BR /&gt;2) Put your .addin file in&lt;BR /&gt;a) C:\Users\****\AppData\Roaming\Autodesk\Inventor 2023\Addins&lt;BR /&gt;&lt;BR /&gt;AND&lt;BR /&gt;&lt;BR /&gt;b) C:\ProgramData\Autodesk\Inventor 2023\Addins&lt;BR /&gt;3) be sure your .addin file have direct way to your .dll in &amp;lt;Assembly&amp;gt;&amp;lt;/Assembly&amp;gt; part!</description>
      <pubDate>Fri, 03 Nov 2023 09:53:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/issues-loading-my-autodesk-inventor-2021-plugin-need-help/m-p/12351493#M17099</guid>
      <dc:creator>MegaLutt</dc:creator>
      <dc:date>2023-11-03T09:53:10Z</dc:date>
    </item>
  </channel>
</rss>

