I have a XAF application that I've built and a nant script that runs fine on my development machine. The script uses MsBuild and the CSPROJ File to compile the project.
When the CruiseControl.net server tries to compile the project it states that it cannot find the XAF assemblies needed to compile.
I tried referencing all DLLs as Local Copy in the BIN folder and tried installing XAF on the development server, but it hasn't worked.
Any ideas?