Reason why NUnit didn't work

Posted: (EET/GMT+2)

 

Gotcha! Last week I found myself scratching my head because NUnit didnt' find any tests in my test DLL.

Today I found the reason: when loading the tested DLL from a network drive, NUnit won't find any tests in the DLL. But, no error message is given!

Naturally, this is a Code Access Security (CAS) thing and can be configured, but it would be extremely nice if NUnit would at least report something...