G
Guest
I have an ASP.NET 2.0 web service that runs on IIS and calls a VB6 dll which
has been registered with COM+.
The web service runs fine on all the servers that it has been installed on.
However, on a couple of servers, one is Windows 2000 and then other Windows
2003, if the server is restarted then when the web service tries to access
the dll, it reports the following error:
'Creating an instance of the COM component with CLSID {...} from the
IClassFactory failed due to the following error: 800a01ad'
All I have to do to clear the problem is run iisreset and it will be fine
until the next server restart.
Does anyone know why this is occuring and how to prevent it?
Thanks.
has been registered with COM+.
The web service runs fine on all the servers that it has been installed on.
However, on a couple of servers, one is Windows 2000 and then other Windows
2003, if the server is restarted then when the web service tries to access
the dll, it reports the following error:
'Creating an instance of the COM component with CLSID {...} from the
IClassFactory failed due to the following error: 800a01ad'
All I have to do to clear the problem is run iisreset and it will be fine
until the next server restart.
Does anyone know why this is occuring and how to prevent it?
Thanks.