PoppapumpJ
Programmer
I have a VB DLL that generates different prints. Basically, you pass a property of what printer you want it sent to, then call the method of what you want printed. The report then comes out on that printer.
This works fine from a VB application. However, when I use the same code in ASP/IIS, it returns an error message.
Is it even possible to access the Printer object from a DLL that is invoked from ASP?
Thanks
This works fine from a VB application. However, when I use the same code in ASP/IIS, it returns an error message.
Is it even possible to access the Printer object from a DLL that is invoked from ASP?
Thanks