How to run Aspose.word demo in my machine if it has expired demo version?

We have got a machine with previously installed Aspose.word so this license ha expired. now I want to run a demo version. How to do that?
I have tried with reinstallation but it did n’t work.(I don’t have permission of formatting harddisc.)


Hi,

Thank you for considering Aspose.

You simply need to remove or comment out License.SetLicense occurences from the code. They normally look like this:

License license = new License();
license.SetLicense(“Aspose.Word.lic”);

Please explain what is the problem in more details. It is easy to download Aspose.Word and use it straight away and it will work in evaluation mode. You never need to reformat the disk or anything when using Aspose.Word.