Hi.
I want to connect to Vault 2025 using this line of code:
results = VDF.Vault.Library.ConnectionManager.LogIn(ServerName, VaultName, UserName, Password, VDF.Vault.Currency.Connections.AuthenticationFlags.WindowsAuthentication, null);
this code worked in Vault 2023 and I have changed the dlls to 2025 and it raised this exception :
System.TypeInitializationException
HResult=0x80131534
Message=The type initializer for 'Autodesk.DataManagement.Client.Framework.Vault.Library' threw an exception.
Inner Exception 1:
ThreadAbortException: Thread was being aborted.
is it API 2025 bug or something else?
thanks.