- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an add-in that utilizes references to Vault. However, I've found that in 2025 if my add-in loads first, the vault add-in fails to load. I've changed the ClassID of my add-in to load later with no effect, and tried using the suggestions found here, here, and here.
The issues is that the only way I can place a wait on my add-in is at the ApplicationAddInServer.Activate stage. Which means that my add-in is already activated preventing Vault from activating. I tried programmatically deactivating mine and activating vault, but this causes an unknown error when I activate the vault add-in. The only way it seems is to start Inventor with my add-in set to not load automatically and then manually load it once Inventor starts, which I naturally wish to avoid.
Solved! Go to Solution.