Coverage.xml is empty even after copying the pdb files
Coverage.xml is empty even after copying the pdb files
First of all, I tired all the steps provided in http://ncover.org/SITE/forums/thread/1090.aspx (Thread for Covergage.xml file empty) before making this post.
Steps I followed.
1. Generated debug dlls and pdbs using MS VS IDE.
2. Copied the dlls and pdbs to another machine. Copied all the required binaries for my application.
3. Ran NCoverExplorer.
Result: My Coverage.xml is still empty and this is the message displayed in the coverage.xml file.
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="coverage.xsl" type="text/xsl"?>
<!-- saved from url=(0022)http://www.ncover.org/ -->
<coverage />
Any inputs as to how to solve this problem would be highly appreciated.
Cheers!
Srinu