Help for upgrading aspose.words

hi,

we use aspose.word in our project , we purchased aspose.words to make convertion to pdf. So, how can we upgrade aspose license in our project with dll files. Please, can you explain step by step.

thank you…


This message was posted using Aspose.Live 2 Forum

Hi

Thanks for your inquiry. Please follow the link to learn how to apply the license:

Also, please check the points described in “Licensing” section in FAQ:

Please let me know in case of any issues.
Best regards,

hi again,

We checked the points described for license and then, applyed the license.

we changed this code as you see

license.SetLicense("Aspose.Word.lic") --> license.SetLicense("Aspose.Words.lic")

we have already used bin\net2.0\Aspose.Words.dll for vb.net 2008, we mean that we copy files in the path to bin folder in project.

so, it’s still failed… new properties in object of document isnt found …

we’re waiting your help…

thank you…

Hi

Thank you for additional information. Please try removing reference to the old version of Aspose.Words and add reference to the new version. You can download the most recent version of Aspose.Words from here:

Hope this helps.

Best regards,

hi,

we removed old reference in bin folder and copy these files (.dll, .tlb,.idl,.xml) in new version. when we build project again, there is no problem, but aspose isnt upgraded because we dont access new properties, for example, doc.pagecount.

thank you…

Hi

Just replacing files in the bin folder is not enough, you should remove old reference from you project and add new reference to new dll.

Best regards,

Hi,

Thank you four your help and patience…

Kind regards.