pgnbn
01-31-2005, 08:57 AM
Hi @ll!
I'm using a VB6 COM that was developed by another company. Thus I don't have the source code for it.
On an asp page I have the following:
Set oAction = Server.CreateObject("MyCOM.Action")
And when code runs I get the following error:
Server object, ASP 0193 (0x8002801D) An error occurred in the
OnStartPage method of an external object
I've seen in Component Manager that MyCOM has a method named OnStartPage but that's all I know about it.
The must strange on this problem, is that same code is fully functional on another W2K computer running IIS and on a W2K Advanced Server, but fail on my W2K computer and fails on another W2K Advanced Server that, in fact, is the production server...
All componentes are properly installed in all the servers and IIS seems to have the same configuration...
Anybody has a hint on what's happening? Could you help me on this?
Thanks on advance,
Pedro
I'm using a VB6 COM that was developed by another company. Thus I don't have the source code for it.
On an asp page I have the following:
Set oAction = Server.CreateObject("MyCOM.Action")
And when code runs I get the following error:
Server object, ASP 0193 (0x8002801D) An error occurred in the
OnStartPage method of an external object
I've seen in Component Manager that MyCOM has a method named OnStartPage but that's all I know about it.
The must strange on this problem, is that same code is fully functional on another W2K computer running IIS and on a W2K Advanced Server, but fail on my W2K computer and fails on another W2K Advanced Server that, in fact, is the production server...
All componentes are properly installed in all the servers and IIS seems to have the same configuration...
Anybody has a hint on what's happening? Could you help me on this?
Thanks on advance,
Pedro