Leadtools 15 and Windows Vista SP1 (Twain doesn't work)
Started by cguanes@rtsx.com at 06-16-2008 17:30. Topic has 18 replies.
|
|
06-16-2008, 17:30
|
cguanes@rtsx.com
Joined on 07-21-2003
Fort Myers
Posts 21
|
Leadtools 15 and Windows Vista SP1 (Twain doesn't work)
|
 
 
|
|
|
I have Windows Vista SP1 and Scanner Fujitsu fi-5120C.
I'm developing an application for scanning, so I tried all the samples projects that come with leadtools installation and all of them just hang after click the scan button of the Twain driver dialog. <br>I have my old version with leadtools 12 and it works fine.
<br>
Please help.
<br>
:'(
<br><br>
Thank you
Carlos
|
|
|
|
|
Report
|
|
|
|
06-17-2008, 8:23
|
Qasem Lubani

Joined on 08-13-2006
Posts 1,034
|
Re: Leadtools 15 and Windows Vista SP1 (Twain doesn't work)
|
 
 
|
|
|
Does the issue appear on other scanners? Or is it specific to the "fi-5120C"? Is there any error message displayed?
I would like to know what is the LEADTOOLS DLLs version number(Version info that you have)?
Qasem Al-Lubani LEAD Technical Support www.leadtools.com
|
|
|
|
|
Report
|
|
|
|
06-17-2008, 10:41
|
cguanes@rtsx.com
Joined on 07-21-2003
Fort Myers
Posts 21
|
Re: Leadtools 15 and Windows Vista SP1 (Twain doesn't work)
|
 
 
|
|
|
I installed the last setup and also the latest patch _5_5_2008.
The samples that I tried are the samples 1 to 6 under (start menu) Raster Image Pro, Dot Net, Twain.
<br>
I have to say the samples of Version 12 works fine, so my program that I did on VB6. I have Paperport 11 running fine too.
<br>
I can do "scan preview", but when I click "scan" it just hang.
All dlls show version 15.0.0.0 (date 4/29/2008)
Carlos
|
|
|
|
|
Report
|
|
|
|
06-17-2008, 11:00
|
cguanes@rtsx.com
Joined on 07-21-2003
Fort Myers
Posts 21
|
Re: Leadtools 15 and Windows Vista SP1 (Twain doesn't work)
|
 
 
|
|
|
I forgot, I have tried on another computer with Vista SP1 and it has the same problem.
Pc with Windows XP SP3 is working fine.
I don't have another scanner model/brand. We all use the Fujitsu scanner.
Thanks
Carlos
|
|
|
|
|
Report
|
|
|
|
06-18-2008, 12:44
|
Qasem Lubani

Joined on 08-13-2006
Posts 1,034
|
Re: Leadtools 15 and Windows Vista SP1 (Twain doesn't work)
|
 
 
|
|
|
Please try the Twain Sample Source (virtual scanner) from the
Twain Working Group. The driver can be obtained by downloading the Twain SDK
from www.twain.org
Qasem Al-Lubani LEAD Technical Support www.leadtools.com
|
|
|
|
|
Report
|
|
|
|
06-20-2008, 13:34
|
cguanes@rtsx.com
Joined on 07-21-2003
Fort Myers
Posts 21
|
Re: Leadtools 15 and Windows Vista SP1 (Twain doesn't work)
|
 
 
|
|
|
LT Samples hang too with the Virtual Scanner Twain. And I tried the twain_32 twacker it works fine with the fujitsu and virtual.
Testing in two computers with Vista Business SP1.
Carlos
|
|
|
|
|
Report
|
|
|
|
06-23-2008, 12:24
|
GregR

Joined on 05-31-2006
In House
Posts 1,536
|
Re: Leadtools 15 and Windows Vista SP1 (Twain doesn't work)
|
 
 
|
|
|
I have a Fujitsu fi-5120c and can test this, but I will need to set up a test machine.
Is this problem with Vista 32 or 64?
Greg Ross LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|
06-23-2008, 20:05
|
cguanes@rtsx.com
Joined on 07-21-2003
Fort Myers
Posts 21
|
Re: Leadtools 15 and Windows Vista SP1 (Twain doesn't work)
|
 
 
|
|
|
Both PC (1 desktop and 1 Notebook) are running Vista Business 32 with SP1 and the Driver installed is V9.18.709 (I downloaded twice from fujitsu (http://www.fujitsu.com/us/services/computing/peripherals/scanners/support/downloads.html)
Thank you
Carlos
|
|
|
|
|
Report
|
|
|
|
06-24-2008, 12:39
|
GregR

Joined on 05-31-2006
In House
Posts 1,536
|
Re: Leadtools 15 and Windows Vista SP1 (Twain doesn't work)
|
 
 
|
|
|
I set up a fresh Vista 32 bit machine, installed SP1 and all additional Important and recommended updates, then installed LEADTOOLS v15, applied the patch, and installed the TWAIN drivers from the link you provided. I cannot reproduce this problem on my side. I tested many .NET and API demos, all of them work perfectly fine with both the preview and full scan with the TWAIN sample source and the Fujitsu 5120C.
The only thing I can think of is to make sure that the correct LEADTOOLS dlls are getting loaded. For example, if you have an old build of the dlls in the GAC, then those will get loaded before the ones in your application directory. You can test and see which DLLs are being loaded by your application at any time by using Process Explorer. This is a free program that is available from http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx.
To see the DLLs, click on View -> Lower Pane View -> DLLs.
To see the path of the DLLs, click on View -> Select Columns, go to the DLL tab, and select the Path checkbox.
Greg Ross LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|
06-24-2008, 16:05
|
cguanes@rtsx.com
Joined on 07-21-2003
Fort Myers
Posts 21
|
Re: Leadtools 15 and Windows Vista SP1 (Twain doesn't work)
|
 
 
|
|
|
I check with the procmon and all dll are reading from the leadtools15 folder.
After that and just in case, I uninstalled the leadtools 12 and 15 that I had on my desktop, and deleted all remains dll from my HD, reboot and install back just the 15 (last setup & 5_5)....
It still not working... preview works, but when I click Scan, the twan dialog just hang there and don't respond anymore.
what I don't understand is ... samples of V12 works fine...(I have 14.5 too but I didn't tried)
I will looks for another Vista PC...
Carlos
|
|
|
|
|
Report
|
|
|
|
06-24-2008, 18:14
|
cguanes@rtsx.com
Joined on 07-21-2003
Fort Myers
Posts 21
|
Re: Leadtools 15 and Windows Vista SP1 (Twain doesn't work)
|
 
 
|
|
|
I made it work in a new pc with vista sp1.
I notice on that pc when click the "select source" it shows two sources the "Fujitsu fi-5120Cdj" and "Wia...".
On the other two computer the "Wia..." doesn't show.
Does that means something? (V12 shows the Wia...)
Carlos
|
|
|
|
|
Report
|
|
|
|
06-24-2008, 18:27
|
cguanes@rtsx.com
Joined on 07-21-2003
Fort Myers
Posts 21
|
Re: Leadtools 15 and Windows Vista SP1 (Twain doesn't work)
|
 
 
|
|
|
I just installed 14.5 Raster Image Pro .Net and it works.
It is really something with the V15.
V14.5 shows the "WIA..." too
Tell me what test or report do you need from my side.
Thank you.
Carlos
|
|
|
|
|
Report
|
|
|
|
06-25-2008, 11:00
|
GregR

Joined on 05-31-2006
In House
Posts 1,536
|
Re: Leadtools 15 and Windows Vista SP1 (Twain doesn't work)
|
 
 
|
|
|
Since v15 works on your fresh machine, our test machines, but not your
others, it seems to be isolated to those machines. If you can find a
way to consistently reproduce this, let me know.
Did you install 14.5 on one of the machines that v15 wasn't working on or the machine where it is working?
If you install 14.5 (or 12) on the machine where v15 is now working, will v15 stop working?
There's only one function in the TWAIN API that calls SelectSource to show that dialog and our libraries wrap that function. I don't see how one version of LEADTOOLS would affect the way another version works.
Greg Ross LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|
06-25-2008, 13:14
|
cguanes@rtsx.com
Joined on 07-21-2003
Fort Myers
Posts 21
|
|
|
After clean up my pc, uninstalling all versions and all SDK, deleted any LT DLL, uninstalled the twain, delete from computer device manager the hidden scanner drivers. Reboot. Installed back the twain and just the V15 still not working.
After that I reinstalled the 12 and 14.5, both of them works.
In attachment the selectsource dialog of the sample "C# twain multipage demo" V14.5 and V15
Carlos
|
|
|
|
|
Report
|
|
|
|
06-25-2008, 13:28
|
jigar

Joined on 08-22-2007
Posts 356
|
Re: Leadtools 15 and Windows Vista SP1 (Twain doesn't work)
|
 
 
|
|
|
What version is the twain_32.dll file in the Windows folder? Check the file versions on the Vista machine where it works and the one where it doesn't. I remember one customer was having a problem scanning because the Fujitsu's installer overwrote that file with an older version.
LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|
|
LEAD Support Fo... » Developer » General » Leadtools 15 and Windows Vista SP1 (Twain doesn't work)
|
|
Copyright LEAD Technologies, Inc. 2008
