V
V
VitonZizu2014-08-19 07:38:47
.NET
VitonZizu, 2014-08-19 07:38:47

Please share a working example of TesseractDotNET?

Guys who worked with this wrapper, please share a ready-made example, for some reason it refuses to compile for me, giving the error "Assembly for mixed mode is based on version "v2.0.50727" of the runtime and cannot be loaded in runtime 4.0 without additional configuration data." Solution with

<startup useLegacyV2RuntimeActivationPolicy="true">
  <supportedRuntime version="v4.0"/>
</startup>
in App.config did not help, I really need a working example of this wrapper!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim, 2014-09-05
@Z10yTap0k

The Tesseract build you are using is compiled for environment version 2 (i.e. applications must be under .net from 2.0 to 3.5, and you are developing on .net 4.0
Change the .net version to 3.5 in the project settings.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question