Page 1 of 1

Export error in Web

Posted: Wed May 10, 2017 8:14 am
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;
}

}

Re: Export error in Web

Posted: Wed May 10, 2017 3:17 pm
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.

Re: Export error in Web

Posted: Thu May 11, 2017 4:36 am
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.

Re: Export error in Web

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

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

Thank you.