Comments
1 comment
-
Unfortunately there is no way to control the libraries that locate source code as they are shipped by Microsoft in diasymreader.dll. The basic rules are, make sure the .pdb files exist and match the assemblies being profiled (same build/version numbers). Typically the .pdbs are found in the same folder as the assembly being profiled.
Add comment
Please sign in to leave a comment.
I am running the project by attaching to a running service. Is there anyway to load the source code, or to direct the profiler to where it can find the source code?