
DllUnregisterServer failed return code : 0x80040200
No. It NEVER means that, except if you happen to call IAccessControl
manually! It is an interface specific error code (FACILITY_ITF == 4).
--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================
Quote:
> >DllUnregisterServer in ... .dll failed
> >Return Code was 0x80040200
> this error means 'Unable to impersonate DCOM client '
> --
> Deepesh Dhapola
> _________________________________________________
> Trisoft Systems Ph : +91-11-6846282, 92 ext: 305
> www.trisoft.net Fax:+91-11-6845268-69
> > i wrote an automation server dll with VC++ and included unregistration
> code
> > as instructed from this web page:
> > http://support.microsoft.com/support/kb/articles/Q186/2/12.ASP
> > this is code that i have used before.
> > however, when i run regsvr32 to remove it, i get an error that says:
> > DllUnregisterServer in ... .dll failed
> > Return Code was 0x80040200
> > does anyone know what this means?
> > i can't seem to find anything on the web, or knowledge bases.
> > thanks,
> > eddie.