ExportDocument - AccessViolationException
Posted: Thu Feb 07, 2013 7:27 am
Hello,
can you help me with this problem?
....
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
Stack:
at Stimulsoft.Report.StiReport.ExportDocument(Stimulsoft.Report.StiExportFormat, Stimulsoft.Report.Export.StiExportService, System.IO.Stream, Stimulsoft.Report.Export.StiExportSettings)
at Stimulsoft.Report.StiReport.ExportDocument(Stimulsoft.Report.StiExportFormat, System.IO.Stream, Stimulsoft.Report.Export.StiExportSettings)
.....
my pdf settings:
var settings = new StiPdfExportSettings { ImageQuality = 1.0f, ImageResolution = 500, KeywordsString = this.TemplateValidFrom.ToString("dd.MM.yyyy HH:mm:ss") };
settings.UseDigitalSignature = true;
settings.GetCertificateFromCryptoUI = false;
settings.UseLocalMachineCertificates = true;
settings.SubjectNameString = certificateName;
Stimulsoft version: 2012.3.1404.0
..but i can't reproduce this issue.
thanks
marek
can you help me with this problem?
....
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
Stack:
at Stimulsoft.Report.StiReport.ExportDocument(Stimulsoft.Report.StiExportFormat, Stimulsoft.Report.Export.StiExportService, System.IO.Stream, Stimulsoft.Report.Export.StiExportSettings)
at Stimulsoft.Report.StiReport.ExportDocument(Stimulsoft.Report.StiExportFormat, System.IO.Stream, Stimulsoft.Report.Export.StiExportSettings)
.....
my pdf settings:
var settings = new StiPdfExportSettings { ImageQuality = 1.0f, ImageResolution = 500, KeywordsString = this.TemplateValidFrom.ToString("dd.MM.yyyy HH:mm:ss") };
settings.UseDigitalSignature = true;
settings.GetCertificateFromCryptoUI = false;
settings.UseLocalMachineCertificates = true;
settings.SubjectNameString = certificateName;
Stimulsoft version: 2012.3.1404.0
..but i can't reproduce this issue.
thanks
marek