I have developed a vb .dll that accesses the printers attached to the web server. The .dll is instantiated via an .asp page and that page calls a function to perform the print. I have this working fine on one server, but I can not get it working on this second machine I'm setting up.
The problem is that I am receiving a 482 printer error when trying to print. I received this in the past and got around it by impersonating a domain user before executing the print. That piece seems to be working fine. As soon as the program trys to print, though, it spits out the 482 error.
Any help would be greatly appreciated!
Thanks
The problem is that I am receiving a 482 printer error when trying to print. I received this in the past and got around it by impersonating a domain user before executing the print. That piece seems to be working fine. As soon as the program trys to print, though, it spits out the 482 error.
Any help would be greatly appreciated!
Thanks