Windows error 0x80040210, -2147220976

Detailed Error Information

IMAPI_E_MEDIUM_INVALIDTYPE[1]

Declared inimapierror.h

MPEG2_E_OBJECT_KIND_NOT_A_DIRECTORY[2]

Declared inMpeg2Error.h

EVENT_E_PER_USER_SID_NOT_LOGGED_ON[3]

MessageThe owner of the PerUser subscription is not logged on to the system specified
Declared inwinerror.h

HRESULT analysis[4]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[4][3]
DescriptionThe source of the error code is COM/OLE Interface management.[4][3]
Error Code528 (0x0210)

Questions

2votes
1answer

C# > UPnP - COMException: The owner of the PerUser subscription is not logged on to the system specified (Exception from HRESULT: 0x80040210)

I'm trying to communicate with dlna compliant devices using a C#.net application, using the UPnP protocol. I'm using the default Visual studio UPnP library("UPnP 1.0 type library (control point)"). I list all rendering devices using UPNPDeviceFinder.FindByType. All works fine... Now I get the AVTransport service using the function: public UPnPService [...] read more
c#
.net
visual-studio-2010
upnp
comexception
0votes
1answer

NATUPNPLib from a service as Local System

I have a windows service application that runs as Local System, and I want to be able to use NATUPNPLib to create port forwards for the (multiple and dynamic) ports it needs. I have been experimenting with various other UPnP Libraries that all fail, which is why when I tested [...] read more
c#
windows-services
upnp

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0