Aspose.Words .Net - Evaluation Message appears sometimes

Hi

I am trying to use Aspose.Word DLL in my .Net Code to merge Word files. I have properly implemented the license file the way you have suggested (using SetLicense method). But when i try to merge/create word files using your DLL the output file still has the Evaluation message.

It’s not consistent however. And seems to appear only at the beginning of a session. I have tried different PCs and have the same problem so it’s not related to the cache.

The message appears at the top of the merged document
Evaluation Only. Created with Aspose.Words. Copyright 2003-2008 Aspose Pty Ltd.

I really would appreciate your help as i have spent a lot of money on the licence and cannot use it now.

Thanks
Eamonn Conlon

Hi

Thanks for your inquiry. Please check the points described in “Licensing” section in FAQ:
Also, please show me your code.
https://forum.aspose.com/t/2711
Best regards,

Hi

Please see attached doc containing code used.

Rgds
EamonnC

Hi

Thank you for additional information. The problem occurs because you set license after creating Document object. But you should set the license before using any other Aspose.Words classes, as described here:
https://docs.aspose.com/words/net/licensing/
Best regards,

Hi Andrey

Thanks very much. Problem appears to be solved.
Rgds
Eamonn