I was in the process of evaluating the Vault product and noticed that I can no longer build my deployment projects. After uninstalling the 3.05 Vault Client and Admin tool I can now build my deployment projects. Any idea what I am doing wrong?
1) The Web Project is under Vault Source Code Control
2) The Web Deployment Project is NOT under Vault Source Code Control
3) Both projects are under a single solution and the solution is NOT under Vault Source Code Control.
Thanks!
Deployment Projects fail to build after installing Vault
Moderator: SourceGear
Okay... I have a web project that runs correctly within the debugger and I can compile with the source code under the control of Vault (3.05). However, after testing and checking in my changes I perform the following steps to perform the deployment build:
1) Select the deployment project under the solution (inside the solution explorer).
2) Right click and select build.
3) The following occurs:
------ Build started: Project: Zink, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
Building satellite assemblies...
------ Starting pre-build validation for project 'ZinkSetup' ------
------ Pre-build validation for project 'ZinkSetup' completed ------
------ Build started: Project: ZinkSetup, Configuration: Debug ------
Building file 'C:\Working\MIC\Zink\Visual Studio Project\ZinkSetup\Debug\ZinkSetup.msi'...
Packaging file <BLAH BLAH>...
... More files here ...
Packaging file <BLAH BLAH>...
ERROR: Could not create the file 'C:\DOCUME~1\JHOLLI~1\LOCALS~1\Temp\VSI412.tmp' 'Access is denied.'
ERROR: Unrecoverable build error
---------------------- Done ----------------------
Build: 1 succeeded, 1 failed, 0 skipped
*** THIS DOES NOT OCCUR IF I UNINSTALL THE VAULT CLIENT. I GET THE FOLLOWING:
---------------------- Done ----------------------
Build: 2 succeeded, 0 failed, 0 skipped
1) Select the deployment project under the solution (inside the solution explorer).
2) Right click and select build.
3) The following occurs:
------ Build started: Project: Zink, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
Building satellite assemblies...
------ Starting pre-build validation for project 'ZinkSetup' ------
------ Pre-build validation for project 'ZinkSetup' completed ------
------ Build started: Project: ZinkSetup, Configuration: Debug ------
Building file 'C:\Working\MIC\Zink\Visual Studio Project\ZinkSetup\Debug\ZinkSetup.msi'...
Packaging file <BLAH BLAH>...
... More files here ...
Packaging file <BLAH BLAH>...
ERROR: Could not create the file 'C:\DOCUME~1\JHOLLI~1\LOCALS~1\Temp\VSI412.tmp' 'Access is denied.'
ERROR: Unrecoverable build error
---------------------- Done ----------------------
Build: 1 succeeded, 1 failed, 0 skipped
*** THIS DOES NOT OCCUR IF I UNINSTALL THE VAULT CLIENT. I GET THE FOLLOWING:
---------------------- Done ----------------------
Build: 2 succeeded, 0 failed, 0 skipped
Hmm. Just curious: Did you previously have VSS or another source control integration tool working with this? I'm wondering if this is specific to Vault or a general SCC issue.
Vault wouldn't be doing anything to prevent VS from writing out files to the temp folder. Can you check that folder for permission issues?
Vault wouldn't be doing anything to prevent VS from writing out files to the temp folder. Can you check that folder for permission issues?