- This topic has 2 replies, 2 voices, and was last updated 8 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
Forums › TWAIN Classic › Strane error in C# application.
Hello everyone,
I have this strange error in my application. In development stage I have tested my application and it was OK. However, when we have release application, users started seeing this error.
Error is not showing all the time. Sometimes, 2-3 times scanning is OK, but after that, with no obvious reason, this mbox is shwon. Users need to close application and after starting again, application is working till another error.
If someone knows what is causing this error I would really appreciate it!
Hi,
Is the driver occupied by other applications? Or is the source closed properly after every scanning session? You can try to call close source after scanning to see if it solves the problem.
_____________________
Adam
Dynamsoft: The leading provider of version control software and TWAIN SDK
@Adam, thank you for your reply. That makes sense, but I think I have different problem in my application. Looks like I call too many times function that selects source. I make changes and now I am waiting for users to log error if it still exists.