I have very strange issue with MediaElement on Windows Server 2008 logged as not administrator. Every time I'm trying to play video I have error HRESULT: 0xC00D11B1
Here are details:
This only happens on Windows Server 2008, everything is working on Windows Server 2008 R2
0xC00D11B1 is an error thrown by WMP indicating opening a media file has failed since WPF uses their OCX behind the scene. It could could be due to number of reasons, including opening DRM content and missing required codec. Someone in the past also expereienced this problem but it was later found out due to an error in the MediaElement.Source URI. You can take a look at http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1695695&SiteID=1 and see if this fixes the problem or not. Also, does this happen to any other media files?
source : http://social.msdn.microsoft.com/forums/en-US/wpf/thread/2d80888f-4f1d-450c-90ee-2568b7283e23/
User contributions licensed under CC BY-SA 3.0