The only solution is to start a new process. I use it like this and it
On Mar 6, 5:08 pm, PeterF <
petrf...@googlemail.com> wrote:
> I had the great idea to run tessnet2 in a seperate AppDomain and then
> unload and reload tessnet2 after each xxx DoOCR() calls. But the
> problem is, as soon as I invoke tessnet2.Init(), the tessnet2.dll and
> msvcm80.dll get loaded into the main AppDomain!
>
> I have written a topic about it on the msdn forums, with a sample