Aspose Slides SavetoPDF Implementation error

Hi,

I am evaluating Aspose slides for a customer and when I run the saveToPDF method i get the following error:

Method 'ᙓ' in type 'ᗺ.ᢡ' from assembly 'Aspose.Slides, Version=2.7.9.0, Culture=neutral, PublicKeyToken=716fcc553a201e56' does not have an implementation.

Is this due to it being and evaluation edition or am i doing something wrong. My code is:

Presentation pres = new Presentation(@"D:\hello.ppt");

pres.SaveToPdf(@"D:\PPT2PDF.pdf");

Thanks

Andy

Dear Andy,

Thanks for considering Aspose.Slides for .NET

I think, this is because you have older .NET framework. Please see the System Requirements for Aspose.Slides here.

http://www.aspose.com/wiki/default.aspx/Aspose.Slides/SystemRequirements.html

Thanks Shakeel. I’m using .net 2.0 which appears to be supported. Is this correct?

Andy,

Sorry, SaveToPDF doesn’t work in 2.7.9 because of obfuscation.
Please use previous 2.7.8 version for evaluation. It will be fixed soon.