Hello everyone,
I am using Windbg to load a crash dump from managed code (C#, a console application built for Any CPU). I am debugging on x64 platform. I have put the related pdb file into symbol path. But when I use lm command to see load models, the symbol of the console exe application can not be loaded. I have tried to execute .reload /f, but still cannot load the symbol for my application.
BTW: I have full source code for my application. My application is built for .Net 3.0, but the machine I am working on to debug is installed with lastest .Net 3.5 + SP1. Could the mismatch the issue?
Any ideas to analyze further?
thanks in advance, George