VSPerfReport not loading Managed DLLs
-
Thursday, March 08, 2012 3:21 PM
Greetings
I have a problem, i'm trying to run a profiler on my .NET Application, I am doing so through attaching the process.
I am executing the following:
VSPerfCmd /start:sample /output:path
VSPerfCmd /attach:pid
Then after a while...
VSPerfCmd /detach
VSPerfCmd /shutdown
Now I want to pack the symbols into my output vsp files, so I am using VSPerfReport file.vsp /packsymbols /symbolpath:[path]
However what I see that only my own unmanaged DLLs I have are trying to load when performing that, it's not even trying to load the managed ones (my own), it does load the .NET managed DLLs but not my own.
Do I need to do something so my managed DLLs will be loaded too?
Thanks,
Gil
- Edited by GilPeleg Thursday, March 08, 2012 3:28 PM
All Replies
-
Monday, March 12, 2012 2:21 AMModerator
Hi GilPeleg,
Thank you for posting in the MSDN forum.
When you run the profiler on your .NET App, did you get any error message?
We also need to check our steps, see Profiling From the Command Line.
In addition, there is a blog about Attaching the Profiler to a Managed Application. Hope it can help.
Best Regards,
Jack Zhai [MSFT]
MSDN Community Support | Feedback to us
- Marked As Answer by Jack Zhai - MSFTMicrosoft Contingent Staff, Moderator Monday, March 19, 2012 1:53 AM
-
Thursday, March 15, 2012 2:24 AMModerator
Hi GilPeleg,
I am writing to check the status of the issue on your side.
What about this problem now?
Would you mind letting us know the result of the suggestion?
Best Regards,
Jack Zhai [MSFT]
MSDN Community Support | Feedback to us

