From an MSDN resource thread here:
http://forum.codecal...ource-file.html
It appears that you need to load the library symbol files (PDB) from the Microsoft symbol server - so that the debugger can understand the symbols used for your specific set of system libraries.
eryang March 15, 2011 2:40 AM said:
To load symbol file for those dlls, you may open the Modules window (Debug -> Windows -> Modules), right click a module, and select Load Symbols From -> Microsoft Symbol Servers.
There may be similar instructions to find the symbols required, try to see if this corrects the problem.
Be sure to read the updated
FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us
why or
what errors occurred.