Red text appear on licenced product

We have a licenced aspose word witch have worked fine for about 1,5 years.
We have now moved our project to a new machine. We have also upgraded to .net 2005. We have put the .lic file in the new project, but still we get the red warning text.
What do we need to do?

This message was posted using Aspose.Live 2 Forum

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.