Evaluation watermak suddenly appears in production

Suddenly all our generated slides are generated with the evaluation watermark in them. I have just confirmed with CS that our license is valid until September 2009.

I have tried to restart the application and upload the license file again, but same result. As far as I know nothing has changed in the web application the last few months.

This is a live site for a major client, and they are not happy about it.

Can you please help me investigate what could be the cause of this?

Kind Regards
Dennis

Have tried to download a new license file, didn’t help or change anything.

Can verify that the same thing is happening in our dev env.

Hello,

Evaluation message can’t appear if license is not valid. In this case you will get exception. If nobody changed the application then probably license file simply not found. May be it was placed in a wrong folder or has wrong name. Check the name of license file used in your application source code and real license file name.

Upgrading to the lastet dll (v 3.1.1.0) didn’t help either.

This is our code:

public void Init(HttpApplication application)
{
//Instantiate an instance of license and set the license file through its path
Aspose.Slides.License license = new Aspose.Slides.License();
license.SetLicense(“Aspose.Slides.lic”);

application.BeginRequest += new EventHandler(application_BeginRequest);
}
public void Dispose() { }

The lincese file is placed in the bin folder and has the name “Aspose.Slides.lic”.

Downloading a new lic file from the “Purchase -> My orders” page seems to have solved the problem.