Hi,
I have been using various ASPOSE components for the last few years. I am well versed in exposing components to COM.
About 2 days ago all the components on our server ceased to work through ASP. The current error message is shown below:
Server object error 'ASP 0177 : 8000ffff'
Server.CreateObject Failed
The offending line is:
Set xls = server.CreateObject("Aspose.Cells.Workbook")
I have already spent a few days trying to fix this error with no luck. I am using Aspose.Cells version 4.1.0.9. I realise that this is an old version, but we chose to stick with this version due to the ever-changing overload functions (We were having to change functions with each release). This version of the component has worked fine over the last year without any problems. I have already tried the following many times over and in many different orders.
Uninstalling/reinstalling the component.
Regasm of the component (in both version 1.1 and 2 of the framework)
IISRESET
Uninstall/Reinstall of IIS
Uninstall/Reinstall of .NET version 2 amd 3
No combinations of the above has worked and now I am at a complete loss.
I have created a VBS file to mimic the creating of the object and this executes without any errors at all - but the same line in an ASP page does not work.
Please can you help me.
thanks,
Greg Pakes