We have a web site on an NT server which uses ASP, ORACLE and a VB dll. I have made some changes to the guts of a few methods in the dll, and recompiled it. No new methods, but 2 new Global Constants. I also made some minor changes to the ASP pages.

I have unregistered the old dll and re-registered the new one.

Now I get the following error mesage on the web page:

Billing.CPartners error 800a01ad
ActiveX component can't create object
/getcust.asp, line 119

Line 1 'Billing' is the dll, cPartners is a method that has not been changed but is the first method called by the ASP page.

Line 2 I don't understand.

Line 3 is the first ASP page accessed.

I am sure the newly compiled dll is valid in terms of it's code, and it is properly registered (yes, the service was stopped/started also).

Anybody any ideas?