I use vaultlib.dll to get file in vaul server, but when my program login
m_ClientInstance.Login(strUrl, strUser, strPassword);
I receive a error: An unhandled exception of type 'System.Exception' occurred in vaultlibrary.dll
Additional information: The connection to the server failed: server cannot be contacted or uses a protocol that is not supported by this client. Invalid URI: The format of the URI could not be determined.
How can I fix this bug???
PS: I can use command line to get file in vault server
Thanks
How can I use vault library to get a file in vault????
Moderator: SourceGear
-
- Posts: 6
- Joined: Wed Aug 31, 2005 12:22 am
- Contact:
How can I use vault library to get a file in vault????
Regards,
haughtycool
haughtycool
It may be that you need to pass it a URL of the form "http://server/VaultService".
However, the best way to see examples of how to use the API is the command line client source code, which you can get from http://www.sourcegear.com/vault/downloads.html (the client API installer or ZIP)
However, the best way to see examples of how to use the API is the command line client source code, which you can get from http://www.sourcegear.com/vault/downloads.html (the client API installer or ZIP)
-
- Posts: 6
- Joined: Wed Aug 31, 2005 12:22 am
- Contact: