COM+ objects does not recovered after reinstalling COM+

  • Thread starter Ivaylo Mutafchiev
  • Start date
I

Ivaylo Mutafchiev

Hi,

I've been bitted by corrupted COM+ on my laptop with XP Pro. After some
web-investigation I've successfully reinstalled it (for details on my
problem follow the link below):
http://groups.google.com/groups?hl=...%A2%D1%8A%D1%80%D1%81%D0%B5%D0%BD%D0%B5&meta=

Currently my IIS supports ASP pages again, but here it is the next problem:
I had some COM objects registered as COM+ applications. When I tried to
register them again after recovering, I recieved the error message:
'Some components could not be installed due to the following erors:
....Name....... Reaseon...........
under name I have my DLL file name, and the reason is:
'DllRegisterServer failed on component install'

and detailed info is:
'The component DLL's self-registration routine failed. The DllRegisterServer
function failed or the routine did not register the component.'

Any suggestions where to look to? What should I remove from registry, etc.
to obtain my COM objects functioning again?

Many thanks in advance.
 
W

Wesley Vogel

[[The Component DLL's self registration routine failed. The
DllRegisterServer function failed or the routine did not register the
component.]]
PRB: Install of Components in COM+ Fails if the User Is Not an Administrator
http://support.microsoft.com/default.aspx?scid=kb;en-us;230388

Explanation of Regsvr32 Usage and Error Messages
http://support.microsoft.com/default.aspx?scid=kb;[LN];249873

PRB: Regsvr32 May Register COM In-Process Server from Different Directory
http://support.microsoft.com/default.aspx?scid=kb;en-us;259012

INFO: How Regsvr32.exe Registers and Unregisters COM DLLs
http://support.microsoft.com/default.aspx?scid=kb;en-us;207132

HOW TO: Set Up a COM Component to Be Used from a .NET Client Across Computer
Boundaries
http://support.microsoft.com/default.aspx?scid=kb;en-us;318614
 
Top