This is driving me nuts.  I had CruiseControl.net v8 all up and running, then all of a sudden, every build is coming back with:

BUILD EXCEPTION

Error Message:

System.UnauthorizedAccessException: Access to the path "AssemblyInfo.cs" is denied. at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive) at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive) at System.IO.Directory.Delete(String path, Boolean recursive) at ThoughtWorks.CruiseControl.Core.Util.TempFileUtil.DeleteTempDir(String dirname) in d:\sourceforge\ccnet\project\core\util\TempFileUtil.cs:line 52 at ThoughtWorks.CruiseControl.Core.Util.TempFileUtil.CreateTempDir(String dirname, Boolean overwrite) in d:\sourceforge\ccnet\project\core\util\TempFileUtil.cs:line 27 at ThoughtWorks.CruiseControl.Core.Util.TempFileUtil.CreateTempDir(String dirname) in d:\sourceforge\ccnet\project\core\util\TempFileUtil.cs:line 20 at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Vss.GetSource(IIntegrationResult result) in d:\sourceforge\ccnet\project\core\sourcecontrol\Vss.cs:line 182 at ThoughtWorks.CruiseControl.Core.Project.AttemptToRunIntegration(IIntegrationResult result) in d:\sourceforge\ccnet\project\core\Project.cs:line 168

And it’s driving me nuts.  It’s finding modifications okay and trying to build, but always puking on this error.  It was shortly after setting up multiple projects, but I don’t think that’s the cause, since I have backed it out to a single project and it still barfs.  All input is appreciated as it appears that their site and google are unfriendly to me in terms of finding anything about this.  The closest I came up with was FlexWiki’s build page which…funny enough…is getting the same error.


Tags: