I’m using Unit-2.5.5.10112. How can I use also NBehave, if it has dependency on an older version of NUnit?
Should I ignore NBehave?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can get NBehave 0.4.5 to use NUnit 2.5.5.10112 by doing the following:
First, create an NBehave-Console.exe.config containing the following:
This tells the CLR loader that when NBehave-Console.exe looks for 2.5.2.9222 of nunit.framework, it should use 2.5.5.10112 instead.
Second, put nunit.framework.dll version 2.5.5.10112 in the
C:\Program Files\NBehave\0.4.5.183directory, replacing the older version.