288 solutions found, page 1 of 15
0X80010109 RPC_E_RETRY means COM object asked caller to retry later. Usually caused by a busy or stale interface in Outlook, Excel, or Windows shell extensions....
0X0000370D This error pops up when Windows can't parse a side-by-side assembly manifest file. It's almost always a corrupted manifest or a bad XML syntax....
0X8004E021 COM+ activation failed? This usually means a broken COM+ catalog or corrupted app registration. I'll show you how to fix it fast....
0X000026AE You're trying to add a DNS directory partition that's already registered. Usually happens after a failed domain controller promotion or replication is...
0XC0020009 RPC endpoint missing? Usually a dead service or port mismatch. Here's the direct fix and why it works....
0X8001011D This error means COM can't read the object reference data. You'll fix it fast by restarting the DCOM service or clearing temp files....
0X80320001 This error hits when a Windows Filtering Platform callout driver is missing or disabled. It usually shows up after a VPN or firewall install goes wron...
0X8011045B This COM+ error stops app installations dead. The fix is simpler than the code suggests — clean COM+ catalog permissions with regedit. Took me ages to...
0X000036CA This error means two COM components registered the same ProgID. Usually a bad install or leftover registry junk. Here's how to kill it....
0X80040064 This COM error usually means a clipboard or drag-drop operation is using a malformed data format structure. I'll show you the real fixes, from quick r...
0X80110409 This error means your COM+ app file has a version mismatch. Here's how to fix it fast, no fluff....
0X80040155 This COM error means a required interface isn't in the registry. Here's the direct fix and why it happens....
0xc0000142 Excel shows a blank or gray screen after a Windows update. The cause is a corrupted display driver or Excel's hardware acceleration....
0X8011041D This error happens when a COM+ component can't load a DLL—often after a failed update or corrupt registration. Here's how to fix it....
0XC002001C This error means the RPC endpoint mapper can't find the target program. We'll show you the three most common causes and their fixes, starting with the...
0X8004E004 This error hits when your COM+ component tries to access MTS context outside a transaction. It's common in old VB6 or ASP apps on Windows Server....
0XC000007E This error means a program tried to unlock a file range it never locked. The fix is to update or reinstall the offending software — not touch Windows ...
0X80020003 This error means a program tried to use a missing COM object member. Here's the quick fix and why it happens....
0X80040160 You're getting the CATID error because a COM object is registered wrong. Here's the exact fix that works for Windows 10 and 11....
0X8004E02E COM+ component needs synchronization but isn't configured for it. This fix adds the required attribute to the component's registration....