View Single Post
  #3  
Old 05-30-2006, 11:41 AM
realtytrac realtytrac is online now
Registered User
 
Join Date: 04-17-2006
Posts: 16
Thank you for a copy of the 6.2 Beta version geared to fix this problem.

I tried to use it and it does not seem to have fixed the problem. Using ASPCompat still gives the same error as before, namely "Unknown Error".

Without the ASPCompat it was even worse. An alert came up titled "vault.exe - Common Language Runtime Debugging Service"

It said: "Process id=0x8b8 (2232), Thread id = 0xfcc (4044)

Click Ok to terminate...
Click cancel to debug..."

The message i got back from build itself was the following:

5/30/2006 9:35:38 AM: Building Project Step 'Project Steps'...
Step 'Project Steps' completed, status = Succeeded
5/30/2006 9:35:38 AM: Building Project Step 'Move to DEV Rollback Folder'...
Step 'Move to DEV Rollback Folder' completed, status = Succeeded
5/30/2006 9:35:38 AM: Building Project Step 'Copy ASPX and root'...
FOLDER1 -> FOLDER2
Copying: Global.asax
Copying: Web.config
Copying: WebForm1.aspx
Copying: WebForm2.aspx
Copying: WebForm3.aspx
Copying: bin\TestApp.dll
6 file(s) copied, 0 file(s) deleted
Step 'Copy ASPX and root' completed, status = Succeeded
5/30/2006 9:35:38 AM: Building Project Step 'Clean the TestApp build folder'...
-> C:\Inetpub\wwwroot\TestApp\
0 file(s) copied, 0 file(s) deleted
Step 'Clean the TestApp build folder' completed, status = Succeeded
5/30/2006 9:35:38 AM: Building Project Step 'Labeled Application'...
Step 'Labeled Application' completed, status = Succeeded
5/30/2006 9:35:38 AM: 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(Boole an bForceLogout) at VaultCmdLineClient.VaultCmdLineClient.Main(String[] args)
Process completed with exit code -1073741819
Step 'Get Label TestApp' completed, status = Failed


Please help
Reply With Quote