Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing System.Windows.Interactivity in Silverlight 4 - mvvm light tutorial

I'm trying to follow this MVVM Light Toolkit V3 Alpha 2: EventToCommand behavior tutorial.

I'm using vs2010 with silverlight 4. I dont have expression blend.

The tutorial states that

In addition, you need the System.Windows.Interactivity.dll

I don't seem to have this: I can't see this when I try to add a reference. Anyone know how I should get / add it?

Thanks in advance!

like image 635
bplus Avatar asked Jun 24 '10 13:06

bplus


2 Answers

Usually it is located here:

C:\Program Files\Microsoft SDKs\Expression\Blend 3\Interactivity\Libraries\Silverlight\System.Windows.Interactivity.dll

But if you don't have expression blend then...

As @Dan Auclair points out, you can download the SDK and gain access to these dll. Download from http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=d197f51a-de07-4edf-9cba-1f1b4a22110d

like image 86
VoodooChild Avatar answered Oct 12 '22 01:10

VoodooChild


Just noticed that the dll is included the download zip from the tutorial.

like image 43
bplus Avatar answered Oct 12 '22 01:10

bplus