Slides to PDF

Dear Sir or Madam,

Hope this email finds you well!

We suggest one of our customer to purchase Aspose.
While he has some questions during testing.
Please have a check:

Referring to the examples in aspose.slides, he always encounters error report( which says “aspose namespace could not be found” when he compiles.

There is an example of transferring slides into pdf in Aspose trial version.
It can be accomplished under console application , but it cannot be accomplished under Windows application. (please see the error report attached)
Therefore, could you send us some examples of Windows application ?

Thank you very much !
Please reply us as soon as possible.
Should you have any question or need any information , please let me know.

Best Regards

Daisy

COGITO SOFTWARE CO.,LTD

This message was posted using Email2Forum by George Clark. (attachment)

Hi Daisy,

Thank you for the details.

It seems that the issue is occurring because your are using Aspose.Slides.dll which is built for different .NET Framework than the one used in your Windows application.

The release of Aspose.Slides for .NET comes with different dll files compiled for different .NET Frameworks. You can find them under your installation folder. Please check which version of .NET Framework your windows application is using and add the reference to Aspose.Slides.dll according to that. e.g. If you are using .NET Framework 4.0 in your application, you can reference Aspose.Slides.dll in {installation folder}/Bin/net4.0/ folder.

In case you still face any issue, please do let us know.

Thanks & Regards,

Hi Daisy,

Thanks for inquiring Aspose.Slides.

I have observed the issue shared by you and it seems that you probably trying to set reference to an Aspose.Slides assembly that is not in accordance with you application .NET frame work version. Aspose.Slides is released with .NET Framework 2.0, 3.5, 3.5 Client_Profile and 4.0 and 4.0 Client_Profile assemblies. You need to select the appropriate Aspose.Slides assembly as per your application.

Many Thanks,