Reputation: 1
Unable to add namespace System.Windows.Controls.Input.Toolkit in c# wpf application in VS 2012/2013
Upvotes: 0
Views: 7207
Reputation: 1432
FYI: Nuget Package Manager Console Command: "Install-Package WPFToolkit"
Linky: https://www.nuget.org/packages/WPFToolkit/
Upvotes: 0
Reputation: 1838
You need to add a reference to WPFToolkit.dll (Not just System.Windows.Controls.Input.Toolkit).
Upvotes: 3