.net framework vs .NET 8 (with winform)

.net framework vs .NET 8 (with winform)

foreverkmsjeh
Contributor Contributor
504 Views
3 Replies
Message 1 of 4

.net framework vs .NET 8 (with winform)

foreverkmsjeh
Contributor
Contributor

I am currently using version 2024 and using an external program developed with .NET (Winform).


I'm trying to update to a new version, but I saw that the .NET version that will be applied from version 2025 has changed from framework to .NET.


So I installed 2026 additionally on my desktop and tried to apply external programs developed for 2024 and it ran without any problem.(I didn't change the version of Autodesk.Inventor.Interop either.)

 

Finally, my questions are as follows:

 

1) Will the 2025/2026 versions be able to use external programs developed with .net framework 4.x.x without any problems?


2) If so, are there functions such as Add-ins that require the .NET 8 version?

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

bradeneuropeArthur
Mentor
Mentor
Accepted solution

I have seen that most of the normal addins that are older and created with an older framework still load in Inventor 2025 and after. the case is, for what I have seen, that if you use forms in the add-in it must be converted to .net8.

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 4

liminma8458
Collaborator
Collaborator

"forms in the add-in it must be converted to .net8"? really? I have a lot of forms in my addins development in net framework 4.7. They all work well in Inventor 2026

Thanks
Limin
Inventor pro 2023 64 bit update 5.3; Windows 11 pro 64 bit version 24H2; Office 2013 64 bit

Download iCable in App Store to Create Cables Easily

Message 4 of 4

juergengross
Observer
Observer

Yes, the most problem will be to get the document reference, as .net will not support the previous function

Marshal.GetActiveObject("Inventor.Application")

in net framework 4.7.

It is creasy, that inventor has not updated the own interface to support the correct document reference as Office product have done.

Thany you autodesk for your great non performance.

 

 

0 Likes