Mech0z
Mech0z

Reputation: 3647

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

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.

Upvotes: 14

Views: 20455

Answers (4)

Jedidja
Jedidja

Reputation: 16970

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

(Update 2023) - @Raif's answer appears to still be valid. https://www.nuget.org/packages/System.Windows.Interactivity.WPF/

Upvotes: 15

Ralf
Ralf

Reputation: 69

You can take the WPF version from Nuget.

Upvotes: 0

cordialgerm
cordialgerm

Reputation: 8503

The mvvm light toolkit includes a standalone version of this assembly

Upvotes: 3

brunnerh
brunnerh

Reputation: 185117

Maybe in the Blend 3 SDK?

Upvotes: 2

Related Questions