I'm attempting to use the profiler in Visual Studio 2012 to analyze memory performance of a mixed C#/C++ application. While I do get data back, it doesn't show me class names - instead, it just appears to be some sort of address, such as 0x0200004C instead of String. Any idea what's happening here?
EDIT: To anyone curious - perhaps this was a bug in Visual Studio 2012, or perhaps something strange in my VS 2012 configuration, but ever since I upgraded to Visual Studio 2013, the issue has disappeared. I'll leave this open just in case someone stumbles upon it with a solution to fix VS 2012, but one answer would be "Install VS 2013".