Souce code for non-visual classes in ASP.Net application

Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
Hi James,

Can you please make sure that the rest of the assemblies you're testing
were built in a DEBUG configuration? That could easily be the problem.

Regards,

Brian Donahue
Red Gate Technical Support


"James Sun" <jamessun@mindspring.com> wrote in message
news:oL4p5Uz7DHA.1212@server53...
> I have an ASP.Net solution (application) that contains three projects, a
web
> project, and two class projects (non-visual). I'm able to profile the web
> application, and Profiler seems to work properly (i.e. I see in the 100
> slowest functions various method in objects in all three projects/layers);
> however, I only see source code for the classes in the web layer. I would
> expect to see source code for the non-visual projects, also. Is there
> something I'm doing wrong?
>
> Thanks,
> James Sun
>
>

Comments

  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    ANTS Profiler implemented some filters for the namespaces that are profiled. It could be possible that you were simply 'filtering out' methods accidentally because they existed in a different namespace than the rest of the project.
This discussion has been closed.