This works fine in VM dev/environments, when we moved this to QA/Prod, we are observing this issue. This is highly urgent!
We have a valid license for Aspose.words. We are using version (10.5.0.0).
1. I have copied the license file into the bin folder that contains assemblies of my project and have created an object of the Aspose.Words.License class and called the SetLicense method passing only the file name of the license file without path as below:
Aspose.Words.License license = new Aspose.Words.License();<?XML:NAMESPACE PREFIX = O />
license.SetLicense("Aspose.Words.lic");
Getting a similar issue as in the link :