无法在 VS 2012/2013 中的 c# wpf 应用程序中添加命名空间 System.Windows.Controls.Input.Toolkit

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/23200371/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-13 11:35:29  来源:igfitidea点击:

Could not add namespace System.Windows.Controls.Input.Toolkit in c# wpf application in VS 2012/2013

c#wpfvisual-studio-2012visual-studio-2013

提问by samson

Unable to add namespace System.Windows.Controls.Input.Toolkit in c# wpf application in VS 2012/2013

无法在 VS 2012/2013 中的 c# wpf 应用程序中添加命名空间 System.Windows.Controls.Input.Toolkit

回答by Jameem

You need to add a reference to WPFToolkit.dll (Not just System.Windows.Controls.Input.Toolkit).

回答by Swifty

FYI: Nuget Package Manager Console Command: "Install-Package WPFToolkit"
Linky: https://www.nuget.org/packages/WPFToolkit/

仅供参考:Nuget 包管理器控制台命令:“Install-Package WPFToolkit”
链接:https://www.nuget.org/packages/WPFToolkit/