I am trying to analyse some assemblies with NDepend but it complains that the pdb files and source files are not in sync with each other. However, the development and compilation of the assemblies has occured on the same server as where I am running NDepend from.
How can I fix this? I've seen a lot of people have this problem, from googling, but no real solutions. Also, I will be running NDepend on another server (automated build server) from the dev server, so in the future, I am likely to have the same problem again. Looking at NDepend's documentation, the path to where the source is stored must always be the same (but I never broke this rule).
Would a recompilation of the assembly fix this? How serious is this problem?
Thanks