Export error in Web

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

Export error in Web

Post by Anuranjani »

Hi,

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."

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
chrisfeltman
Posts: 21
Joined: Thu Apr 06, 2017 7:46 pm

Re: Export error in Web

Post by chrisfeltman »

Does the machine you are running on have FIPS turned on?

We had problems with registering Stimulsoft 2017.1 on FIPS machines because the encryption algorithm being used for the key is not FIPS-Compliant. Looks like the same error we got.
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Re: Export error in Web

Post by Anuranjani »

Hi,

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.
Thank You,
Darsana.R
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Export error in Web

Post by Alex K. »

Hello,

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

Thank you.
Post Reply