Search found 5 matches

by steventech
Thu Aug 12, 2010 8:19 pm
Forum: Questions (API)
Topic: How to get last check in user?
Replies: 3
Views: 8067

Re: How to get last check in user?

Thank you very much.
by steventech
Wed Aug 11, 2010 5:38 pm
Forum: Questions (API)
Topic: How to get last check in user?
Replies: 3
Views: 8067

How to get last check in user?

I know a file name and the file path , How could I get the user who last checked in the file ?
by steventech
Wed Aug 11, 2010 4:53 pm
Forum: Questions (API)
Topic: Vault_CacheMember_Repository_689544213 is denied.
Replies: 4
Views: 8514

Re: Vault_CacheMember_Repository_689544213 is denied.

Thank you very much for your replay. I added the Mutex to my Apps, and it met the same problem. If Two client's Apps call the COM at one time, they will work well. But If one Client and IIS's Apps call the COM at one time ,the one which first call the COM will work well , anther will not work. I don...
by steventech
Wed Aug 11, 2010 4:53 pm
Forum: Questions (API)
Topic: Vault_CacheMember_Repository_689544213 is denied.
Replies: 4
Views: 8514

Re: Vault_CacheMember_Repository_689544213 is denied.

If I restart the IIS , the client will work.
And if I close the client, then restart the IIS ,the IIS's App will work.
I need the client and web to work at one time , and I don't want to make it Complex.
Thank you very much
by steventech
Thu Aug 05, 2010 8:20 pm
Forum: Questions (API)
Topic: Vault_CacheMember_Repository_689544213 is denied.
Replies: 4
Views: 8514

Vault_CacheMember_Repository_689544213 is denied.

I have a COM (MyCOM) that is written with C# and call the Vault API. And there are two applications that will call the COM, 1 One is windows client application , written with C++ , and will call the COM with the way (#import "MyCOM.tlb" # using namespace MyCOM; ) 2 Another is IIS applicati...