Symbols not available for method
Symbols not available for method
Hi
In my coverage.log file I have lot of error like this one : "(0x00003608) ERROR: Symbols not available for method [set_Center(System.String value) : void], sequence points not loaded. [0x80004005]"
What does it mean ? Coverage percentage is always equal to 0. Is there a link with this issue ?
BenoƮt
RE: Symbols not available for method
You should notice that many other methods in the same assembly do not have coverage.
This can be caused by many things.
- There are no pdb files for that assembly.
- In rare cases, the files were built on a different machine
- The pdb files are not in sync with the dll. (different build)