Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where do I find System.Windows.Interactivity as redistributable?

Tags:

.net

wpf

I tried downloading Blend 3 but even with that installed I can't find the file under .NET. If I try to add a reference from C:\Program Files (x86)\Microsoft SDKs\Expression\Blend 3\Interactivity\Libraries\WPF and use this code http://pastebin.com/VdeRyPdv I get an error that the file was not found. It also adds a lot of folders like en, de es fr etc to my debug folder.

like image 390
Mech0z Avatar asked Apr 22 '11 12:04

Mech0z


3 Answers

The Expression Blend SDK for .NET 4 (WPF) is available here.

like image 93
Jedidja Avatar answered Oct 15 '22 11:10

Jedidja


The mvvm light toolkit includes a standalone version of this assembly

like image 43
cordialgerm Avatar answered Oct 15 '22 12:10

cordialgerm


Maybe in the Blend 3 SDK?

like image 2
H.B. Avatar answered Oct 15 '22 11:10

H.B.