When I try to use windbg,
.load C:\Windows\Microsoft.NET\Framework64\v4.0.30319\SOS.dll
works perfectly to load SOS extension.
But when I tried to used the suggested pattern
.loadby SOS
OR
.loadby sos.dll
I could only got a error message saying "Syntax error in extension string".
I tried to googled this error message, but nothing useful found.
Any suggestions ?