I\'m hoping someone has come across this - I\'m trying to capture images from a document scanner using WIA, however on random machines when attempting to transfer the image resu
I came across this same problem when trying to use WIA to read images off of a camera device. The proper solution is to dispose of the WIA.ImageFile properly. This cleans up the tmp file.