Addins to inventor 2024 and 2025

Addins to inventor 2024 and 2025

jose_loaiza5W6L6
Contributor Contributor
830 Views
2 Replies
Message 1 of 3

Addins to inventor 2024 and 2025

jose_loaiza5W6L6
Contributor
Contributor

Hello cummunity I hope you are very well

 

I developed an addin to inventor 2024 using Framework 8 as a target, Now I would like to use that addin in inventor 2025; however, I read the documentation and I see that to develop an addin to inventor 2025 I should use NET Core 8. My question is, I must have two projects, one with .NET Framework 8 and the other with.NET .net core? or is there any approach to only having one project that works for both versions?

 

I appreciate any help with this doubt.

Thank you so much.

 

 

 

 

0 Likes
Accepted solutions (1)
831 Views
2 Replies
Replies (2)
Message 2 of 3

bradeneuropeArthur
Mentor
Mentor
Accepted solution

@JelteDeJong has a good tutorial for this:

 

http://www.hjalte.nl/tutorials/95-compile-and-debug-multiple-net-versions

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

Message 3 of 3

jose_loaiza5W6L6
Contributor
Contributor
Hello @JelteDeJong thank you for your answer; it was very helpful