> -----Original Message-----
> With D6, I created a COM Automation server DLL. The I want a 
> ISAPI DLL to be client of this server. But when I create an 
> instance of it, it reports "Class not registered". However I 
> did register the server, and it works on a normal client exe. 
> What am I missing?

Have you called CoInitialize in your ISAPI dll?  Also if not using 9.x brand
of windows check that the user that is running IIS (or whatever web server)
has permissions to use the com dll via ntfs.  You could also try using a
tool like OmniHTTPD (http://www.omnicron.ca/) to debug.

Rgds

Si Carter
http://www.tectsoft.net/ 


__________________________________________________
Delphi-Talk mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to