I am trying to connect to a scanner/printer over the network but I keep getting the 0x80210015 error when I call the showSelectDevic e() method. I have installed the WAI/TWAIN drivers for the scanner printer. I want to use the scanner to scan in images from a C# program that I am writting.
WIA over a network
Collapse
X
-
WIA Compatibility
Sometimes it may happen because the object (Scanner, Cam etc) you are trying to connect to is not WIA compatible.
Here is a good link that you can have a look.
http://http://social.msdn.microsoft....4-2767e6ef917d
Comment