4,106 solutions found, page 17 of 206
0X000020ED This error hits when AD can't allocate memory for the hierarchy table during a domain controller promotion or replication. It's almost always a memory...
0XC0020055 This RPC error means Windows doesn't recognize the error code as a valid one. Usually a corrupt RPC endpoint mapper or a misconfigured firewall. Here'...
0XC00D132F Windows Media Player or app can't decode a URL with invalid percent-encoded characters. Here's how to fix it fast....
0X8004E02E COM+ component needs synchronization but isn't configured for it. This fix adds the required attribute to the component's registration....
0X00000433 Error 0x00000433 means a service your app needs was removed or flagged for deletion. We'll hit the top 3 causes in order of likeliness....
null Annoying 'The operation can't be completed' error on macOS? Here's the quick fix and why it works....
0XC0262508 This error pops up when you try to mirror displays without video outputs on a Protected Video Path setup. The fix is usually a driver update or disabl...
0X8011042B This error pops up when you try to delete a COM+ component in Component Services, but the system won't let you. It's a security protection, not a bug....
0X8028005C This error kills BitLocker or TPM operations. Here's how to fix it in three steps, from quick to thorough....
0X000019EB This error means your log file doesn't have the minimum two containers it needs. Here's how to fix it fast....
0XC01E035C This error pops up when Windows can't assign a display mode to your monitor. Usually after unplugging a cable, waking from sleep, or switching inputs....
0X000003EC The ERROR_INVALID_FLAGS error means a program passed bad flags to a system call. Usually happens with old software or corrupted permissions. Quick fix...
0X00002090 You can't make a group alias point to another alias in Active Directory. This error happens when you try. Here's how to fix it....
0X00001396 This error means a cluster group is stuck offline. I'll walk you through the three most common causes and their fixes, starting with the one I see mos...
Can't connect to MySQL server on 'hostname' (10061) Short version: it's almost always a stopped MySQL service or a firewall blocking port 3306. Here's how to check both in 30 seconds....
com.apple.DiskManagement.disenter-119930068 Your Mac says it can't mount a disk. Usually it's a permissions problem or a corrupted volume. Here's how to get it working again....
0X000036BB Side-by-side assembly can't set a default activation context because one's already set. Usually a COM or manifest loading bug....
0X00002649 This error means a secure DNS update isn't finished yet. Your computer started the update but the server said 'keep going.' Here's how to finish it....
0XC00D0037 Your app crashed with this network error because another program grabbed the same port. Here's how to find and free it....
0X000002CF This error means a custom error code you're trying to assign is already taken by a built-in Win32 API error. Happens when writing low-level code or DL...