Problem with PDFExportService in Windows 8

Stimulsoft Ultimate discussion
Post Reply
User avatar
tpontow
Posts: 206
Joined: Thu Sep 06, 2012 8:46 am
Location: Bonn, Germany

Problem with PDFExportService in Windows 8

Post 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
Attachments
Error message from outlook (german)
Error message from outlook (german)
PdfEmailErrorWindows8.png (6.39 KiB) Viewed 2328 times
Thorsten Pontow

It is easier to write an incorrect program than to understand a correct one. (Alan J. Perlis, Epigrams in programming No. 7)
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Problem with PDFExportService in Windows 8

Post 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.
Post Reply