c# Where can find System.Windows.Controls.dll

32,403

Solution 1

Here are the steps:

  1. Right click on References in the Solutions Explorer (Solutions explorer is on the right of your IDE)
  2. Select Add Reference
  3. In the window that opens, Select Assemblies > Framework
  4. Check the PresentationFramework component box and click ok

Solution 2

This should be in the PresentationFramework.dll but that control is in the System.Windows.Controls namespace.

http://msdn.microsoft.com/en-us/library/system.windows.controls.listbox.aspx

You can add it by going to your project, Right clicking on References > Add Reference > .Net Tab > And selecting this DLL

Share:
32,403
deleted
Author by

deleted

Updated on July 23, 2022

Comments