Hi
you may NEVER lay references to a bin folder, now I asume you did not do
this,
but visual studio did it for you.
I expect your source tree to be one something like this
ProjectRoot
|
+--Lib
| +--Nunit
| +--NCover
+--Source
+--Project1
+--Project2
and you check everything in under ProjectRoot into source control, including
the lib folder !
if so my guess is that the lib folder is not checked into source control/ or
a different version please verify.
it works on your pc because the assemblies are copied into your bin folder
Check where the references are coming from :
open the project file (vbproj) in a text editor, notepad or so
and search for nunit
also to simulate the failure on your pc, do the following :
delete any .suo and .user files, and delete the bin\debug, bin\release and
obj folders
open visual studio, and you will probably not be able to compile.
with kind regards
Ruben Willems
On Tue, Apr 21, 2009 at 12:13 PM, sam <[email protected]> wrote:
>
> When I run the build through cc.net server. It deletes the references
> of all dlls from /bin/debug folder. and then throws error that nunit
> reference not found. Previously i tried to solve the problem by
> changing the build path from /bin/debug to /bin/release. it works at
> that time but now nothing seems to work.
>
>