Coverage over a .NET remoting connection

Coverage over a .NET remoting connection

In  a client server scenario where the client connects to the server using .NET remoting, I am not able to get coverage using nCover. My test fixture connects to the server via remoting. When I try to get the coverage using nCover, I get the coverage only for the test fixture but not the server assemblies.

Is there a different approach for remoting based applications???