I have a similar problem.
I use a Fujitsu 4120C, it supports TWAIN and ISIS. Using the TWAIN drivers, everything works fine. However, when using the ISIS drivers, it does not work fine.
I uninstalled the TWAIN drivers (just to be sure) and can confirm that the ISIS driver works (I used PixTrans' test app for this, it identifies my ISIS driver as "fi4120").
In my test code, the methods
- Atalasoft.Isis.IsisController.Devices.Count
- Atalasoft.Isis.IsisController.Devices.RefreshList
- Atalasoft.Isis.IsisAcquisition.Devices.Count
- Atalasoft.Isis.IsisAcquisition.Devices.RefreshList
all return zero.
I ran the two ISIS demo's ("ISIS Demo" and "ISIS Settings Demo", VB Source menu). One demo uses IsisController.Devices.Count and the other uses IsisAcquisition.Devices.Count. Both demo's start with a dialog box that says "No ISIS devices were found on your system".
Is there any other way to access the ISIS drivers than through the methods mentioned above?
Anyone have any idea why DotImage does not recognise my scanner driver?