I took a process dump of an application pool process, w3wp.exe
, and when I try to open it in VS 2019 & VS 2017 I get:
The managed heap cannot be analyzed while garbage collection is in progress
What does this mean? When I took the process dump the GC was running and I can't analyze it w/ VS? If so, how do I ensure I take a process dump when the GC isn't running?