Search found 11 matches

by ISBE
Wed May 04, 2005 12:30 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Error during Show Differences
Replies: 1
Views: 2740

Error during Show Differences

We get the following errors on some machines when upgrading from 2.0.3 to 3.0.2. When performing the "Show Differences" process, the Client displays the following message. This application has failed to start because MSVCR71.dll was not found. Re-installing the application may fix this pro...
by ISBE
Mon Mar 14, 2005 7:55 am
Forum: Gold Support (Vault) -- Read-only
Topic: Vault Client Installation Error
Replies: 5
Views: 6310

On both machines, the error occurs when launching the application and appears before the Login screen. On one machine, the Admin Tool functions without incident. The other machine only has the Client installation only. Both installations were under the admin account and Windows XP SP1 and Framework ...
by ISBE
Fri Mar 11, 2005 3:28 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Vault Client Installation Error
Replies: 5
Views: 6310

I'm sorry. I wasn't clear. The installation proceeds without incident. We get this message when tring to run the Vault Client.
by ISBE
Fri Mar 11, 2005 2:35 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Vault Client Installation Error
Replies: 5
Views: 6310

Vault Client Installation Error

OOPs no bitmaps. Attached is an error message that appears in two Vault Client installation attempts on two machines. The first instance involved an update from 2.0.3 to 3.0.2. OS is Windows XP and framework 1.1. Vault Client was uninstalled and re-installed without success. The second instance invo...
by ISBE
Fri Oct 29, 2004 11:57 am
Forum: Gold Support (Vault) -- Read-only
Topic: Vault API - User List
Replies: 2
Views: 4913

Vault API - User List

How do I retreive the active user list for a Vault repository? Once I retrieve this list, I will also need to know how to add and remove selected users. We are using Vault 2.0.3 and VB.Net 2002

Thanks in advance,
Brian
by ISBE
Thu Jun 03, 2004 8:05 am
Forum: Gold Support (Vault) -- Read-only
Topic: Vault import
Replies: 1
Views: 4177

Vault import

We have performed several SourceSafe project imports and all the import logs look very similar to the attached log file. We are logged in as admin. What is wrong?
by ISBE
Thu Jun 03, 2004 8:02 am
Forum: Gold Support (Vault) -- Read-only
Topic: Cient API - File count
Replies: 1
Views: 4176

Cient API - File count

Is there and function or method that will return a file count for a specified folder including files in any existing subfolders?
by ISBE
Fri May 28, 2004 10:28 am
Forum: Gold Support (Vault) -- Read-only
Topic: Vault API - Get folders and files
Replies: 1
Views: 3919

Vault API - Get folders and files

This is the code I have which does not work. I think I'm close. What I would like it to do is get a list of files from the selected folder and all sub folders for the vault project folder that the user has selected. Private Sub Proc_FillGrid() Dim lstrSelSys As String lstrSelSys = "$/" &am...
by ISBE
Thu May 27, 2004 9:43 am
Forum: Gold Support (Vault) -- Read-only
Topic: Vault client API
Replies: 1
Views: 3923

Vault client API

How do I search for a selected project and retreive all subfolders and files under this selected project?
by ISBE
Wed May 26, 2004 12:06 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Client API - SetActiveRepository
Replies: 1
Views: 4037

Client API - SetActiveRepository

The following code is the C# example for setting an active repository. VaultRepositoryInfo[] reps = null; //List all the repositories on the server. client.ListRepositories(ref reps); //Search for the one that we want. foreach (VaultRepositoryInfo r in reps) { if (String.Compare(r.RepName,repository...
by ISBE
Tue May 25, 2004 7:13 am
Forum: Gold Support (Vault) -- Read-only
Topic: Connect to Vault with Client API
Replies: 2
Views: 5302

Connect to Vault with Client API

I am writing a Vault Client in VB.NET and would like to know if there are any VB.NET examples available to show me how to connect to Vault. I will have to set connections to 2 repositories. The only code I could find was written in C#.

Thank you