<?xml version="1.0"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
</configuration>
I solved the problem this way.
Tessnet2 contains 32 or 64 bits assembly.
Make sure you set the correct target (don't use ANY CPU, choose X86 or
X64).
You can use a .NET 2.0 assembly in a 4.0 project, no problems.
Remi
On 12 nov, 20:17, Carlesmk <carles.blasc...@gmail.com> wrote:
> Hi everibody,
>
> I'm trying to start using Tessnet2 for a C# application which reads
> 7segments displays using a webcam
>
> The problem is that I've been trying to run the wrapper for two days
> but it gives me errors.
>
> I followed the instructions from the pagehttp://www.pixel-technology.com/freeware/tessnet2/