I am using ncover code central put on a server and collector on my desktop . now I m able to find the coverage of exe (my appliation) when manual tests or tests on gui by launching the application are executed but i want to profile the dll of my application not exe to find the code coverage using my reference unit Test dlls and posting the coverage on code central.
Please suggest how to do that
When covering unit tests, you need to profile the test runner process, not your application exe. If you are running NUnit, for example: