C
Carlo Marchesoni
I have a Crystal Report that accesses one table in a very
simple Access Database (no user no password).
When Exporting the report to PDF format, the browser
gives the following error:
Logon failed.
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:
CrystalDecisions.CrystalReports.Engine.LogOnException:
Logon failed.
Source Error:
Line 57: base.OnInit(e);
Line 58: // Export
Line 59: reportDocument1.Export();
Line 60: // Build, View and Clear
temporary file
Line 61: Response.ClearContent();
did anyone experience this problem and how could I solve
it ?
Thanks
simple Access Database (no user no password).
When Exporting the report to PDF format, the browser
gives the following error:
Logon failed.
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:
CrystalDecisions.CrystalReports.Engine.LogOnException:
Logon failed.
Source Error:
Line 57: base.OnInit(e);
Line 58: // Export
Line 59: reportDocument1.Export();
Line 60: // Build, View and Clear
temporary file
Line 61: Response.ClearContent();
did anyone experience this problem and how could I solve
it ?
Thanks