Board index » cppbuilder » Active X Library, Active Server Object and ASP
Kenneth R. Lewi
![]() CBuilder Developer |
Sat, 07 Sep 2002 03:00:00 GMT
Active X Library, Active Server Object and ASP
I have created and Active X Library with an Active Server Object with in it.
It creates me a nice ASP page but when I open the ASP using file://localhost/myaso.asp I get an error. If I uninstall the Active X Server I get another message. What could I possibly be doing wrong. All the code is written by C++Builder except the one routine I put in the Co class. /////////////////////////////////////////////////////////////////////////// Microsoft VBScript runtime error '800a01ad' ActiveX component can't create object /coe2aso.asp, line 8 Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /coe2aso.asp, line 8 Invalid class string Anyone have any ideas on this? Kenneth |