Issues writing my first addin

Issues writing my first addin

mgrenier1
Advocate Advocate
95 Views
3 Replies
Message 1 of 4

Issues writing my first addin

mgrenier1
Advocate
Advocate

Inventor recognizes it and it gets listed in the addin manager but it just won't load it.

I'm trying to get some Inventor VBA projects besides the Default.ivb one to load automagically whenever I open Inventor.

I zipped my entire vs studio project

 

Also, is there a way to generate the .addin file automatically? I had to create it manually, by typing on my keyboard like a monkey in 2025. Maybe I setup VS Studio wrong or something, I wouldn't be surprised. I just can't seem to find some up to date info on creating addins, all the tutorials I find are still building it using .NET Framework 4.x

96 Views
3 Replies
Replies (3)
Message 2 of 4

marcin_otręba
Advisor
Advisor

hi, use addin template, when you do i think you will make it load corectly :

 

Solved: Autodesk Inventor AddIn Template - Download - Autodesk Community

 

Hi, maybe you want to vote my:

Ideas

or check my apps:

DrawingTools   View&ColoringTools   MRUFolders

0 Likes
Message 3 of 4

mgrenier1
Advocate
Advocate

Never mind, I just figured it out.

0 Likes
Message 4 of 4

amiracorre467
New Member
New Member

I’ve been there  Inventor addins can be super picky. If it’s showing up in the Add-In Manager but not loading, it’s usually either registry entries, load behavior settings, or mismatched .NET version.

About the .addin file — yeah, you can generate it automatically using Visual Studio templates for Inventor addins, but a lot of docs are old. Make sure your project targets the .NET version Inventor expects (usually 4.8 or whatever your Inventor version requires) and that your addin’s LoadBehavior is set to 3 for “Load on Startup.”

0 Likes