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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top