Crash

Try to run this simple code in framework 3.5

Dim pdfFile As Aspose.Pdf.Generator.Pdf = New Aspose.Pdf.Generator.Pdf()
Dim sec1 As Aspose.Pdf.Generator.Section = pdfFile.Sections.Add()
Dim testHtml As Aspose.Pdf.Generator.Text = New Aspose.Pdf.Generator.Text("boundary=")
testHtml.IsHtmlTagSupported = True
sec1.Paragraphs.Add(testHtml)

Dim cerPdf As System.IO.MemoryStream = New MemoryStream()
pdfFile.Save(cerPdf)

Crash and get the message 'System.ArgumentOutOfRangeException' in mscorlib.dll

Please fix it

Hi Ramon,


Thanks for contacting support.

I have tested the scenario using Aspose.Pdf for .NET 7.6.0 and I am unable to notice any problem. I have tested the scenario over Windows 7 X64 where I have used VisualStudio 2010 and have set target framework of application to .NET Framework 3.5 and I am unable to notice any issue. Can you please try using v7.6.0 and in case you still face the same issue, please share some details regarding your working environment. We are sorry for this inconvenience.