Printing Issue



Hi,

I'm having an unusual printing problem in my .NET app which I think may be a
permissions issue. If I log on to my network as an Administrator, my
application will print without any problem at all. If I log in as a
restricted user, I get an InvalidPrinterException stating that there are no
printers installed - there are, I installed them myself!

The really strange issue is that if I try printing from MS Word when logged
in under the restricted account, that works perfectly. If I grant the
"Manage Documents" priv to my restricted account, my application prints
perfectly. What is the framework doing printer-wise that requires the
"Manage Documents" priv? My client understandably doesn't want to grant
that privilege to all their users. What gives?

Thanks,
Alex Clark


.