Tattakashi123 / t

Automatically exported from code.google.com/p/twaindotnet
0 stars 0 forks source link

An unhandled exception of type 'System.StackOverflowException' occurred in TwainDotNet.dll #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.When starting debugging.
2.Check "Use UI"
3.Click on "Scan"

What do you see instead?
It it will generate error on line 293 in DataSource.cs file.

            var result = Twain32Native.DsUserInterface(
                _applicationId,
                SourceId,
                DataGroup.Control,
                DataArgumentType.UserInterface,
                Message.EnableDS,
                ui);

What version of the product are you using? On what operating system?
scanning machine : xerox DocuMent 515 
Os: Windows 7 Home Premium

Thanks 

Original issue reported on code.google.com by sandip.k...@gmail.com on 11 Jan 2012 at 4:34