pdf.BindXML method failed!

Hi There,

I tried to develop a console application which calls Aspose to built a Pdf file. When I call BindXML It gives me an error:

Request for the permission of type System.Security.Permissions.StrongnameIdentifyPermission, mscorlib, version=1.0.3300.0, culture=neutral, publishKeyToken=b77a5c561934e089 failed.

But I can add new section and paragraph and save the pfd file without using BindXML method. And It works on my web application too.

Now we are using trial version, no lisence.IS it OK?

Any One knows what is wrong? Please help me.

Thanks a lot.

Hi,

Thank you for considering Aspose.

I am unable to reproduce the error. I think that you might not have add the references properly. To make sure that you add the references, please follow the following steps:

  1. Remove the Aspose.Pdf.dll from the references in the Solution explorer

  2. Add a reference → Browse to the New Dll.

There is no restrictions with the trial version you can check the complete functionality in the trial version as well. If you still got problems, then please send me your sample project and I will investigate the issue.

Thanks.

Adeel Ahmad
Support Developer
Aspose Changsha Team

Thanks a lot, Adeel Ahmad.

Actually After I upgraded VS 2002 to Vs 2003 It works now.

Zuolin Bai