Aspose.Slides Evaluation License showing on first use only

I have written a web application that creates a Slide with an embedded image. Application works fine except for the first time after IIS is started.

The evaluation message appears on the slide, the first time the web application runs after IIS starts.

After the first time the web application runs and produces a slide without the evaluation message.

The application is installed on a server that only has the full version dll.

The license is in the /bin directory

The web application includes.

'Create a License object
Dim license As License = New License
'Set the license of Aspose.Slides to avoid the evaluation limitations
license.SetLicense("Aspose.Slides.lic")

Any ideas?

Thanks

John

You should call SetLicense before any other work with presentations.
In your case you call it after opening first presentation.