Process id=0x8b8 (2232)

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

Moderator: SourceGear

Locked
realtytrac
Posts: 34
Joined: Wed Jun 15, 2005 2:07 pm

Process id=0x8b8 (2232)

Post by realtytrac » Tue May 30, 2006 11:12 am

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?

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Tue May 30, 2006 12:30 pm

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.

Locked