Issues Loading My Autodesk Inventor 2021 Plugin - Need Help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
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.
**Problem 1: Loading the Add-in File**
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.
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.
**Problem 2: Add-in Staying Unloaded**
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.
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.
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.
Thank you in advance for your support.
---