NCover and COM+

NCover and COM+

Hello, We are developping .Net assembly that are hosted into COM+ (using System.EnterpriseServices) Is there a way to use your product with this configuration ? regards, Thanks


RE: NCover and COM+

If you unit test the .NET assembly on its own, yes. Since the .NET assembly is never actually loaded into the process that uses it though, it will not be covered when NCover is run on the process.

Stephen