Yes I know the Vault API is 'unsupported'
However I was wondering if anyone had a simple template for the API version 2.06
I can't even login it does not get past the init stage.
Thanks
Tristan
Vault API in VB
Moderator: SourceGear
The best places to start are:
1. The command line client source code, which is in the Client API download at http://www.sourcegear.com/vault/downloads.asp
2. Jeremy Sheeley's blog at http://weblogs.asp.net/Jeremy_Sheeley/
1. The command line client source code, which is in the Client API download at http://www.sourcegear.com/vault/downloads.asp
2. Jeremy Sheeley's blog at http://weblogs.asp.net/Jeremy_Sheeley/
i need it in VB
the code appears to be for C.
Which i don't know (
I need an example for VB, i have tried to transpose the code but just fail.
Which i don't know (
I need an example for VB, i have tried to transpose the code but just fail.
I converted the Csharp to VB using http://www.kamalpatel.net/ConvertCSharp2VB.aspx
The zip file of the VB solution is attached.
The zip file of the VB solution is attached.
- Attachments
-
- VaultClientTemplateVB.zip
- vault client template in VB
- (3.08 KiB) Downloaded 764 times
doh!
yup i have done it again.
I think win the stupidity award of the year.
My coding much to my suprise was spot on and should have worked.
1 slight 'minor' issue.
The dev machine I was working on only have .NET IDE 2002 which is only compatible with .net1.0.
So i upgraded it to .NET IDE 2003 which works with .net1.1
So it all works fine now
I think win the stupidity award of the year.
My coding much to my suprise was spot on and should have worked.
1 slight 'minor' issue.
The dev machine I was working on only have .NET IDE 2002 which is only compatible with .net1.0.
So i upgraded it to .NET IDE 2003 which works with .net1.1
So it all works fine now