Hi, Do you specify the path to your config file in your ccservice.exe.config or ccnet.exe.config?
With kind regards, Benjamin Baumann 2010/8/11 Codify <[email protected]> > Hi all > > I've been using cruisecontrol.net for a couple of years now. > > Recently, I've updated my server (.net 4.0, windows updates, etc). > > CruiseControl.net stopped working... > > I've even tried upgrading it to the latest version (1.5.. I was using > 1.4 prior to the issues) > > > My log shows "No projects found" > > > I've even tried a clean config (below), but the server still can't > find projects... > > Any clues/suggestions would be much appreciated. > > > > > <cruisecontrol xmlns:cb="urn:ccnet.config.builder"> > <!-- This is your CruiseControl.NET Server Configuration file. Add > your projects below! --> > <project> > <name>SimpleExample</name> > > <triggers /> > > <tasks> > <exec> > <executable>c:\projects\test.cmd</executable> > </exec> > </tasks> > </project> > </cruisecontrol> > >
