Add-In missing in list; despite following all the instructions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I can't figure out why my new add-ins aren't showing up in the add-in list for Inventor. I get the add-in showing up and saying that it's blocked by default, but then it doesn't show up in the add-in list. Everything that this help document describes, but none of the solutions fix it: (Add-in is missing in the list of blocked add-ins and in the list of add-ins in Inventor)
I think I've checked everything, but because Inventor doesn't list out anything; I'm flying blind.
I've gotten another add-in to work correctly... but even comparing everything to that: there's nothing different in the settings... but it's not working. (Different GUIDs of course)
I have:
Confirmed that I'm publishing to .NET Framework 4.8:
Publishing to the appropriate Add-in folder: C:\ProgramData\Autodesk\Inventor Addins\{addin name}
(Note: I've blanked out the 'build events' so it's not making any duplicates of the build files anywhere)
Running Inventor 2024 as the debugger:
Reviewed the contents of the build:
Reviewed the Addin file:
Reviewed the manifest file:
and I've made sure that only the .manifest and the .addin are being "copied if newer" from VS2022 when I do a new run.
I've even gone so far as to just copy the .addin and the .dll to a different computer. I get the add-in showing up in the "we've blocked this" prompt, but it's STILL not showing up in the add-in list.