NCover shows bracket at end of method as "unvisited"

NCover shows bracket at end of method as "unvisited"

I'm using version 1.5.5 with VS2005, NUnit 2.2 for .NET2.0, and TestDriven.Net.  When I run TestDriven with the coverage option, it shows the closing bracket of each unit test as "unvisited".  This causes inaccurate percentages to be displayed in the coverage summary.  Closing brackets in the actual code that I'm running unit tests against seem to be covered; the problem only exists in the unit test code.


Re: How to cover COM+ application hosted by dllhost.exe?

I have tried to create COM+ component by using this guideline

http://support.microsoft.com/kb/306296

I think it's better to keep COM+ Service in C# as thin as possible and perform test coverage in depended assemblies


Re: How to cover COM+ application hosted by dllhost.exe?

I have no problems with creating COM+. I can't attach to running dllhost.exe process, which hosts my COM+ application, or start it correctly under NCover. Can NCover be attached to running process? And how to correctly detach (not stop or kill) from running process? That is the question!