Unit test runner crash, v5.1.4
I always get this error "NUnit runner crashed on xxxx\yyyy\zzz.dll Tests failed: 3 (3 new), passed: 10, ignored: 4". Is this really uni test runner crashed or tests failed?
Can it be related that my solutions is a VS2010 one with .net2 and .net4 project mixed? .net4 projects are for server apps, and .net2 ones are for desktop apps. If it is, is there a easy way to overcome this?
regards,
tc.
Please sign in to leave a comment.
Got it solved. It seems I used the dll from the obj folder instead of the bin folder, therefore dependant dlls are missing.
But still this message "crashed..." is mis-leading, though the actual reason was, some dependent dlls could not be found.