Windows error 0xC00D1325, -1072884955

Detailed Error Information

NS_E_CURL_INVALIDCHAR[1]

MessageThe URL contains one or more characters that are not valid.%0
Declared innserror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode13 (0x00d)
NameFACILITY_MEDIASERVER[2][3]
DescriptionThe source of the error code is the Windows Media Server.[2][3]
Error Code4901 (0x1325)

Questions

0votes
2answers

COM Exception HRESULT: 0xC00D1325 in C# winForm

I have a code in C# WinForm that should be able to read the list of songs from a listBox and then play each song with windowsMediaPlayer (for some reasons I want to play the songs from the last item of the listBox to the first one ) . here [...] read more
c#
exception
media-player
comexception
hresult

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0