我使用stimulsoft进行报告,并将其创建后,将其保存在临时文件夹中,然后将pdf显示给enduser.it工作1至4个小时,然后出现此错误:
找不到文件'C:\ Windows \ TEMP \ mxoe5k11.dll'
重置IIS或回收它后,一切都恢复正常。
我用来保存pdf的代码是:
StiReport report = new StiReport();
string FileName = Server.MapPath(Config.TemproryPath) + "Parvaneh-" + Guid.NewGuid().ToString().Substring(0, 5) + ".pdf";
report.ExportDocument(StiExportFormat.Pdf, FileName);