Printing and exporting from Crystal Reports Viewer throws error

Posted by MAW74656 on Stack Overflow See other posts from Stack Overflow or by MAW74656
Published on 2011-01-14T21:49:53Z Indexed on 2011/01/14 21:53 UTC
Read the original article Hit count: 223

Filed under:
|
|

I'm using the .net Crystal Reports viewer to display a report. This works properly, but when I click on the print option, and then click "OK" on the options popup, I get the following error:

Access is denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Access is denied.

And the same thing when I try to export. I'm running this on the Visual Studio development server, VS2008. What can I do to correct this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET