Page 1 of 1

Stimulsoft Web Export error.

Posted: Thu May 11, 2017 4:42 am
by Anuranjani
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;
}

}

Re: Stimulsoft Web Export error.

Posted: Fri May 12, 2017 12:01 pm
by Alex K.
Hello,

We couldn't reproduce this bug.
Please try to check the last release.

Thank you.

Re: Stimulsoft Web Export error.

Posted: Mon May 15, 2017 7:58 am
by Anuranjani
Hi,

Please give me a sample application URL for latest version.

Re: Stimulsoft Web Export error.

Posted: Tue May 16, 2017 6:44 am
by Alex K.
Hello,

Lat release you can download from the following link:
https://www.stimulsoft.com/en/downloads

Samples:
https://github.com/stimulsoft

Thank you.

Re: Stimulsoft Web Export error.

Posted: Tue May 16, 2017 7:53 am
by Anuranjani
Thank you

Re: Stimulsoft Web Export error.

Posted: Wed May 17, 2017 10:46 am
by Andrew
You are welcome, Anuranjani.