This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, July 7, 2005 3:44:30 AM(UTC)
Groups: Registered
Posts: 1
I am using Leadtools Document Suite 14. I am try to set up a twain session in .NET 2005 Beta2(C#), but keep getting an error when I call the method SelectSource().
I get the following error:
Twain Failure due to unknown cause.
Is there a compatibility issue with 2005 Beta 2? Seems to work fine with 2003.
#2
Posted
:
Monday, July 11, 2005 11:11:07 PM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Hello,
You will need to make sure that you specify to use v1.1 of the .NET framework to use LEADTOOLS components.
Microsoft has changed the syntax of C++ in v2 of the framework, meaning that we will have to rewrite LEADTOOLS to port it to v2.
Regards,
Maen Badwan
LEADTOOLS Technical Support
#3
Posted
:
Wednesday, November 16, 2005 5:18:38 AM(UTC)
Groups: Registered
Posts: 15
I am using VS2005, and I am having trouble using twain. How do you specify to use v1.1 of the .NET framework?
#4
Posted
:
Sunday, November 20, 2005 4:48:18 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Hello,
You can specify to use v1.1 of the .Net framework as shown below:
- Open you project on VS2005.
- Select the "Project">"Properties" Menu (Your project Property pages dialog appears to you).
- Within the dialog, select "Build" property under the "Common Properties" node from the list.
- Now, Press the "Change" button and set the .Net Framework Version to "Microsoft .Net Framework v1.1"
Thanks,
Maen Badwan
LEADTOOLS Technical Support
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.