Message 1 of 5

Not applicable
11-15-2016
07:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've converted two programs to Vault 2017 (from 2016). In one of the program the log in works in debug mode, but not in released and published version any longer. In the other program the log in doesn't work in debug mode either even though I use the exact same method. I've tried to find if the programs have different settings, but it looks to be the same. Does anyone have a tip to what it can be? Below is the log in line.
Dim results As VDF.Vault.Results.LogInResult = VDF.Vault.Library.ConnectionManager.LogIn("server", "vault", "administrator", "password", VDF.Vault.Currency.Connections.AuthenticationFlags.Standard, Nothing)
Solved! Go to Solution.