Aspose.Slides (convert ppt to doc

Hi
I am using this code to convert ppt to pdf
Dim pres As Presentation = New Presentation(“D:\Test1\Test.ppt”)
pres.SaveToPdf(“D:\Testppt.pdf”)
i am getting this error:

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

what should i use instead of this.

Regards
Hema243.

Hello Hema,

Try 2.7.8 version. That could happen because of new obfuscator we used for 2.7.9.

Thanx for ur solution.