VintaSoft Twain .NET SDK Discussions
Questions, comments and suggestions concerning VintaSoft Twain .NET SDK.
Board index < VintaSoft Twain < VintaSoft Twain .NET SDK Discussions
if (debug)
MessageBox.Show("Acquiring...");
try
{
VSTwain1.Acquire();
}
catch (Exception em)
{
if (debug)
MessageBox.Show(em.ToString());
}
if (debug)
MessageBox.Show("finished");
I see the first MessageBox but not the second. No excepetion is thrown either. The program just crashes. I get the following errors in Windows event viewer:Faulting application name: ebillscan.exe, version: 1.0.3783.14170, time stamp: 0x4be96114 Faulting module name: KERNEL32.dll, version: 6.1.7600.16481, time stamp: 0x4b1e3897 Exception code: 0xc00000fd Fault offset: 0x0004f1f4 Faulting process id: 0x1650 Faulting application start time: 0x01caf111eb57121e Faulting application path: C:\ebillscan\ebillscan.exe Faulting module path: C:\Windows\system32\KERNEL32.dll Report Id: 3071847e-5d05-11df-a0ec-a4badbe64f0b
Fault bucket , type 0 Event Name: APPCRASH Response: Not available Cab Id: 0 Problem signature: P1: ebillscan.exe P2: 1.0.3783.14170 P3: 4be96114 P4: KERNEL32.dll P5: 6.1.7600.16481 P6: 4b1e3897 P7: c00000fd P8: 0004f1f4 P9: P10: Attached files: C:\Users\username\AppData\Local\Temp\WER5717.tmp.WERInternalMetadata.xml These files may be available here: C:\Users\username\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_ebillscan.exe_92ffddf1df9c13c67ba52bfe47de3a3065645af7_12f95c55 Analysis symbol: Rechecking for solution: 0 Report Id: 3071847e-5d05-11df-a0ec-a4badbe64f0b Report Status: 1Thanks!
5/13/2010 2:33:01 PM ODS1 5/13/2010 2:33:01 PM ODS3 3 5/13/2010 2:33:01 PM ODS4 140 5/13/2010 2:33:02 PM ODS5 0 5/13/2010 2:33:02 PM ODS6 xerox documate 262 5/13/2010 2:33:02 PM 6.0.17.3 5/13/2010 2:33:02 PM ODS7 False 5/13/2010 2:33:02 PM PTW1 msg=0x1c (WM_ACTIVATEAPP) hwnd=0xc03dc wparam=0x1 lparam=0x480 result=0x0 5/13/2010 2:33:02 PM PTW90-5 5/13/2010 2:33:03 PM SetCap(257,5,4,2) 5/13/2010 2:33:03 PM SetCap result = 0 5/13/2010 2:33:03 PM SetCap(258,5,4,0) 5/13/2010 2:33:03 PM SetCap result = 0 5/13/2010 2:33:03 PM SetCap(4376,5,7,200) 5/13/2010 2:33:03 PM SetCap result = 0 5/13/2010 2:33:03 PM SetCap(4377,5,7,200) 5/13/2010 2:33:03 PM SetCap result = 0 5/13/2010 2:33:03 PM SetCap(1,5,1,-1) 5/13/2010 2:33:03 PM SetCap result = 0 5/13/2010 2:33:03 PM SetCap(4386,5,4,3) 5/13/2010 2:33:03 PM SetCap result = 0 5/13/2010 2:33:03 PM SetCap(4115,5,6,1) 5/13/2010 2:33:03 PM SetCap result = 0 5/13/2010 2:33:03 PM SetCap(4103,5,6,1) 5/13/2010 2:33:03 PM SetCap result = 0 5/13/2010 2:33:03 PM SetCap(4098,5,6,1) 5/13/2010 2:33:03 PM SetCap result = 0 5/13/2010 2:33:03 PM PTW1 msg=0x1c (WM_ACTIVATEAPP) hwnd=0xc03dc wparam=0x1 lparam=0x68c result=0x0 5/13/2010 2:33:03 PM PTW90-5 5/13/2010 2:33:04 PM ACQ1 False False 5/13/2010 2:33:04 PM ACQ2 5/13/2010 2:33:04 PM ACQ3 5/13/2010 2:33:04 PM ACQ5 5/13/2010 2:33:04 PM ACQ6 5/13/2010 2:33:04 PM ACQ7 5/13/2010 2:33:04 PM EDS3 False False 5/13/2010 2:33:04 PM EDS5 0 5/13/2010 2:33:04 PM ACQ8 5/13/2010 2:33:04 PM ACQ9 5/13/2010 2:33:04 PM PTW1 msg=0x1c (WM_ACTIVATEAPP) hwnd=0xc03dc wparam=0x1 lparam=0x68c result=0x0 5/13/2010 2:33:04 PM PTW90-5 5/13/2010 2:33:04 PM PTW1 msg=0xc059 hwnd=0xc03dc wparam=0x4130104 lparam=0x0 result=0x0 5/13/2010 2:33:04 PM PTW90-1 5 5/13/2010 2:33:04 PM PTW90-1-1 5/13/2010 2:33:04 PM PTW90-1-2 5/13/2010 2:33:04 PM TI1 Xerox DocuMate 262 False False False 5/13/2010 2:33:04 PM TI3 XRes=200 YRes=200 W=1700 H=2200 SPP=3 BPP=24, Planar=0, PT=2 Compr=0 5/13/2010 2:33:04 PM TI4 0 Native 5/13/2010 2:33:04 PM TI5 5/13/2010 2:33:04 PM DNT1 5/13/2010 2:33:04 PM DNT2Thanks again,