Windows error 0x000020D4, 8404

Detailed Error Information

DS_CANT_REMOVE_CLASS_CACHE[1]

MessageThe class could not be removed from the cache.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x800720D4.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code8404 (0x20d4)

Questions

4votes
1answer

Application crashing due to stackoverflow

This error is killing me so much. I am not able to capture this error at Application_OnError. The only message I am able to get is Event Viewer log. Application: w3wp.exe Framework Version: v4.0.30319 Description: The process was terminated due to stack overflow. Faulting application w3wp.exe, version 7.0.6001.18000, time stamp [...] read more
c#
asp.net
debugging
iis
iis-7
0votes
1answer

How do I change pipenv/virtualenv location to work with Portable VS Code and project on thumb drive?

On Windows 10, I'm running VS Code 1.48.2 and Python 3, both installed on a thumb drive. I added an F:\Programs\VS Code\data folder with user-data andextensions. My project directory is F:\MyProject and it has a Pipfile. My project directory has a .env file and .venv\ so that pipenv will install [...] read more
python
visual-studio-code
pipenv-install
0votes
1answer

SIGSEGV crash in iOS devices from which I cannot work out the cause

There are many threads around about crash reports in iOS and how to debug crashes but I thought I'd also post mine here as I haven't read a post that helps specifically to my case. I released my app to the AppStore a week or so ago and I have [...] read more
objective-c
ios
crash
segmentation-fault

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0