Printing using crystal

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a .dll in VB and a service using .NET which reads a table and prints a report
When I step through my code it prints the report, however when I use the service the repor
does not print. There are no errors, it just does not print. Has anyone encountered this problem?
 
I ran into a very similar symptom.

Try setting the service to run under your user account. If that works,
check to see if the account you had it running under had privledges to the
printer in question.

Gary said:
I created a .dll in VB and a service using .NET which reads a table and prints a report.
When I step through my code it prints the report, however when I use the service the report
does not print. There are no errors, it just does not print. Has anyone
encountered this problem?
 
Back
Top