Valued issues during interaction TwainSDK with TSScan

Questions, comments and suggestions concerning VintaSoft Twain .NET SDK.

Moderator: Alex

Post Reply
Vladimir
Posts: 7
Joined: Tue Jun 08, 2010 5:52 pm

Valued issues during interaction TwainSDK with TSScan

Post by Vladimir »

Hello.
Now we are on the way to support scanning functionality for remote users (users that connect to our applications through MS Remote Desktop) of our business applications. We are consider TSScan software as acceptable solution.

But playing with trial of TSScan trial version, we faced with next valued issues on VintaSoftTwain.NET SDK / TSScan interaction level:
- on the NOT terminal session environment, our applications that use VintaSoft SDK works completely fine
- on the terminal session environment, TSScan end user application works completely fine
- on the terminal session environment, our applications that use VintaSoft SDK works with two strong limitations:
1. No way to make scanner work with flatbed - scanner always try to get papers from feeder:
even in case, when we set Device.DocumentFeeder.Enabled = false, scanner trying to scan from feeder, not from flatbed,
also, ho matter, does scanner have paper in flatbed, does scanner have paper in feeder - scanning always trying to get paper from feeder.

2. No way to make scanner work in non duplex mode, all scannings are processing in duplex mode only.
Stack trace of code, trying to set DuplexEnabled property to "false"
2011-02-25 17:48:39,240 Ozornin LIAPUNOV\Oz [9] ERROR LiapunovAndCo.Patent.Presentation.Windows.Scanner.ScannerForm [(null)] - Vintasoft.Twain.TwainDeviceCapabilityException: Cannot set value of capability.
at Vintasoft.Twain.DeviceManager.0(String ,
3 , Boolean )
at Vintasoft.Twain.DeviceCapability.0( )
at Vintasoft.Twain.DeviceCapability.SetValue(Boolean value)
at Vintasoft.Twain.Device.0(DeviceCapabilityId , Boolean )
at Vintasoft.Twain.DocumentFeeder.set_DuplexEnabled(Boolean value)
at LiapunovAndCo.Patent.Presentation.Windows.Scanner.ScannerForm._duplexRadioGroup_SelectedIndexChanged(Object sender, EventArgs e) in D:\Sources\LiapunovAndCo.Patent\Presentation\Windows\Core\Scanner\ScannerForm.cs:line 1336
TerminalWorks
Posts: 1
Joined: Sun Feb 27, 2011 1:24 am

Re: Valued issues during interaction TwainSDK with TSScan

Post by TerminalWorks »

Hello Vladimir,

This issue is bound to the version of TSScan and VintaSoft. TSScan 2.0 resolves this incompatiblity with VintaSoft.
Please upgrade your TSScan installation to 2.0.
Vladimir
Posts: 7
Joined: Tue Jun 08, 2010 5:52 pm

Re: Valued issues during interaction TwainSDK with TSScan

Post by Vladimir »

Now, we downloaded the latest trial version of VintaSoftTwain.NET SDK 7.1 and the latest version of TSSCAN 2.0.0.0.
(If it can has matter, we found out that TSSCAN client internally uses Vintasoft.Twain.dll 7.0.23.5 version.)

1 test: We run TwainAdvancedDemo.exe using terminal session (through remote desktop connection) and tried to scan from flatbed.
The screen how we did it:
Image
Important! There are no papers at the feeder at this moment! And we've got the attention message "No page in the scanner...". But when we tried to scan from flatbed again, but put papers into feeder the scanner started to scan from feeder.

2 test: we want to scan from feeder but not use duplex mode (also using terminal session).
Please look at
Image
We put 2 papers into the feeder. As you can see we got 4 images as result of scanning. The both papers were scanned in duplex mode.

TwainAdvancedDemo.exe 7.1 works fine without using TSSCAN. But for our bussiness purposes we very need to use TSSCAN functionality.
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: Valued issues during interaction TwainSDK with TSScan

Post by Alex »

Hello Vladimir,

Have you contacted the support TerminalWorks team? VintaSoft is not able to provide support for any third party software even if it includes any VintaSoft component.

Best regards, Alexander
Post Reply