I am trying to evaluate the aspose.pdf dll for our application. While trying to convert an web page into PDF I am facing the following issue. Please find the error details below.
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.ApplicationException: Unknown sub element in Row element. The element name is Row.
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ApplicationException: Unknown sub element in Row element. The element name is Row.]
Aspose.Pdf.Xml.᳚.᳛(Pdf ໞ, Section ᳜, HeaderFooter ᐚ, Table , XmlTextReader ᐌ, ᗲ ᗝ) +1437
Aspose.Pdf.Xml.ᰅ.ᰆ(Pdf ໞ, Section ᖬ, HeaderFooter ᐚ, Cell ᐖ, ᗲ ᨑ, XmlTextReader ᐌ) +7384
Aspose.Pdf.Xml..(Pdf , XmlTextReader ᐌ) +7117
Aspose.Pdf.Xml..Ᾱ(ᾳ Ꮙ, XmlTextReader ᐌ) +9146
Aspose.Pdf.Xml.ᾳ.᾽(XmlTextReader ι) +94
Aspose.Pdf.Xml.ᾳ.ᾼ(XmlDocument , XslTransform Ά) +131
Aspose.Pdf.Pdf.BindHTML(Stream htmlStream) +116
PExt.Ext.ExtractIntoPDF_Click(Object sender, EventArgs e) +259
System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +105
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +107
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) +174
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +51
Can any one help me how to resolve this error?