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

后端 未结 3 1811
攒了一身酷
攒了一身酷 2020-12-19 08:11

I have problem with dll file and have project which need this file System.Windows.Controls.dll for

listBox1.ItemsSource

error fix , and a

3条回答
  •  有刺的猬
    2020-12-19 09:08

    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

提交回复
热议问题