SharpDX Not Implemented Exception
Posted
by
clamp
on Stack Overflow
See other posts from Stack Overflow
or by clamp
Published on 2014-06-13T09:20:38Z
Indexed on
2014/06/13
9:24 UTC
Read the original article
Hit count: 136
What could be the reason I am getting a SharpDX NotImplemented Exception?
SharpDX.SharpDXException: HRESULT: [0x80004001], Module: [General], ApiCode: [E_NOTIMPL/Not implemented], Message: Not implemented
at SharpDX.Result.CheckError()
at SharpDX.MediaFoundation.MediaFactory.Startup(Int32 version, Int32 dwFlags)
at SharpDX.MediaFoundation.MediaManager.Startup(Boolean useLightVersion)
this is on windows 8 desktop. the same code runs fine on windows 7.
© Stack Overflow or respective owner