Click here to Skip to main content
15,884,849 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
When i run the application on a windows 7 64bit machine i always get following exception and the program stops to run:
System.Runtime.InteropServices.COMException - Exception from HRESULT: 0x8876086A

stack trace:
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at Taygeta.Core.D3D9Renderer..ctor(IntPtr hWindow, Int32 adapterId)
at Taygeta.Core.D3D9Renderer..ctor(IntPtr hWindow)
at Taygeta.Controls.VideoImageSource.CreateRenderer()
at Taygeta.Controls.VideoImageSource.SetSurface(BitmapFormat format)
at Taygeta.Controls.VideoImageSource.OnFormatSetup(BitmapFormat format)
at Implementation.MemoryRendererEx.OnFormatCallback(Void** opaque, Char* chroma, Int32* width, Int32* height, Int32* pitches, Int32* lines) in c:\Users\didone\Documents\Visual Studio 2012\Projects\Sources\Implementation\Rendering\MemoryRendererEx.cs:line 92
Posted
Comments
syed shanu 2-Dec-14 3:14am    
Why do use nVLC Player you can use windows media player.
Check my article to play audio and video files.
http://www.codeproject.com/Articles/844451/Audio-and-Video-Player-Csharp-Winform
Member 11274742 2-Dec-14 4:34am    
Hi, thank you for your guidance.
But this project have 1 error. The error is:
"the type or namespace name 'shockwaveFlashObjects' cannot be found"
How do I fix this problem?
Richard MacCutchan 2-Dec-14 4:37am    
You fix the problem by installing that namespace.
syed shanu 2-Dec-14 4:37am    
HiIn my article you see the steps to add shockwave com object to your project.fallow that
Shweta N Mishra 2-Dec-14 3:30am    
may be you VLC player is corrupt.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900