Message 1 of 3
No separate execution space for the Inventor 2025 add-in
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Inventor 2024 or older provided separate run spaces for each add-ins by .NetFramework function.
Inventor 2025 add-in run space is migrated to Net8 and no separate run space is not provided anymore.
This means that if there are add-ins which uses same named but different version support dll they will conflict.
In other words, the names of all add-in dlls and dlls that are loaded by add-in must be unique.
I wish Autodesk will fix this problem soon...