I'm trying to load SOS extension in visual studio 2010 (.Net framework 4) in a vb.net app without success.
First i found the following article suggesting that I type "!load sos" in the immidiate window. It resulted in the following error message:
Error during command: extension C:\Windows\Microsoft.NET\Framework64\v4.0.30319\sos.dll could not load (error 193)
Next I found an article suggesting .loadby sos clr. That gave me the following error:
Method arguments must be enclosed in parentheses.
How do I load it?