Hi, I bought the Spire.Doc Pro Edition Developer Subscription in august 2024, and have developed an application that create PDF's from Word templates. It has run perfectly on my computer, but now where the development is done I moved the application to a server, and since then I get the red evaluation message on all PDF's except the first one (after the program had started).
I load the license so:
Spire.Doc.License.LicenseProvider.SetLicenseKey("...long key...");
Spire.Doc.License.LicenseProvider.LoadLicense();
First I just loaded it when the application starts, and since I got the error I tried to load the license each time it should create the PDF. But still same error.
I use the Spire.Doc.12.6.10 version
Thx
Thomas