Aspose.words getting evaluation mark

hi, we have a licensed version of Aspose and its been working until today. We are now getting the error message “Evaluation Only. Created with Aspose.Words. Copyright 2003-2007 Aspose Pty Ltd”

We have an Aspose.total license that was purchased in July of 2007 and we did not recently downlaod any updates or hotfixes.

This message was posted using Email2Forum by Merit.

Hi
Thanks for your request.
Here are some points to check:

  • Make sure your call to SetLicense gets executed. Step through in the debugger.
  • Make sure your code does not catch and silence an exception thrown by Aspose.Words licensing code. For example, Aspose.Words will throw if it cannot find the license.
  • Make sure the input documents do not already have the evaluation message. Aspose.Words does not delete existing evaluation messages.
  • Make sure SetLicense is executed before you instantiate any Document object.

Best regards.