We've been using Aspose.Words 4.2.6 and recently upgraded to the latest one 5.2.2
Then we got the error:
error '8000ffff'
/_server_common/hirediversity/resume/alter/save.asp, line 87
The line 87:
Set license = CreateObject("Aspose.Words.License")
Here is our environment;
- Win 2003 server IIS 6
- Classic ASP
- Aspose.Words.dll is D:\ActiveWebs\HireDiversity\Aspose\Aspose.Words\Bin\net1.1, and the license file is there too.
- The asp page which creates the Aspose.Words.License is D:\ActiveWebs\HireDiversity\_server_common\hirediversity\resume\alter\save.asp
We tried to install various versions: 5.1.0, 5.2.0…
And tried to register it manually using the command below;
Regasm "D:\ActiveWebs\HireDiversity\Aspose\Aspose.Words\Bin\net1.1\Aspose.Words.dll " /codebase
The funny thing is whenever I uninstalled and reinstall different version or unregister and register using regasm, Aspose.Words works for 10 – 20 minutes.
After 10 – 20 minutes, it fails showing the same error message.
We check the permissions of folders and files, they seem OK.
Why do you think it works for some minutes and stops working?
I really need some help on this.
Thank you.