Escribí una aplicación C# que funciona bien en XP pero se congela en Vista/7. Recibí un volcado de aplicaciones (archivo dmp) para analizar el problema. No entiendo cómo obtener el seguimiento de la pila en C# (ya que tengo, por supuesto, el código fuente). he cargado símbolos pero no parece cargar el código administrado, aquí está el seguimiento de la pila:analizar el archivo de volcado de aplicación C#
[email protected]()
[email protected]() + 0xc bytes
System.Windows.Forms.ni.dll!68bb8ea8()
[Frames below may be incorrect and/or missing, no symbols loaded for System.Windows.Forms.ni.dll]
System.Windows.Forms.ni.dll!68bb8ea8()
System.Windows.Forms.ni.dll!68bb8997()
System.Windows.Forms.ni.dll!68bb87e1()
System.Windows.Forms.ni.dll!68b75931()
[email protected]() + 0x33 bytes
[email protected]() + 0x9f bytes
mscorwks.dll!MethodDesc::CallDescr() + 0x15a bytes
mscorwks.dll!MethodDesc::CallTargetWorker() + 0x1f bytes
mscorwks.dll!MethodDescCallSite::CallWithValueTypes_RetArgSlot() + 0x1a bytes
mscorwks.dll!ClassLoader::RunMain() - 0x39040 bytes
mscorwks.dll!Assembly::ExecuteMainMethod() + 0xa4 bytes
mscorwks.dll!SystemDomain::ExecuteMainMethod() + 0x416 bytes
mscorwks.dll!ExecuteEXE() + 0x49 bytes
[email protected]() + 0x98 bytes
mscoreei.dll!71f455ab()
[email protected]() + 0x227 bytes
[email protected]() + 0x8 bytes
[email protected]@12() + 0x12 bytes
[email protected]() + 0x27 bytes
[email protected]() + 0x1b bytes
se agradecería cualquier ayuda.