The GUI client throws an exception with the error message "Hour, Minute, and Second parameters describe an un-representable DateTime.".
The log data for this exception is as follows:
Code: Select all
06/03/2008 3:56:16 PM <generic>: [<No Name>:3220] VaultGUIClient, Version=1.1.0.16216, Culture=neutral, PublicKeyToken=null
06/03/2008 3:56:32 PM <generic>: [GUIClientWorkerThread:1292] [System.ArgumentOutOfRangeException: Hour, Minute, and Second parameters describe an un-representable DateTime.
at System.DateTime.TimeToTicks(Int32 hour, Int32 minute, Int32 second)
at VaultLib.VaultDateTime..ctor(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minutes, Int32 seconds)
at VaultClientOperationsLib.ClientInstance.GetFolderVersionTxComment(String strPath)
at VaultClientOperationsLib.ClientInstance.GetFolderProperties(String strPath, Int64 nFolderVerID)
at VaultClientPresentationLib.GUIClientInstance.FolderProperties(VaultClientFolder folder)
at VaultClientPresentationLib.GUIClientInstance.Properties(RepositoryExplorerSelection selection)
at VaultClientPresentationLib.GUIClientThread.ProcessCommand(GUIClientThreadCommand command, GUIClientThreadCommandResult& outputResult)]Hour, Minute, and Second parameters describe an un-representable DateTime.
at System.DateTime.TimeToTicks(Int32 hour, Int32 minute, Int32 second)
at VaultLib.VaultDateTime..ctor(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minutes, Int32 seconds)
at VaultClientOperationsLib.ClientInstance.GetFolderVersionTxComment(String strPath)
at VaultClientOperationsLib.ClientInstance.GetFolderProperties(String strPath, Int64 nFolderVerID)
at VaultClientPresentationLib.GUIClientInstance.FolderProperties(VaultClientFolder folder)
at VaultClientPresentationLib.GUIClientInstance.Properties(RepositoryExplorerSelection selection)
at VaultClientPresentationLib.GUIClientThread.ProcessCommand(GUIClientThreadCommand command, GUIClientThreadCommandResult& outputResult)