Search found 48 matches

by dking513
Tue Aug 17, 2004 11:05 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Vault API will periodically hang when calling .login
Replies: 4
Views: 6518

Vault API will periodically hang when calling .login

Periodically my .net assembly will hang when calling the .login method of the vault api. If I launch the GUI client while experiencing this problem, and login with the same credentials, it suffers no delay. I have to ctrl-alt-delete the program using the api, and then try again. It always works the ...
by dking513
Tue Aug 17, 2004 10:33 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Vault API throws error when debugging COM Wrapper from VB6
Replies: 1
Views: 3830

I have a workaround.

Well, I guess writing out the forum post made me think about it enough to try a work around that seems to fix the problem. Copying the .net assemblies to the same folder as the VB6 IDE exe (C:\Program Files\Microsoft Visual Studio\VB98) got things working. Does anyone understand how .net chooses to ...
by dking513
Tue Aug 17, 2004 10:20 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Vault API throws error when debugging COM Wrapper from VB6
Replies: 1
Views: 3830

Vault API throws error when debugging COM Wrapper from VB6

Here's my setup: 1. I have written a .net dll that uses the vault api. 2. I have registered this for COM interop, so I have a type library I can use from VB6. 3. I have a VB6 exe that uses this .net assembly through it's COM interface. Here's the problem: 1. If I compile my VB6 code, everything comp...