I have a vs.net 2005 project that I am trying to build using Microsoft's msbuild. I keep getting access denied while trying to compile a class library or I get access denied while trying to copy xyz.pdb to \\bin folder.
The only way I got around this was to check out all the files in Vault. Seems odd but it got me through. But I don't want to have to check out all the files in my solution just to be able to do an automated build.
Can you assist in figuring out why this is so.
Thanks
BTD
Here is the code
C:\temp\FHLBCIN>c:\windows\Microsoft.net\Framework\v2.0.50727\msbuild c:\inetpub
\wwwroot\abc\abc.sln /p:configuration=Debug;OutDir=C:\temp\fhlbcin\
Vault and MSBuild
Moderator: SourceGear