asp_components thread: 800a01ad, Activex Component Can't Create Object
Message #1 by "Manish Gupta" <manish.gupta@m...> on Tue, 7 Aug 2001 12:01:19
|
|
I am calling COM component from an ASP page, and everything worked fine,
untill I added a new class to the COM component. Now, when I run the COM
component in debug mode, and call this new class from the ASP page, it
says, VB Script Runtime Error 800a01ad 'Activex Component Can't Create
Object'. But it works absolutely fine, if I make a dll and register it on
the MTS. Please suggest, how to solve this problem.
Message #2 by "Sunny Dhillon" <sunnydhillion@h...> on Tue, 07 Aug 2001 21:12:26
|
|
Since you changed the interface of the COM. You must clean up the older
COM from your machine. It is not just mean that you only delete it from
MTS and delete the older dll from your hard drive. You have to clean it
from registery. Unregister it and try again. Some time MTS just does not
unregister older version of COM even you delete it from everywhere. You
just have to clean up the whole registry and then publish your new DLL in
MTS server.
Give it a try...
Sunny
>From: "Manish Gupta"
>Reply-To: "ASP components"
>To: "ASP components"
>Subject: [asp_components] 800a01ad, Activex Component Can't Create Object
>Date: Tue, 7 Aug 2001 12:01:19
>
>I am calling COM component from an ASP page, and everything worked fine,
>untill I added a new class to the COM component. Now, when I run the COM
>component in debug mode, and call this new class from the ASP page, it
>says, VB Script Runtime Error 800a01ad 'Activex Component Can't Create
>Object'. But it works absolutely fine, if I make a dll and register it on
>the MTS. Please suggest, how to solve this problem.
|