274 solutions found, page 2 of 14
0XC000016C This error pops up when a device can't start because another device is hogging its IRQ. I've seen it most on old XP/Vista boxes with PCI cards sharing...
0XC0150027 Windows can't verify a side-by-side assembly file's hash. Usually a corrupt or incomplete install. Quick fix: reinstall the app or component....
0X801F000C You'll see this when a filter driver tries to use paged pool memory where nonpaged pool is required. The fix is usually a driver reinstall or a regist...
EACCES / Permission denied Got 'Permission denied' when trying to read or execute a file? Usually it's missing execute permissions or wrong ownership. Here's how to fix it fast....
0XC0000223 This error means the shared memory between a client app and Windows server service got corrupted. Often triggered by a BSOD or unclean shutdown. Here'...
0XC00D004A This Windows Media Center error means a log file hit its size cap. The fix is to delete or rename the log file so a new one starts....
0XC000010C This error hits Windows file servers when a GUID can't be mapped to a file path. Corrupt volume GUIDs or broken symbolic links cause the crash....
0x00000bc4 Your printer shows offline? DNS changes, stale spoolers, or power settings cause this. Quick answer: restart the print spooler and flush DNS. Works 80...
0X000004E6 This error pops up when you try to use a feature or app on Windows Small Business Server (SBS) that isn't supported there. I'll walk you through the t...
FATAL: remaining connection slots are reserved for non-replication superuser con Your app exhausted all available database connections. The quick fix is killing idle connections. Here's why it happens and how to stop it....
0X00000520 Your system says a logon session is gone. This usually happens with old cached credentials or a busted service account. Here's how to fix it fast....
0X0000030D When Windows runs out of desktop heap space, you get this error. The fix is raising the SharedSection value in the registry. I'll show you exactly whi...
0X00000716 This error means Windows can't find a resource in a DLL or EXE file. Usually a corrupted system file or broken app install. Here's the real fix....
0XC00000B6 This means a program crashed or closed a file while you were using it. Fix it by rebooting or killing the hung process....
0X0000139D This error hits when a disk can't hold cluster quorum. Usually a missing partition or wrong disk signature. Here's the real fix....
0X0000052E This error means Windows can't match the username or password you entered. It's almost always a typo, locked account, or domain trust issue....
0X000008FA Exact error 0X000008FA means Windows is trying to delete a network message alias but it's still in use. Restarting the service or clearing pending ope...
0X8034001A This NDIS error means a token ring group address can't be removed because another driver or service is still using it. Real fix: reboot and remove the...
0X80110402 This error pops up when COM+ components have corrupt properties. Usually it's from a bad DLL registration or a broken COM+ app. Here's how to fix it f...
NullInjectorError: No provider for HttpClient This Angular error means HttpClient isn't registered in your module. The fix is importing HttpClientModule in the right place. Three levels of fixes d...