Saw some posts on this, but not a solution. I'm creating a PDF from test and images stored in a SQL Server DB. Seems like when there several images I get this error. I'm using .Net 2.0 and Aspose PDF 3.9 (initially I was using 3.8 and got the same results)
The operation has timed out
Description: An
unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the
error and where it originated in the code.
Exception Details: System.Net.WebException: The operation has timed out[WebException: The operation has timed out]
Aspose.Pdf.Xml.ᒨ.ᒩ(Pdf Ӛ, Section ᄬ, Table Ӫ, Row ဥ, Cell ։, Image ڋ, Ӷ Ԣ, ᅣ ᅍ, Boolean ᑀ) +4148
Aspose.Pdf.Xml.ᘐ.ᘒ(Pdf Ӛ, Section ᄢ, Ӷ Ԣ) +8722
Aspose.Pdf.Xml.ݰ.Ⴠ(Pdf Ӛ) +3973
Aspose.Pdf.Xml..(ӷ ش, Pdf Ӛ) +753
Aspose.Pdf.Pdf.Save(Stream stream) +537
PdfReports.SavePdf() in C:\Inetpub\wwwroot\RCMP\App_Code\PdfReports.vb:858
PdfReports.OutputPdf() in C:\Inetpub\wwwroot\RCMP\App_Code\PdfReports.vb:877
PdfReports.PrintReport(Boolean bComments) in C:\Inetpub\wwwroot\RCMP\App_Code\PdfReports.vb:102
UserControls_UtilityNav.btnReportPDF_Click(Object sender, EventArgs e) in C:\Inetpub\wwwroot\RCMP\UserControls\UcUtilityNav.ascx.vb:119
System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +90
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +76
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +177
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746