c# - no combination of intermediate filters could be found -
i'm making windows form application using visual studio. application allows enter want photo named, , saves image specific location on network. works great when use on laptop. however, when try run on desktop, not work. instead message: system.runtime.interopservices.comexception (0x80040217): no combination of intermediate filters found make connection. at directshowlib.dserror.throwexceptionforhr(int32 hr) at orderproductcapture.capture.setupgraph(dsdevice dev, int32 iwidth, int32 iheight, int16 ibpp, control hcontrol) at orderproductcapture.capture.ctor(int32 idevicenum, int32 iwidth, int32 iheight, int16 ibpp, control hcontrol) at orderproductcapture.frmmain.ctor() the call stack says: orderproductcapture.exe!orderproductcapture.capture(int idevicenum, int iwidth, int iheight, short ibpp, system.windows.forms.control hcontrol) line 82 orderproductcapture.exe!orderproductcapture.frmmain.frmmain() line 50 orderproductcapture.exe!order...