1 2 3 4 5 6 7 8 9 10 11 12
|
System.InvalidCastException was unhandled
Message="Unable to cast COM object of type 'System.__ComObject' to interface type 'DShowNET.ISampleGrabber'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{6B652FFF-11FE-4FCE-92AD-0266B5D7C78F}' failed due to the following error: Cette interface n'est pas prise en charge (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))."
Source="DShowNET"
StackTrace:
at DShowNET.ISampleGrabber.SetCallback(ISampleGrabberCB pCallback, Int32 WhichMethodToCallback)
at WindowsApplication1.Form1.captImg() in C:\Documents and Settings\Marc\Mes documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs:line 579
at WindowsApplication1.Form1.capt() in C:\Documents and Settings\Marc\Mes documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs:line 628
at WindowsApplication1.ThreadPhotoUpload.startUp(Object obj) in C:\Documents and Settings\Marc\Mes documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\ThreadPhotoUpload.cs:line 32
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart(Object obj) |
Partager