When I try to take a snapshot of my running process. It dies.

SamNabialekSamNabialek Posts: 7 New member
The process was built using VS 2019 and Postsharp 6.6.10. It targets .NET 4.0 running under Win 10 Enterprise.

Any idea why I cannot profile what is a simple process? I took out the GUI and had the whole thing running under a simple command line. The process is single threaded with no async operations. I'm trying to track a leak in a library - the process is as simple a wrapper as I can put around the library to call into its functionality.

For the record. Using the default settings for a profiling session.
Sign In or Register to comment.