Windows error 0x88980003, -2003304445

Detailed Error Information

MILERR_WIN32ERROR[1]

MessageMILERR_WIN32ERROR
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)true
FacilityCode2200 (0x898)
NameFACILITY_WINCODEC_DWRITE_DWM[1]
Error Code3 (0x0003)

Questions

0votes
0answers

Avoid System.Runtime.InteropServices.COMException in PresentationCore.dll

I know there are other questions about this already, but I couldn't find an answer to my problem in them. I am pretty new to WPF and I am building media player which also includes displaying images. One of the options is to tile image. That is done like this: [...] read more
c#
wpf

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