Stimulsoft Web Export error.
Posted: Thu May 11, 2017 4:42 am
Hi Andrew,
I have try to export the report as PDF in stimulsoft web version.I have received a error "Exception has been thrown by the target of an invocation."
I have generate the pdf using the same template with 10 pages.Its is working fine.
When i try to generate more than 200 pages. It shows error.
Version:2015.2
Code:
public FileResult ExportResult()
{
try
{
// Return the exported report file
return StiMvcViewerFx.ExportReportResult(this.Request);
}
catch (Exception ex)
{
return null;
}
}
I have try to export the report as PDF in stimulsoft web version.I have received a error "Exception has been thrown by the target of an invocation."
I have generate the pdf using the same template with 10 pages.Its is working fine.
When i try to generate more than 200 pages. It shows error.
Version:2015.2
Code:
public FileResult ExportResult()
{
try
{
// Return the exported report file
return StiMvcViewerFx.ExportReportResult(this.Request);
}
catch (Exception ex)
{
return null;
}
}