Is it possible, while debugging a Silverlight app, to view all current references to an object?
I know that WPF developers have the ability to use the SOS.dll, but that cannot be loaded in the VS2008 IDE while debugging a Silverlight app. I've tried it, but the load command gives me the error:
.load C:\Program Files\Microsoft Silverlight\3.0.40818.0\sos.dll
SOS not available while Managed only debugging. To load SOS, enable unmanaged debugging in your project properties.
Unfortunately, there is no way to enable unmanaged debugging for a Silverlight app through the VS2008 IDE. I've also tried to the 'Attach To' the process, but still, no dice.