Inventor addin 2026 to 2025

Inventor addin 2026 to 2025

mateusz_baczewski
Advocate Advocate
146 Views
6 Replies
Message 1 of 7

Inventor addin 2026 to 2025

mateusz_baczewski
Advocate
Advocate

Hi,

Is it possible to create an add-in for Inventor 2026 and run it in Inventor 2025 without any changes?

 

Is it enough to just change the reference to Autodesk.Inventor.Interop.dll in the .csproj file?

If you found it helpful, a "Like" would be much appreciated!
If this post solved your problem, please mark it as "Solution.".

0 Likes
147 Views
6 Replies
Replies (6)
Message 2 of 7

marcin_otręba
Advisor
Advisor

yes, you can,  just put addin file into version independent location:  C:\ProgramData\Autodesk\Inventor Addins\,  or put seperate addin files for each inv version in version dependent location

and set inventor interop dll to be version independent:

marcin_otrba_0-1758279812703.png

 

but be aware that methods and properties added in 2026 version will not work in 2025.

 

Hi, maybe you want to check my apps:


DrawingTools   View&ColoringTools   MRUFolders

Message 3 of 7

bradeneuropeArthur
Mentor
Mentor

make the reference to the most lowest one found in this folder:

 

C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Autodesk.Inventor.Interop

 

This way you are always sure that it works above the version selected.

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 4 of 7

TylerWarner33
Contributor
Contributor

@bradeneuropeArthur Wouldn't the 'Autodesk.Inventor.Interop.dll' need to reference the lowest .NET 8 version, meaning 2025, not just the lowest version?

 

FYI: Inventor Versions documentation

0 Likes
Message 5 of 7

bradeneuropeArthur
Mentor
Mentor

Also the framework indeed is relevant here. Most cases framework 4.5 will still work in most cases.

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 6 of 7

hollypapp65
Advocate
Advocate

Just make addin for 2025 and it'll work for 2026.

My 2017 addin still work in 2026.

Message 7 of 7

bradeneuropeArthur
Mentor
Mentor

In most cases yes.

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes