Quantcast

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.

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

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.

tronidale
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.  
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

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.

tronidale
Thanks for the reply mark. 

I checked the PATH environment variable it was the same for both Jenkins and through command line.

Thanks,

Troni
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

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.

tronidale


Solve this one by removing nunit.framework reference and add it to GAC  then add reference on it.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

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.

Jacques Dejaen
In reply to this post by tronidale
Dear Troni,

In your solution, from where did you remove 'nunit.framework'?  Did you remove it from the PATH environment variable? I have tried that option, and I am still getting the error.

I am using NUnit 2.6 with Microsoft.NET Framework v4.0.30319.

I appreciate your feedback.

Sincerely,

Jacques D.

On Friday, August 31, 2012 1:02:22 AM UTC-4, Troni Dale wrote:
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.  
Loading...