Windows error 0x80070055, -2147024811

Detailed Error Information

ALREADY_ASSIGNED[1]

MessageThe local device name is already in use.
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 Code85 (0x0055)

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

Questions

2votes
2answers

IIS 7.5, URL Rewrite 2.0, Kerberos - rewritten URL returning 401.1

I would appreciate any hints regarding the following issue: The problem summary: While using Negotiate:Kerberos in IIS 7.5, the authorization works correctly right until we setup URL rewriting (using the MS module "URL Rewrite 2.0") - any rewritten URL then returns "401.1 Unathorized" (requests not matching any rewrite rule keep [...] read more
iis
url-rewriting
kerberos
1vote
1answer

Issue with Windows Authentication using iisnode and WebMatrix

I tried to write a simple site using node.js hosted on IIS Express 7.5 (via WebMatrix). I would like to use Integrated Windows Authentication. I configured applicationhost.config as it described in some similar posts. Also i have configured web.config as well. <system.webServer> <security> <authentication> <anonymousAuthentication enabled="false" /> <basicAuthentication enabled="false" /> [...] read more
node.js
windows-authentication
webmatrix
iis-express
iisnode
0votes
0answers

rasa unable to detect luis entities of regex, list type

I am using LUIS model(exported as json file) to build rasa_nlu using command "rasa train --out models\test.tar.gz" Luis model has entities of type list and regex, which rasa_nlu model is unable to extract. for example: LUIS Entity name: "Animal" LUIS Entity Type: "List" Elements in list would be like cat, [...] read more
azure-language-understanding
rasa-nlu
rasa
0votes
1answer

Not able to pin secondary tiles on windows 10 desktop

I'm trying to execute the notification sample from here. I'm able to create secondary tiles in the windows 10 mobile but when I try executing the same program it gives me an System Exception:(The local device name is already in use.(HRESULT :0x80070055) at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task). This is happening soon after [...] read more
c#
windows-runtime
uwp
0votes
0answers

Not able to map a network drive using WshNetwork_Class.mapnetworkdrive in c#

I have created a windows service to map a network drive.In Onstart method am trying to map the drive using below code IWshNetwork_Class network = new IWshNetwork_Class(); network.MapNetworkDrive(drive, @remoteName, Type.Missing, UserName, Password]); It always throws an exception as > The local device name is already in use. (Exception from HRESULT: [...] read more
c#

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