0

I want to use the PrintQueue Class to Manage the printers and print jobs. I am having Visual Studio 2005, but PrintQueue is not supported in vs2005. Is there any way to use this class in vc2005?

Sudz
  • 4,268
  • 2
  • 17
  • 26

1 Answers1

0

PrintQueue it self does not support ANY version of VS because its a class! you may mean that you have trouble with using .net 3.0 in vs2005

Venson
  • 1,772
  • 17
  • 37
  • Yes but vs2005 have .Net 2.0. do i need to install .Net 3.0? – Sudz May 08 '13 at 09:32
  • 1
    Yes ... the [PrintQueue class](http://msdn.microsoft.com/de-de/library/system.printing.printqueue.aspx) supports just .net 3.0 and higher. I would recommend [VS2012 with .Net 4.5](http://www.microsoft.com/visualstudio/eng/downloads) – Venson May 08 '13 at 09:43
  • Please mark my question as the correct answer to close this question – Venson May 08 '13 at 13:11