Dependeicnes Not Covered

Dependeicnes Not Covered

I've got a strange problem. Ever since the last two versions of TD.NET have come out (1581 and the previous), my coverage and coverage exploere are quite borken.

For example. Before the latest updates, The Coverage.xml file was put into the projects bin/Debug/Release folders. Now it's being stuffed into  C:\Documents and Settings\CLaco.OPERATIONS\Application Data\Mutant Design\TestDriven.NET 2.0\Coverage\$project\

To make matters worse, it appears that my coverage stats are no longer being generated for the dependencies, but only for the primary assemble. I.e. , I have a Utilities assembly project, and an UtilitiesTests Assemble project. In the past, I would cover and run the tests in UtilitiesTests, and Coverage.xml would have the coverage stats for all of the loaded assembles, including UtilitiesTest AND Utilities. With the latest two versions ot TDD.NET, the Coverage0.xml file only has stats for UtilitiesTests. It contains no stats or coverage for Utilities.... which pretty much defeats the purpose.

My version of NCover hasn't changed (1.5.4 beta), but it's not clear at this point where the problem really happens. To make matters even worse, I can't seem to get and older versions out of http://www.mutantdesign.co.uk/downloads/. :-(


And ideas?