Unable to load SOS in WinDbg

后端 未结 4 1061
温柔的废话
温柔的废话 2020-11-30 16:57

Background: I\'m new to WinDbg and trying to get it running for the first time. I want to examine a memory dump I took from a running ASP.NET 4 site hosted in IIS 7 on Windo

4条回答
  •  萌比男神i
    2020-11-30 17:28

    Just came across a similar issue loading SOS and was getting "specified module could not be found". Came up with a different solution so if the solutions here don't help you, try this out:

    .loadby sos clr - specified module could not be found

提交回复
热议问题