"Object reference not set to an instance of an object." on table.AddRow();

Hello,

I’m trying to evaluate Aspose.PowerPoint library. I have created a presentation in PPT 2003 and trying to add table rows. In debugger I see that the Table object is not null and table.GetCell(i,j); on the same object works fine, but when I’m trying to call table.AddRow(); I get "“Object reference not set to an instance of an object.” error.

Aspose.PowerPoint.dll version 1.4.7.0, dev environment C# VC .NET, Framework v1.1.4322

Thanks,
Dmitry

Dear Dmitry,

Tables and especialy AddRow are not perfect yet.
Could you send me your ppt please? I will test it.

Hello Alexey,

The problem is reproducable with Aspose.PowerPoint.Tables example and demonew.ppt included in the package.

Best Regards,
Dmitry

Dear Dmitry,

Please check new 1.5 release.
AddRow and other problems with tables were fixed.