1

I am trying to add a reference to the library stated in the question. But it is throwing an error on the 'windows' section of the library reference. Can anyone help me.

Thanks!

CallumHolden
  • 83
  • 1
  • 12

1 Answers1

4

Step 1: Go to "Solution Explorer"

Step 2: Right click on "Add reference"

Step 3: Search in the ".net" tab for the reference for "System.Windows.dll" Or "System.Windows.Forms.dll" (don't know which one is present there but I would prefer the later) and add it.

This should resolve your problem.

Gaurav Pandey
  • 2,798
  • 4
  • 28
  • 41