NullReferenceException

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

Moderator: SourceGear

Post Reply
Tonyb
Posts: 20
Joined: Fri May 05, 2006 5:36 pm

NullReferenceException

Post by Tonyb » Tue Jun 03, 2008 12:08 pm

I had the Vault GUI crash on me today. Right after I got a dialog about my session timing out it threw an NullReferenceException.

I'm running version

Here is a stack trace to help track down the problem:

Code: Select all

VaultClientOperationsLib.dll!VaultClientOperationsLib.TreeCache.Dispose() + 0x1d bytes	
 	VaultClientOperationsLib.dll!VaultClientOperationsLib.ClientInstance.SetActiveRepositoryID(int id = -1, string username = null, string uniqueRepositoryID = null, bool doRefresh = false, bool updateKnownChangesAll = true) + 0xdb bytes	
 	VaultClientOperationsLib.dll!VaultClientOperationsLib.ClientInstance.Logout() + 0x2c bytes	
 	VaultPresentationLib.dll!VaultClientPresentationLib.GUIClientInstance.DisconnectFromServer() + 0xd3 bytes	
 	VaultPresentationLib.dll!VaultClientPresentationLib.GUIClientInstance.ShowCommandException(System.Exception e, System.Windows.Forms.IWin32Window dialogOwner) + 0xe3 bytes	
 	VaultPresentationLib.dll!VaultClientPresentationLib.GUIClientThread.ProcessCommand(VaultClientPresentationLib.GUIClientThreadCommand command, ref VaultClientPresentationLib.GUIClientThreadCommandResult outputResult) + 0x25d4 bytes	
 	VaultPresentationLib.dll!VaultClientPresentationLib.GUIClientThread.Start() + 0xd4 bytes	
>	mscorlib.dll!System.Threading.ThreadHelper.ThreadStart_Context(object state) Line 61 + 0xffffffe4 bytes	C#
 	mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) Line 361 + 0xffffffef bytes	C#
 	mscorlib.dll!System.Threading.ThreadHelper.ThreadStart() Line 82 + 0x20 bytes	C#
PS: Do customers with an active maintenance contract get access to the gold support forum? I tried to use the automated form to get access but it said my serial number was invalid.

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Tue Jun 03, 2008 12:26 pm

After the session timed out, were you able to log in again?

Post Reply