- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
An Inventor 2025 addin should now use .Net Core.
In Inventor 2024 and earlier addins I could reference Connectivity.Application.VaultBase.dll and get a Vault Connection object from Connectivity.Application.VaultBase.ConnectionManager.Instance.Connection.
This .dll is not in the Autodesk Vault 2025 SDK\bin\x64\core\ folder, and I assume the one in c:\Program Files\Autodesk\Vault Client 2025\Explorer\ is .Net Framework.
I tried referencing the dll in Vault Client 2025\Explorer, but it demanded:
You must add a reference to assembly 'Autodesk.DataManagement.Client.Framework.Vault, Version=30.0.0.0, Culture=neutral, PublicKeyToken=215b0879a7566597‘
The Core version of this .dll is already referenced in my project. I don't think this will get me anywhere.
How can I get the Vault Connection object in an Inventor 2025 addin?
Solved! Go to Solution.
