How to connect to Vault SDK 2025 server with .NET Framework web application deployed on IIS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The Web Application importing Vault SDK 2025 deployed to IIS Server shows VaultLicenseMismatchException when connecting to WebServiceManager.
AdskLicensingSDK_8.dll, AdskIdentitySDK.dll and AdskIdentitySDK.config have been attached into the root folder of the application. The Vault 2025 SDK has been defined in System Environment Path.
LicensingAgent is applied and the whole project is work when build by visual studio.
The full error message is like:
Autodesk.Connectivity.WebServices.VaultLicenseMismatchException: Exception of type 'Autodesk.Connectivity.WebServices.VaultLicenseMismatchException' was thrown.
at Autodesk.Connectivity.WebServices.LicenseManager.ValidateLicenseForEdition(IEnumerable`1 serverSupportedProducts)
at Autodesk.Connectivity.WebServicesTools.WebServiceManager.WebServiceCredentials_SignIn()
at Autodesk.Connectivity.WebServicesTools.WebServiceManager.SignIn()
