To run your test project from NCover you have to do some settings- 1-NCover does not run test cases it uses NUnit for it in your Test project go to -> properties->debug and set start up external project as nunit.exe ( give full path) 2- for command line argument write assembly name of your test project e.g. testproject.dll Now when u will run NCover it will start Nunit and Nunit will take your assembly as project.... Try it
Ethan Hunt 008 "Licensed to Code" 10th Cloud Corp Banglaore India