sos
Failed to load data access DLL, 0x80004005
0:025> !pe Failed to load data access DLL, 0x80004005 Verify that 1) you have a recent build of the debugger (6.2.14 or newer)[详细]
2022-12-14 01:58 分类:问答how to use windbg find out SqlConnection.ConnectionString?
I can use \"!do\" to dump the SqlConnection instance but not sure how to find out its ConnectionString:[详细]
2022-12-12 13:43 分类:问答How to walk a native object in WinDbg?
I am investigating what is taking up lots of memory in my app.Using the !DumpObj command, I can get around the managed objects.But how do I do the equivalent for native objects?For example, this .NET[详细]
2022-12-09 21:24 分类:问答