0

I am coding C# in Visual Studio 2010. I want to add System.Printing.PrintQueue (http://msdn.microsoft.com/en-us/library/system.printing.printqueue(v=vs.100).aspx) to my code, but the dropdown list doesn't seems to have it. How do I solve this? Screenshot: http://imgur.com/GAB6QcD

2 Answers2

0

I guess you have not added system.printing to your references.

lennon310
  • 12,503
  • 11
  • 43
  • 61
Moha
  • 1
  • 1
  • it's added, i can't post a screenshot directly here yet as my reputation is not high enough. I made a screen shot and uploaded to imgur. It's in my first post. – Jervin Khoo Sep 11 '14 at 02:51
0

Try adding a reference to ReachFramework

lixonn
  • 1,033
  • 1
  • 12
  • 28