VaultGUIClient.exe - Application Error

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
Oleg
Posts: 4
Joined: Thu Jan 26, 2006 2:52 am

VaultGUIClient.exe - Application Error

Post by Oleg » Thu Jan 26, 2006 3:01 am

Hi,

Please help me to resolve the followiong issue.

I got the Vault Client error when I try to get the latest version or check out file. The error is reproduced on my PC for Windows 2000 (SP4) and for Windows XP (SP 2) (I upgraded my Win2k to WinXP (SP2) in order to make Vault working but still get errors ). When I use another PC it works fine. I re-installed Vault Client. I tried 3.1.6 and 3.1.2 (the same version as server). Please find attachments of error for Win2k and WinXP. I tried to remove vault cache as well.

Please help me with that issue.

Looking forward to hearing from you.
Attachments
VaultWin2kError.jpg
Win2k Error
VaultWin2kError.jpg (17.75 KiB) Viewed 3387 times
VaultXPError.JPG
WinXP Error
VaultXPError.JPG (23.75 KiB) Viewed 3387 times

Oleg
Posts: 4
Joined: Thu Jan 26, 2006 2:52 am

The error reproduced for vaultdemo.sourcegear.com as well

Post by Oleg » Thu Jan 26, 2006 6:26 am

Please find the screenshot attached.
Attachments
VaultError.JPG
Vault Error
VaultError.JPG (143.28 KiB) Viewed 3373 times

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Thu Jan 26, 2006 8:13 am

I'd suggest uninstalling the Vault Client, then uninstalling and reinstalling the .NET Framework on the client machine.
Linda Bauer
SourceGear
Technical Support Manager

Oleg
Posts: 4
Joined: Thu Jan 26, 2006 2:52 am

I fixed the issue by switching Vault Client Configuration

Post by Oleg » Thu Jan 26, 2006 9:20 am

Thanks for answer. But I fixed it by switching Vault Client configuration to use .NET 2.0

Code: Select all

<configuration>

<startup> 

    <requiredRuntime version="v2.0.50727" safemode="true" /> 

</startup>
It is not possible for me to reinstall .NET 1.1 becuase I have VS 2003 installed and it is required to spend a lot of time to reinstall VS 2003 as well.

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Thu Jan 26, 2006 10:14 am

That's fine. There's most likely a problem with the .NET 1.1 installation. Using the .NET 2.0 framework bypasses that.
Linda Bauer
SourceGear
Technical Support Manager

Post Reply