DllUnregisterServer failed return code : 0x80040200 
Author Message
 DllUnregisterServer failed return code : 0x80040200

i wrote an automation server dll with VC++ and included unregistration code
as instructed from this web page:

http://www.*-*-*.com/

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.



Sat, 06 Sep 2003 04:38:39 GMT  
 DllUnregisterServer failed return code : 0x80040200
See KB Article Q183216 "PRB: AtlAdvise() Returns 80004002, 80040200, or
80040202 Errors", though I fail to see how this error can be relevant to
unregistering.
--
With best wishes,
    Igor Tandetnik


Quote:
> 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.



Sat, 06 Sep 2003 05:40:54 GMT  
 DllUnregisterServer failed return code : 0x80040200

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


Quote:
> 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.



Mon, 08 Sep 2003 14:51:54 GMT  
 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.



Tue, 09 Sep 2003 07:40:04 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. DllUnregisterServer failed return code : 0x80040200

2. DllRegisterServer abc.dll failed return code :0x80070716

3. LoadLibrary failed with a return code of 126

4. MFC dll appwizard, how come no DLLUnregisterServer?

5. DllUnregisterServer

6. Implementing DLLUnregisterServer

7. Implementing DllUnRegisterServer

8. MFC and DllUnregisterServer

9. Bug: Returning, assigning into array and testing against 0 fails

10. atoi ( ) to return error if fail......

11. multiple returns, failed input, and gcc

12. Fire_XXXEvent failed and return hr = -858993460

 

 
Powered by phpBB® Forum Software