VS2008 Performance Analyser:

Hi,

I have a client application which is a Windows Forms UI, but also have few library projects one of which is AMS_038 library project.

I use Instrumentation method for collecting analysis data. In order to launch the analysis session I choose my UI wiform project as the project to profile. Here is the problem:
The report gives me only the methods up to the entry method in my library project, a method called: GetPointOfCall, the report gives me all the metrics for that method, Time Inclusive...etc but never goes beyondf that first method in the library project.

But me, I want the stack of the methods called by that one, meaning: I want all those methods that are located in the library project so I can see where the bottleneck lies. The problem is that the report stops at the first entry in my library proejct.

Pls, How do I get the report to give me the metrics for the methods inside my library project?

I thought of one little thing: first time I set the session, instead of choosing the UI project as the project to profile, I tried to choose the Library project for profiling, but if I choose a library project to profile, how do I execute the client UI project ?

Thanks a lot, Merci beaucoup

Rachid.