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
You are running on a 64-bit version of Windows. Debugging with sos.dll is not possible when your program is 64-bit as well, Visual Studio is a 32-bit process.
Fix: Project + Properties, Compile tab, scroll down, Advanced, Target CPU = x86.