NDepend newbie here. I am using the standalone version (VisualNDepend.exe) to analyze a C# solution.
When I choose the solution file, NDepend warns that the assembly PDB file is missing:
The solution is configured as Debug/x64 and therefore, its associated PDB file is available.
However, I think the real problem is that NDepend is confused about the solution configuration, as it points to the release exe (reported in the final line in the tooltip that it displays) instead of the debug exe.
What am I doing wrong, and is there a workaround?
