I am trying to debug a visual studio 2010 addin using SOS. I attached windbg but there is no clr.dll. I tried .loadby sos mscoree, .loadby sos corjit, and none of them worked. I got kinda working by switching to x86 mode with !sw and copying sos to ide folder and running .loadby sos devenv. When I try to use any of the sos commands though I get the error below. Is there a way to use sos with visual studio? I want to just find out what exception is in this addin so I can report to team that wrote it.
Failed to find runtime DLL (clr.dll), 0x80004005 Extension commands need clr.dll in order to have something to do.