Ho scritto un'applicazione C# che funziona bene su XP ma si blocca su Vista/7. Ho ottenuto un dump dell'applicazione (file dmp) per analizzare il problema. Non capisco come ottenere la traccia dello stack in C# (come ho ovviamente il codice sorgente). ho caricato i simboli, ma non sembra per caricare codice gestito, ecco l'analisi dello stack:analizzare il file di scarico dell'applicazione 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
Qualsiasi aiuto sarebbe apprezzato.