HistoryQuery

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
kschmeichel
Posts: 5
Joined: Thu Jun 09, 2005 2:12 pm

HistoryQuery

Post by kschmeichel » Fri Jun 10, 2005 6:50 am

Hello,

I downloaded the HistoryQuery console app.

When run, it is trying to load an assembly called VaultPresentationLib.exe

What is this and where can i find it?

Also, is there not just a static instance of an object that I can call to run a query to retrieve history? ie: VaultLib.GetHistory(seachStr)

Looking forward to your response.

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Fri Jun 10, 2005 7:29 am

VaultPresentationLib.dll is installed with the GUI client.

You can also use the Command Line Client's history command, which may be able to give you the output that you want.

Locked