Hi,
We are using VS 2010 for our development and we want to migrate our current silverlight 4.0 project to silverlight 5.0. Currently we are referring "System.Windows.Interactivity.dll" from Expression Blend. But in Silverlight 5.0, I am referring "System.Windows.Interactivity.dll" which I have got from Prism 4.1 download. The version of this dll is 5.0.5.0. It seems, the dll is not correct as I am getting the following runtime error.
The attachable property 'Behaviors' was not found in type 'Interaction'
From where can I get “System.Windows.Interactivity.dll” for Silverlight 5.0.
Thanks,