The located assembly\'s manifest definition does not match the assembly reference
getting this when running nunit through ncover. Any idea?
This usually happens when the version of one of the DLLs of the testing environment does not match the development environment.
Clean and Build your solution and take all your DLLs to the environment where the error is happening that should fix it