PDA

View Full Version : Assembly 'nunit.framework, Version=2.5.5.10112, Culture=neutral, PublicKeyToken=96d09



WitchCraft
June 5th, 2010, 11:04 AM
Question:

I am implementing an OpenSource version of Microbosoft Sync framework,
[http://www.microsoft.com/downloads/details.aspx?FamilyID=89adbb1e-53ff-41b5-ba17-8e43a2e66254&displaylang=en]

(Checkout:
git clone git@github.com:quandary/SyncFramework.git)
but I ran into a unittest problem.

I added a nunit test-project to the C# project, but it's not compiling...

I created the project on Windows, and there it compiled well.
On Linux, the project compiles well, but compiling the unittest, I always get:
Assembly 'nunit.framework, Version=2.5.5.10112, Culture=neutral, PublicKeyToken=96d09


My problem now is I installed nunit and added a reference to it (on Linux with mono), but I still get this message, I take out 'require specific version', and I still get this message...

I also removed the windows reference to nunit, but still no change.

WitchCraft
June 5th, 2010, 10:36 PM
bump.

WitchCraft
June 6th, 2010, 06:11 PM
bump.