I\'ve used the System.Windows.Interactivity DLL in several projects without any problem. Now in my latest project I can\'t get it to work. I always get the following error:
I had the same problem. What I did was:
Microsoft.Expression.Interactions
and
System.Windows.Interactivity
from the project in Visual Studio while keeping the xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
namespace.Microsoft.Expression.Interactions
and
System.Windows.Interactivity
back in Blend (in my case it was
4.5).