Hello,
I have a development that uses Aspose.slides. It changes some dinamic part on a PowerPoint (PPT or PPTX) and then generates a JPG. Somethimes the program crashes and stops generating JPGs.
I see this messages in the log:
Index was outside the bounds of the array.\nmscorlib\n at System.Collections.ArrayList.Add(Object value)
at ..()
at ..(Stream stream)
at ..(String licenseName, Assembly clientAssembly)
at Aspose.Slides.License.SetLicense(String licenseName)
at ManejadorPpt.GenerarJPGPlantilla(String IDCabe…
--------------------------------------------------------------------------------------------
Object reference not set to an instance of an object.\nAspose.Slides\n at ..(Stream stream)
at ..(String licenseName, Assembly clientAssembly)
at Aspose.Slides.License.SetLicense(String licenseName)
at ManejadorPpt.GenerarJPGPlantilla(String IDCabe…
Could you help me please??
Thanks in advance.