Re: FN-FORUM: problems registering a DLL
date posted 19th January 2004 17:27
David Eckersall wrote:
>
> trying to register a DLL on a windows2003 server, however it fails with
> the return code: 0x80040154
>
> anyone have an clues as to whats making the server have a hissy fit?
That's REGDB_E_CLASSNOTREG; I'm guessing that another DLL needs to be
registered first.
-C