Tag: INTEROP
COMException (0×80040154): Retrieving the COM class factory for component with CLSID
I’ve got this error when i tried to deploy my service with .NET wrapper for VB6 component :
System.Runtime.InteropServices.COMException (0×80040154): Retrieving the COM class factory for component with CLSID {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} failed due to the following error: 80040154.
The workaround of this problem are:
Go to regedit and check for this entry {D8749532-0D3D-43B6-973C-C1D62BB6B3C7} ,(replace this with your [...]
Posted: August 29th, 2008 under .NET, Others.
Tags: .NET, COM, INTEROP
Comments: none