Page 1 of 1

Problem with PDFExportService in Windows 8

Posted: Tue Dec 10, 2013 2:35 pm
by tpontow
Hello,

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);
        }
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

Re: Problem with PDFExportService in Windows 8

Posted: Wed Dec 11, 2013 1:43 pm
by HighAley
Hello.

It's a well-known problem, related to the 64-bit version of Outlook 2010.

Please check the following links, for examples:

http://technet.microsoft.com/en-us/libr ... 81792.aspx
http://windowssecrets.com/forums/showth ... ail-client

Thank you.