I have a project that builds fine If I build it manually but it fails with CC.NET. The project is composed by a number of .NET components and a few C++ dlls (COM stuff that gets registered on post-build).
The error that shows up on CC.NET is basically related to an import that's failing because file was not found; one of the projects (C++ dll) tries to import a dll built by another project. Dll should be in the right place since there's a dependency between the projects - indeeed when I build manually everything works fine (Note that when I say manually I am getting everything fresh from source code repository then invoking a Rebuild from VS2005 to simulate CC.NET automation). Looks like dependencies are ignored when the build is automated through CC.NET. I am building using Visual Studio <devenv> in Release MinDependency mode. I honestly don't have a clue - any help would be highly appreciated!
