无法使用 dotMemory 启动内存分析

Can't start memory profiling using dotMemory

我正在尝试使用 JetBrains dotMemory 在 IIS10 上分析 ASP.NET MVC 网络应用程序 运行。当我附加到进程 w3wp.exe 并单击 运行 时出现以下错误:

Can't start profiling. Details:

Profiler is unable to attach to the process: Please ensure the process is not run under another profiler, performance monitoring tool, mocking tool, or try to reboot the computer.

我没有任何其他分析器或工具可以 运行 该过程。另外,尝试重新启动。但是,没有任何效果。

有什么建议吗?

也许 dotMemory 分析器没有卸载它的进程注册。

转到 dotMemory 安装文件夹 (%localappdata%\JetBrains\Installations\dotMemory) 并输入命令: CleanUpProfiler.x64.exe /r /t /i 并重新启动 IIS。