Error while printing in WPF -


i'm getting following error while printing in wpf.

printticket provider failed retrieve printcapabilities. win32 error.

here code print

printdlg.printdocument(idpsource.documentpaginator, "hello wpf printing.");   

i don't know problem, related printer.

from control panel -> printers & fax

  1. right click printer , take printer preferences
  2. change source property 'manual feed'& apply.(initially was'autoselect')
  3. still got error.
  4. again me changed source property 'auto select'& apply.
  5. changed quick set property 'defaults'& apply

now working fine


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -