No problem, I'm happy to answer whatever I can.
Single test project depends on a single web application project, which has no other direct dependencies. Web application project lives inside of an IIS web site, and the project output goes into that website's bin folder. This is a module for a DotNetNuke site, so the website is at c:\web\project.dev, and the web application project is in c:\web\project.dev\DesktopModules\Company\MyProject, with assemblies building to c:\web\project.dev\bin.
Longest running test takes over 3 seconds (and is over the web project).
The only thing that is logged is the error itself:
Quote:[15:54:30.6972-BuildTask-121] ERROR (Compilation): Papers Archive: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets (3238): Unable to copy file "obj\Release\MyProject.dll" to "..\..\..\bin\MyProject.dll". The process cannot access the file '..\..\..\bin\MyProject.dll' because it is being used by another process.