Hello all,
Im facing a strange behaviour, whenever i try to access the method Vault data using this approach.
var mfServerApplication = new MFilesServerApplication(); mfServerApplication.ConnectAdministrativeEx(null); string vaultGuid = oVault.GetGUID(); Vault vault_ElevatedPrivileges = mfServerApplication.LogInToVaultAdministrativeEx(vaultGuid, false);
This error appears.
Any suggestions how to fix it