简体   繁体   English

在VS2010中添加参考

[英]Adding a reference in VS2010

I'm trying to follow this tutorial for an Accordion control in WPF: http://www.c-sharpcorner.com/UploadFile/dpatra/538/ 我正在尝试按照本教程在WPF中使用手风琴控件: http : //www.c-sharpcorner.com/UploadFile/dpatra/538/

I am not super familiar with VS. 我对VS不太熟悉。 I'm running VS2010, I right click on the Reference->Add Reference, go to the .NET tab, and I do not see any System.Windows.Controls. 我正在运行VS2010,右键单击“参考”->“添加参考”,然后转到.NET选项卡,但看不到任何System.Windows.Controls。 Am I missing something in order to follow this tutorial? 我是否缺少某些内容以遵循本教程? Thanks. 谢谢。

It looks like you are trying to add a reference to a custom DLL form the WPF toolkit. 看来您正在尝试从WPF工具箱添加对自定义DLL的引用。 To do this you will need to browse to the DLL on disk. 为此,您将需要浏览到磁盘上的DLL。

  • Select "Add Reference" from the project menu 从项目菜单中选择“添加引用”
  • Click on the Browse Tab 单击浏览选项卡
  • Navigate to the DLL on disk 导航到磁盘上的DLL
  • Select it and hit OK 选择它并点击确定

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM