I'm getting the following error when using "run all tests in solution" or "run checked tests", but if I use "debug checked tests" they run fine.
Unable to get type TestDataLayer.TestPatientDAO, TestDataLayer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null. Error: System.TypeLoadException: Could not load type 'DomainLayer.BaseEntity' from assembly 'DomainLayer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
DomainLayer.BaseEntity is an abstract class.
Removing and adding the reference to DomainLayer again didn't help.
Unloading and loading TestDataLayer or DomainLayer didn't help.
edit: removing and adding CodeCoverage solved the problem (wtf)