I have IIS crash dump of a .net web application. After doing dumpstack I got call stack:
00000000028fe8c0 000007fe9b6f2fe5 (MethodDesc 000007fe99e41878 +0x105 ABC.dll!Unknown), calling (MethodDesc 000007fef7634de0 +0 System.Reflection.MethodBase.Invoke(System.Object, System.Object[]))
00000000028fe910 000007fe9a075b68 (MethodDesc 000007fe9a667460 +0x38 XYZ.dll!Unknown), calling (MethodDesc 000007fef7553ff8 +0 System.Activator.CreateInstance[[System.__Canon, mscorlib]]())
I want to know actual method which stack pointing to. How to get this using windbg?