Comment 11 for bug 1095833

Revision history for this message
Charlie Poole (charlie.poole) wrote :

Reviewing this bug report, I don't see that we ever had you look at the NUnit internal trace log. You can do that by running with -trace:Debug and finding the log file under <application_data>/NUnit/logs. What we want to see in particular is how NUnit is evaluating your test assembly and deciding to run it under .net 3.5. That should be quite early in the log.

Charlie