Unloaded Classes Unnoticed

Unloaded Classes Unnoticed

I noticed that if I do not access a class at all it goes unnoticed. Checking the code base, I saw this method which is supposed to take care of this problem: CCoverageProfiler.UpdateUnloadedClasses(). However, it is not being called anywhere. Hopefully this can be called in an appropriate place and then code coverage can be more complete. Also, I would like to know if there is a bug when implementing this (i.e. profiling too many classes like System.whatever).


Re: NCover Profiler won't connect when not running from C:\Progr

Take a look through these...

http://www.kiwidude.com/blog/2007/04/ncover-problems-fixes-part-1.html
http://www.kiwidude.com/blog/2007/04/ncover-problems-fixes-part-2.html

$50 says it is because you havent registered CoverLib.dll on your machine... ;-)


Re: What version for 1.1

There's a bunch of threads with the answer - 1.5.4 if you have .Net 2.0 installed on your system, or 1.3.3 if you don't.