Using Aspose.Cells in classic ASP pages

Refer to the following forum thread

<A href="</A></P> <P>I tried the ASP sample codes and VBS codes:</P> <P>VBS is OK except the line </P> <P> <FONT color=#0000ff> cell.Style.Font.Color = RGB(255, 0, 0)</FONT></P> <P>but ASP results a create object error on line 35 (<FONT face=Arial size=2>'ASP 0177 : 800401f3'</FONT> )</P> <P> <FONT color=#0000ff>Set xls = Server.CreateObject("Aspose.Cells.Workbook")

What's wrong with my installation?

ASP results a create object error on line 35 ('ASP 0177 : 800401f3' )

Set xls = Server.CreateObject("Aspose.Cells.Workbook")

If the vbs works fine but ASP fails, I don't know the root of this problem.

Have you ever installed old Aspose.Cells before? If yes, please unregister your old dll:

regasm Aspose.Cells.dll /u

Then please make sure you register the new dll correctly:

regasm Aspose.Cells.dll /codebase