Reputation: 10968
We are trying to set up CC.Net. We have CS0006 error saying that DLL is missing in xxx\Projetc1\bin\x86\Debug\Project1.dll
, which is obvious because we haven't build any project on this server yet...
Any idea?
Upvotes: 2
Views: 169
Reputation: 12328
I suspect your project is referencing the dll instead of the dependent project. If that is the case, msbuild will not be able to determine the build order correctly.
Upvotes: 1