I am trying to analyze a dump file generated in a testing environment pc , on my pc with VS. When I create a dump file ( using procdump ) on my pc and open it in VS I can see my code in the threads window. But when running the same binaries on a different machine and generating the dump file, VS is not showing me my functions in the 'threads' window.
- I am using .net 4
- My pc is Win8 64 and the Testsing Pc is WinXp 32