Question

I generated the hang dump of a c# app with ADPlus. When I tried to debug it with VS2008, it shows the following error message

No symbols are loaded for any call stack frame. The source code cannot be displayed.

I have set the the symbol path of the .net application.

What should I do to view the callstack of the c# app from the dump?

Was it helpful?

Solution

http://blogs.msdn.com/b/tess/archive/2008/02/04/net-debugging-demos-lab-1-hang.aspx

Visual Studio is not a suitable tool (VS 2010 is better, but it is only capable of analyzing .NET 4 dumps), you will have to learn WinDbg.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top