Hi all I have set up CruiseControl.NET and am running builds successfully. But, in the dashboard, when I click on Project Reports, I get an error:
ThoughtWorks.CruiseControl.Core.CruiseControlException: Unexpected exception caught on server ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Program Files\CruiseControl.NET \server\Pyramid\Artifacts\buildlogs' etc etc My xmlogger in ccnet.config is not writing to the above mentioned location, it is (successfully) writing to another one. I can view the build by selecting Latest Build. I suspect I need to tell the dashboard configuration where my xmllogger is writing to, but I don't know where. The location it is trying to look in looks like a default. Do I have to do this? Also, I created the location given in the error, yet bizarrely I still get the same error! Please help!
