When I am trying to reload the symbol for kernel32.dll, the windbg always complain below:
DBGHELP: d:\symbols\wkernel32.pdb - file not found
DBGHELP: d:\symbols\dll\wkernel32.pdb - file not found
DBGHELP: d:\symbols\symbols\dll\wkernel32.pdb - file not found
DBGHELP: C:\Windows\syswow64\wkernel32.pdb - file not found
DBGHELP: wkernel32.pdb - file not found
*** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Windows\syswow64\kernel32.dll -
What is wkernel32.dll and how can I get the symbol information for that file?
I have installed the right package of the windows symbol, I have verified the version string, it's exactly match.
Thanks. Bin