Windows error 0x800704C4, -2147023676

Detailed Error Information

REMOTE_SESSION_LIMIT_EXCEEDED[1]

MessageAn attempt was made to establish a session to a network server, but there are already too many sessions established to that server.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code1220 (0x04c4)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x000004c4.

Questions

5votes
0answers

Fetching WiFi adapters list in Windows 10 app fails

I have a Windows 10 universal app and I am trying to get the list of WiFi adapters: var adapters = await WiFiAdapter.FindAllAdaptersAsync(); I have all the required permissions set up. This calls works once. Then when I close or kill the app, the call fails with > An attempt [...] read more
c#
win-universal-app
uwp

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