I am trying to reference System.Windows.Interactivity to support IsExpanded command behavior
But as soon as I add a link to this assembly, I get an error loading System.Windows 2.0. This is apparently a known bug, and the solution seems to be to simply reference this assembly.
I downloaded the Silverlight SDK and referenced the assembly in question in my project.
however, now I get a lot of conflicts between System.Windows and WindowsBase.dll. Classes such as RoutedEventHandler exist in both cases. There should be a way to fix this, as I can see that people are successfully using this interactivity DLL with wpf 4.0 ..
Sonic soul
source share