If you get this error:
Code: Select all
<vault>
<error>
The connection to the server failed: server cannot be contacted or uses a protocol that is not supported by this client. Could not load file or assembly 'System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
</error>
<exception>
System.Exception: The connection to the server failed: server cannot be contacted or uses a protocol that is not supported by this client. Could not load file or assembly 'System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
at VaultCmdLineClient.VaultCmdLineClient.Login (Boolean bAllowAuto, Boolean bSaveSession) [0x00000]
at VaultCmdLineClient.VaultCmdLineClient.Login () [0x00000]
at VaultCmdLineClient.VaultCmdLineClient.ProcessCommandListRepositories () [0x00000]
at VaultCmdLineClient.VaultCmdLineClient.ProcessCommand (VaultCmdLineClient.Args curArg) [0x00000]
</exception>
<result success="no" />
</vault>
I'd only installed the .NET 2.0 Winforms stuff because that's what I target with my own development, but vault.exe targets version 1 assemblies.