2,706 solutions found, page 130 of 136
0X8011045C This COM+ error means you have duplicate application names in the COM+ catalog. Delete or rename the duplicate, then register your app again....
0X8004D00C This COM+ error pops up when a transaction enlistment can't find its resource manager. Usually a MSDTC config issue or a busted Windows update. Fix is...
0XC0000053 EA stands for Extended Attribute. This error means a file's metadata is damaged. It usually happens on NTFS drives during copying or booting....
0X0000023F An app fails to start with this code when required DLLs or dependencies are missing or corrupted. The fix usually involves reinstalling the Visual C++...
0XC00D107C Media Player can't find the file because the link or path is missing or corrupted. Here's how to fix it fast....
0X8004016B Your AD software install path is wrong. We'll fix it by checking group policy and registry. This usually hits when deploying MSIs to domain-joined mac...
0X00000501 This error means a thread tried to convert to a fiber, but it’s already a fiber. Happens in old Delphi apps or C++ code with improper fiber cleanup....
0X8004D011 XACT_E_WRONGSTATE means your app called a transaction method at the wrong time. The fix is usually restarting the MSDTC service or clearing a stuck tr...
0XC01E0106 STATUS_GRAPHICS_ALLOCATION_INVALID pops up when Windows can't properly handle a graphics memory allocation. It's common after driver updates or when a...
0XC0220008 This Windows Filtering Platform error means a firewall rule or object you're referencing doesn't exist. Usually happens after a botched software unins...
0X00000486 Your app ran out of menu, icon, or cursor handles. Fix in 30 seconds by restarting it, or dig into handle leaks with Task Manager and Process Explorer...
0X8034000A This NDIS error shows up when Windows tries adding a multicast address that's already on the NIC's list. It's a network driver or app conflict, not ha...
0X00003701 This pops up when Windows can't load a side-by-side assembly. Usually means a missing VC++ runtime or corrupt manifest....
Module not found: Error: Can't resolve React throws this when Webpack can't find your import. Missed file extensions, wrong paths, or missing npm packages cause it nearly every time....
0X800401D2 Clipboard error 0x800401D2 usually hits when another app locks the clipboard. Here are the three fixes that work, starting with the most common cause....
0X80030057 This error pops up when Windows can't read or write a file due to a corrupt parameter. It's usually a permissions or path length issue....
0X00000588 This error pops up when an old or buggy app tries to reference a list box control that doesn't exist in your Windows dialog. Here's why and how to fix...
0XC00D2717 You'll see this when Windows Media Player or an app tries to play protected content but the license file is hosed. Fix is usually deleting corrupted l...
0X80000026 A long jump bug crashes your app—usually from corrupted memory or a bad update. I’ll show you how to track down the culprit and get back to work....
0XC0000372 You're hitting a group policy restriction blocking an app. The quick fix is to run it as Admin or adjust the local Safer policy. Here's how....