Options

no source code available for class library

I am profiling a web application that contains 2 other projects that are class libraries. All have been compiled in debug mode and I can see the .pdb files for each of them. However, when in the "all classes" view in the results panel, if I try to click on the namespace for one of the class libraries, I get the message that there is no source code available. What do I need to do to make it be able to see the source code?

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello,

    This is hard to tell. What is the directory structure like for the ASP .net web application in relation to the class libraries? Do they all share the same bin folder and all of the .pdbs reside there for both the aspnet dll and the class libraries?

    Also, was ANTS Profiler able to resolve the assembly name for the class libraries? If it could do that, I'd imagine it could locate the necessary pdb files if they were in the same folder as the class libraries.

    Please let us know.
This discussion has been closed.