Re: Could not load file or assembly 'nunit.framework, Version=2.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' or one of its dependencies. The system cannot find the file specified.

2012-08-31 Thread Troni Dale
Solve this one by removing nunit.framework reference and add it to GAC then add reference on it.

Re: Could not load file or assembly 'nunit.framework, Version=2.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' or one of its dependencies. The system cannot find the file specified.

2012-08-30 Thread Troni Dale
Thanks for the reply mark. I checked the PATH environment variable it was the same for both Jenkins and through command line. Thanks, Troni

Could not load file or assembly 'nunit.framework, Version=2.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' or one of its dependencies. The system cannot find the file specified.

2012-08-30 Thread Troni Dale
Hi guys, I have this problem running my nant build script with jenkins. But when I run it through command line build succeeded and no problems found. Do you know how to fix this? Btw, it's my first time to post here. Any help could do.