Windows error 0xC00D36E5, -1072875803

Detailed Error Information

MF_E_INVALID_POSITION[1]

MessageThe operation on the current offset is not permitted.%0
Declared inMferror.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 Code14053 (0x36e5)

Questions

0votes
1answer

Error while trying to play a video file uploaded to FTP server using FTPWebRequest

When I try to play a video uploaded to the FTP server using .net code, it says 'Can't play. Item is unplayable, please reacquire the content. 0xc00d36e5'. Following is the code that I am using to upload a video file to the FTP server: Protected Sub btnUpload_Click(sender As Object, e [...] read more
asp.net
ftpwebrequest

Comments

Leave a comment

(plain text only)

Sources

  1. Mferror.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