Problem with PDFExportService in Windows 8
Posted: Tue Dec 10, 2013 2:35 pm
Hello,
i have a problem sending a Pdf document via email under Windows 8. In my method i'm using the following:
This works in Windows 7. But in Windows 8 i got the following message (in german).
I'm using Stimulsoft Ultimate version 2013.2.1606.0 and Microsoft Outlook 2010 as standard email client.
Thanks and regards
Thorsten Pontow
i have a problem sending a Pdf document via email under Windows 8. In my method i'm using the following:
Code: Select all
public void InvokeReportSendEMailPdf()
{
StiPdfExportService stiPdfExportService = new StiPdfExportService();
stiPdfExportService.Export(Report, GetFilePathForExport(stiPdfExportService.DefaultExtension), sendEMail:true);
}
I'm using Stimulsoft Ultimate version 2013.2.1606.0 and Microsoft Outlook 2010 as standard email client.
Thanks and regards
Thorsten Pontow