question about upgrading from vers 5 to 7

Questions, comments and suggestions concerning VintaSoft Twain .NET SDK.

Moderator: Alex

Post Reply
BillG
Posts: 47
Joined: Fri Oct 10, 2008 3:52 pm

question about upgrading from vers 5 to 7

Post by BillG »

I finally had time to install 7 on my machine. I deleted the 5 twain.dll from the project and added the 7 twain.dll. What do I do about the controls on my form? When I compile I get the following error.

Error 1 The type or namespace name 'VSTwain' does not exist in the namespace 'Vintasoft.Twain' (are you missing an assembly reference?) C:\Software Development\vs2010\LaborWare\LaborWare_WinForms\MemberRelatedDocsListForm.Designer.cs 247 33 LaborWare_WinForms

private Vintasoft.Twain.VSTwain vsTwain1;

Do I have to bring a new control into the project. The instructions were unclear on that. Where is the control?

Bill
Yuri
Posts: 64
Joined: Wed Jul 23, 2008 2:47 pm

Re: question about upgrading from vers 5 to 7

Post by Yuri »

The point is that there were plenty of changes in SDK architecture since version 5.

So the namespace "VSTwain" does not exist anymore in v7.

VintaSoft created the Upgrading Guide specially to make the upgrading process easier.

Please refer to SDK documentation (can be found in /Help folder):
"Programming > Changes history"
Post Reply