I searched for this problem and found many tastes and ideas, but no real solutions. So, putting on my asbestos suit and hoping for the best, I'm going to dare to ask him again.
I have C # code that calls C ++ managed code, which in turn calls unmanaged C ++ code. Unmanaged C ++ code throws an exception, and I would like to be able to debug it. However, when I try (explicitly through the call stack) to load characters, I get the scary "MyFile.pdb character file error does not match module error."
I assume this is a generic error code returned since the files are from the same assembly. Using the chkmatch tool seems to confirm that the files really match.
Any help is much appreciated ... WTS
c ++ debugging managed unmanaged visual-studio-2008-sp1
Wonderko the sane
source share