"an exception that could not be handled"
Moderator: SourceGear
-
- Posts: 8
- Joined: Fri May 04, 2007 5:18 pm
"an exception that could not be handled"
I just installed Vault client (3.5.1, from our server/vaultservice).
I am getting this error:
VaultGUIClient.exe - Common Language Runtime Debugging Services
Application has generated an exception that could not be handled.
Process id=0x638(1592), Thread id=0x62c(1580).
I uninstalled, searched for vault client cache at %USERPROFILE%\Local settings\Application Data\etc. (none found), removed Vault client entries from registry, rebooted, and tried to reinstall. Same problem.
I am running MS Windows XP Pro SP2 with all updates on a Pentium M, 2 GHz.
I am getting this error:
VaultGUIClient.exe - Common Language Runtime Debugging Services
Application has generated an exception that could not be handled.
Process id=0x638(1592), Thread id=0x62c(1580).
I uninstalled, searched for vault client cache at %USERPROFILE%\Local settings\Application Data\etc. (none found), removed Vault client entries from registry, rebooted, and tried to reinstall. Same problem.
I am running MS Windows XP Pro SP2 with all updates on a Pentium M, 2 GHz.
-
- Posts: 8
- Joined: Fri May 04, 2007 5:18 pm
Startup
I get the error at the startup of the client before I am able to do anything.
Perhaps client-side logging will help:
http://support.sourcegear.com/viewtopic.php?t=1534
Note, you won't be able to use the shortcut logging, since you can't launch the client, but modify the VaultGUIClient.exe.config to enable logging. Log All classes.
Also, could you post a screenshot of the crash error?
http://support.sourcegear.com/viewtopic.php?t=1534
Note, you won't be able to use the shortcut logging, since you can't launch the client, but modify the VaultGUIClient.exe.config to enable logging. Log All classes.
Also, could you post a screenshot of the crash error?
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
-
- Posts: 8
- Joined: Fri May 04, 2007 5:18 pm
Some files
Attached:
screenshot of failure
modified VaultGUIClient.exe.config
I attempted to turn on logging for all classes, but I was not able to find any log file.
screenshot of failure
modified VaultGUIClient.exe.config
I attempted to turn on logging for all classes, but I was not able to find any log file.
- Attachments
-
- screenshot of the failure
- screenshot.JPG (50.87 KiB) Viewed 51891 times
-
- VaultGUIClient.exe.config.txt
- Modified config file.
- (3.5 KiB) Downloaded 2264 times
Hi See if he can run the vault.exe help ,
This looks like a problem with the .NET Framework. Vault 4.x uses the 2.0 Framework.
Can you run the Vaut Command Line Client? As a test, from a command prompt, CD to the Vault GUI Client directory and type "vault.exe help" (no quotes).
Can you run the Vaut Command Line Client? As a test, from a command prompt, CD to the Vault GUI Client directory and type "vault.exe help" (no quotes).
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
-
- Posts: 8
- Joined: Fri May 04, 2007 5:18 pm
Command line
I invoked the command line client, resulting in an exception and the following output:
C:\Program Files\SourceGear\Vault Client>vault.exe help
Unhandled Exception: System.IO.FileNotFoundException: File or assembly name System, or one of its dependencies, was not found.
File name: "System"
at VaultLib.SimpleLogger.ConfigureFromAppSettings(String programName)
at VaultCmdLineClient.VaultCmdLineClient.Main(String[] args)
=== Pre-bind state information ===
LOG: DisplayName = System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b
77a5c561934e089
(Fully-specified)
LOG: Appbase = C:\Program Files\SourceGear\Vault Client\
LOG: Initial PrivatePath = NULL
Calling assembly : VaultLib, Version=3.5.1.4786, Culture=neutral, PublicKeyToken
=a74d7badb9387c36.
===
LOG: Publisher policy file is not found.
LOG: Host configuration file not found.
LOG: Using machine configuration file from c:\WINDOWS\Microsoft.NET\Framework\v1
.1.4322\config\machine.config.
LOG: Post-policy reference: System, Version=1.0.5000.0, Culture=neutral, PublicK
eyToken=b77a5c561934e089
LOG: Attempting download of new URL file:///C:/Program Files/SourceGear/Vault Cl
ient/System.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/SourceGear/Vault Cl
ient/System/System.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/SourceGear/Vault Cl
ient/System.EXE.
LOG: Attempting download of new URL file:///C:/Program Files/SourceGear/Vault Cl
ient/System/System.EXE.
C:\Program Files\SourceGear\Vault Client>vault.exe help
Unhandled Exception: System.IO.FileNotFoundException: File or assembly name System, or one of its dependencies, was not found.
File name: "System"
at VaultLib.SimpleLogger.ConfigureFromAppSettings(String programName)
at VaultCmdLineClient.VaultCmdLineClient.Main(String[] args)
=== Pre-bind state information ===
LOG: DisplayName = System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b
77a5c561934e089
(Fully-specified)
LOG: Appbase = C:\Program Files\SourceGear\Vault Client\
LOG: Initial PrivatePath = NULL
Calling assembly : VaultLib, Version=3.5.1.4786, Culture=neutral, PublicKeyToken
=a74d7badb9387c36.
===
LOG: Publisher policy file is not found.
LOG: Host configuration file not found.
LOG: Using machine configuration file from c:\WINDOWS\Microsoft.NET\Framework\v1
.1.4322\config\machine.config.
LOG: Post-policy reference: System, Version=1.0.5000.0, Culture=neutral, PublicK
eyToken=b77a5c561934e089
LOG: Attempting download of new URL file:///C:/Program Files/SourceGear/Vault Cl
ient/System.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/SourceGear/Vault Cl
ient/System/System.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/SourceGear/Vault Cl
ient/System.EXE.
LOG: Attempting download of new URL file:///C:/Program Files/SourceGear/Vault Cl
ient/System/System.EXE.
- Attachments
-
- exception.JPG (98.6 KiB) Viewed 51867 times
-
- Posts: 8
- Joined: Fri May 04, 2007 5:18 pm
Excellent Suggestion
Thank-you. That worked.