c# - Analyzing a CLR .dmp file in WinDbg -
i have c# .net 3.5 application created in visual studio 2008 crashing on windows xp sp3 (x86) pc no development environment. i have been able .dmp file pc , take windows 7 64-bit development pc , load windbg 6.12. but, can't see code in call stack c# application. looks it's entirely native call stack. the result !analyze -v below. i have relevant exe, dll, , pdb files in same directory .dmp. executable crashed compiled in debug mode. i have visual studio 2008, if that's easier use. opening dump file in there shows native call stack, nothing code. how can view clr call stack? 0:004> !analyze -v ******************************************************************************* * * * exception analysis * * * *******************************************...