CloneSlide hangs

When running the following code with the attached presentations, the app hangs on the call to CloneSlide.

Presentation source = new Presentation(“source.ppt”);
Presentation destination = new Presentation(“destination.ppt”);
SortedList slTemp = new SortedList();

Slide sld = source.GetSlideByPosition(1);


source.CloneSlide(sld, destination.Slides.LastSlidePosition + 1, destination, slTemp);


Appears to be the same issue as this although that is from the Java version. I don’t know.

There are no attached files but could you try 2.5.5 hot fix.
This problem should be fixed already.

Whoops. I could swear I added the attachment. Oh well, I’ll try again.

I am using 2.5.5.0 by the way.

Yes, the problem really exists and will be fixed.