AddNewSlide and PowerPoint 2000

Using the following code:

Presentation pres = new Presentation(@"C:\Test.ppt");

for(int i = 1; i <= 30; i++)

{

Slide slide = pres.AddEmptySlide();

}

pres.Write(@"C:\test2.ppt");

Executing this code - and opening the presentation in PowerPoint 2000 and scrolling beyond Slide 19 or so causes the following error:

"PowerPoint found an error it can't correct."

If I resave the file before hitting the freezing point - then I can succesfully scroll through the presentation - but it will present the same error on exit.. This is basic boilerplate code - no special processing causes this problem. I am using a lisenced version of Aspose.Custom - with the most recent hot-fixes for Aspose.PowerPoint applied.. Need a workaround - or better yet - a fix..

Thanks

Please check

Free Support Forum - aspose.com

Thanks - much appreciated.. I am assuming this means there will be a fix issued?