18

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!

handles
  • 7,639
  • 17
  • 63
  • 85

5 Answers5

19

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

VoodooChild
  • 9,776
  • 8
  • 66
  • 99
4

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

handles
  • 7,639
  • 17
  • 63
  • 85
  • 10
    If someone else is looking for these dlls and doesn't have Blend installed, there is a free SDK download: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=d197f51a-de07-4edf-9cba-1f1b4a22110d – Dan Auclair Jun 24 '10 at 21:27
4

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=D197F51A-DE07-4EDF-9CBA-1F1B4A22110D

download and install this SDK, then you can find this dll in the folder

fan
  • 41
  • 1
1

For Silverlight 5 Version: 5.0.5.0 runtime Version: v4.0.30319

I needed the System.Windows.Interactivity.dll available from this install http://www.microsoft.com/en-gb/download/details.aspx?id=9503

It lets you choose where to install it but once it had finished it came up in the .NET tab under Add References...

Paul C
  • 4,687
  • 5
  • 39
  • 55
0

Or you could just install a 60 days evaluation of blend 4. Nice to use when you are using MVVM light.

reachify
  • 3,657
  • 2
  • 19
  • 22