I have a Visual Studio project, that builds fine, and the nunit 2 tests run fine within Visual studio, using the test adapter and / or with 3rd party tools (eg Code Rush, TestDriven.net etc)
However, when I run nunit-console version 2.6.4.14350 on the same project, it fails, with the error below.
System.IO.FileLoadException: Could not load file or assembly 'System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) File name: 'System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
This is true, as I am using System.Web.Mvc Version=5.2.3, but I am still confused about the message