Looking for suggestions for a method of capturing a memory dump while a user is running under terminal services. I have tried using "AdPlus" with WinDbg but the application runs under terminal services and it doesn't seem to like that combination.
This is a VB.NET application.
My question is similar to Tool for analyzing .NET app memory dumps but needs to allow the application to run under terminal services with no external dialogs. I tried WinDbg in quiet mode, but it crashes the session.