Windows error 0x000004B4, 1204

Detailed Error Information

BAD_PROVIDER[1]

MessageThe specified network provider name is invalid.
Declared inwinerror.h

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

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 Code1204 (0x04b4)

Questions

1vote
0answers

Web Application Crash/Hangs on IE11

My web application is running fine on both Firefox and Chrome. But while trying to run on IE11 (In Windows 10), web application randomly get Crashed with follow error > The assembly instruction at > mshtml!Tree::TableCellBlock::EnsureTableStructureRelatedFormatsAreReadyToUse+5 > in C:\Windows\System32\mshtml.dll from Microsoft Corporation has caused an > access violation exception (0xC0000005) [...] read more
asp.net-mvc-4
internet-explorer-11
mshtml
0votes
1answer

What does this string in the Manifest mean?

What exactly does "0x000004B4" mean? I have seen android:configChanges= before when regarding screen orientation, or pixel density, but have no idea what these letters and numbers mean. I'm very new and would like to know how the more commonly seen strings work. Much appreciated. read more
android
xml
encoding
utf-8
android-manifest

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