Stimulsoft Web Export error.

Stimulsoft Ultimate discussion
Post Reply
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Stimulsoft Web Export error.

Post 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;
}

}
Thank You,
Darsana.R
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Stimulsoft Web Export error.

Post by Alex K. »

Hello,

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

Thank you.
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Re: Stimulsoft Web Export error.

Post by Anuranjani »

Hi,

Please give me a sample application URL for latest version.
Thank You,
Darsana.R
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Stimulsoft Web Export error.

Post 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.
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Re: Stimulsoft Web Export error.

Post by Anuranjani »

Thank you
Thank You,
Darsana.R
Andrew
Posts: 4104
Joined: Fri Jun 09, 2006 3:58 am

Re: Stimulsoft Web Export error.

Post by Andrew »

You are welcome, Anuranjani.
Post Reply