Search found 1 match
- Fri Jun 15, 2018 9:56 am
- Forum: Using .NET Memory Profiler
- Topic: can't load dump from x64 machine
- Replies: 8
- Views: 18569
Re: can't load dump from x64 machine
If you want to analyze a 64-bit process dump then you need to run the 64 bit version version of the debugger on a 64-bit machine. A dump from 32-bit process can be analyzed on 32-bit and 64-bit machine. So if you are sure the dump is from 64-bit process, it needs to be analyzed on 64-bit machine.