Hi,
I am using the API for an ASP.NET 2.0 web application. Actually, the current problem i am having is when Visual Build Professional is invoked through ASP.NET 2.0 and, within one of the steps in a build script, an action is requested from Vault.
The following error alert pops up:
"Process id=0x8b8 (2232), Thread id = 0xfcc (4044)
Click Ok to terminate...
Click cancel to debug..."
The error in the build message said:
Building Project Step 'Get Label TestApp'...
"C:\Program Files\SourceGear\Vault Client\vault.exe" -host xxx -user xxx -password xxx -repository xxx getlabel $/TestApp 3/31/2006-03 -setfiletime current -destpath C:\Inetpub\wwwroot\TestApp
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. at VaultClientNetLib.VaultConnection.Logout() at VaultClientOperationsLib.ClientInstance.Logout() at VaultCmdLineClient.VaultCmdLineClient.Logout(Boolean bForceLogout) at VaultCmdLineClient.VaultCmdLineClient.Main(String[] args)
Process completed with exit code -1073741819
Step 'Get Label TestApp' completed, status = Failed
Any ideas?
Process id=0x8b8 (2232)
Moderator: SourceGear
The first thing to try is to run the CLC command from a windows prompt, and see if it works, to determine whether the problem is the CLC, or the environment it is running in within Visual Build.
You might also try to get the label from the GUI client Show Labels dialog, and see if it has the same problem.
You might also try to get the label from the GUI client Show Labels dialog, and see if it has the same problem.