-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I am unable to scan with NAPS2 and Windows Scan.
Windows version 1803
Error from NAPS2:
NAPS2.Scan.Exceptions.ScanDriverUnknownException: An error occurred with the scanning driver. ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x8021000A
at WIA.CommonDialogClass.ShowTransfer(Item Item, String FormatID, Boolean CancelError)
at NAPS2.Scan.Wia.ForegroundWiaTransfer.<>c__DisplayClass2_0.b__1(WiaState wia)
at NAPS2.Scan.Wia.WiaBackgroundEventLoop.<>c__DisplayClass8_01.<GetSync>b__0(WiaState wia) at NAPS2.Scan.Wia.WiaBackgroundEventLoop.<>c__DisplayClass7_0.<DoSync>b__0() --- End of inner exception stack trace --- at NAPS2.Scan.Wia.WiaApi.ThrowDeviceError(COMException e) at NAPS2.Scan.Wia.WiaApi.ThrowDeviceError(Exception error) at NAPS2.Scan.Wia.WiaBackgroundEventLoop.DoSync(Action1 action)
at NAPS2.Scan.Wia.WiaBackgroundEventLoop.GetSync[T](Func2 action) at NAPS2.Scan.Wia.ForegroundWiaTransfer.Transfer(Int32 pageNumber, WiaBackgroundEventLoop eventLoop, String format) at NAPS2.Scan.Wia.WiaScanDriver.TransferImage(WiaBackgroundEventLoop eventLoop, Int32 pageNumber, Boolean& cancel) at NAPS2.Scan.Wia.WiaScanDriver.<ScanInternal>d__13.MoveNext() at NAPS2.Scan.ScanPerformer.PerformScan(ScanProfile scanProfile, ScanParams scanParams, IWin32Window dialogParent, ISaveNotify notify, Action1 imageCallback)