Autoshape haven't calculation data

I am trying to make a copy of a slide with master slides and inserts it to another presentation.
can anyone help me with that!

Aspose.Slides version : 2.9.3.38336

but i get this error:

Autoshape haven’t calculation data
body {font-family:“Verdana”;font-weight:normal;font-size: .7em;color:black;}
p {font-family:“Verdana”;font-weight:normal;color:black;margin-top: -5px}
b {font-family:“Verdana”;font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:“Verdana”;font-weight:normal;font-size:18pt;color:red }
H2 { font-family:“Verdana”;font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:“Lucida Console”;font-size: .9em}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
Description:
An unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the error and
where it originated in the code.

Exception Details:
System.ApplicationException: Autoshape haven’t calculation
data

Source Error:

Line 30:         public static Slide CloneSlide(this Presentation self, Slide srcSlide, int position, Presentation pres, SortedList idList, bool copyNotes)
Line 31:         {
Line 32:             Slide dstSlide = self.CloneSlide(srcSlide, position, pres, idList);


My code example:


public static Slide CloneSlide(this Presentation self, Slide srcSlide, int position, Presentation pres, SortedList idList, bool copyNotes)
{
Slide dstSlide = self.CloneSlide(srcSlide, position, pres, idList);

if (copyNotes && srcSlide.Notes != null && srcSlide.Notes.Paragraphs != null)
{
dstSlide.AddNotes();
dstSlide.Notes.Paragraphs.Clear();

foreach (Paragraph srcPara in srcSlide.Notes.Paragraphs)
{
dstSlide.Notes.Paragraphs.Add(new Paragraph(srcPara));
}
}

return dstSlide;
}

Hi,

First download the latest version here and if problem persisits, also provide the source presentation for investigation.

Hi Sabir, I tried the latest version of aspose.slides but that didnt helpt at all!

Hi,

Can you please provide the presentation for investigation?

Ok, what i came to know is that aspose cant set the shape in one slide which i am working on, and i want to share that with you, maybe you can shed some light on that.

Without going in details, is a grapgh which has a high and low health condition. You can see it clearly by a thin black line which is high and progress to low!

The file is attached as requested!

Thanks for helping!

Hi,

You forgot to attach the file.

My fault, let me try again.

Hi,

There are certain shapes in the slide that lead to this error on writing / cloning this slide. An issue with issue id 11595 has been generated to investigate this issue and you will be informed about the findings.

I appreciate your help thanks.

Hi , can you give me a timeframe or status of this ussue?

Hi,

I have requested the product team to look into the matter and i shall soon share about the progress.

The issues you have found earlier (filed as 11595) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.

i have now tested the presentation it works. but i have ran into another problem with license
it says my license was expired.

The subscription included in this license allows free
upgrades until 10 Dec 2009, but this version of the product was released
on 28 Dec 2009. Please renew the subscription or use a previous version
of the product.



Hi Oliver,

Your issue has been resolved in Aspose.Slides for .NET version 4.1.0, but I am afraid that your license subscription has been expired prior to the release of this version. So, In order to continue using the latest release you may please renew your license subscription.

We are sorry for your inconvenience.