I am trying to integrate the tessnet2 component into my .Net
application. I have followed the instructions on
http://www.pixel-technology.com/freeware/tessnet2/ but i am getting
the following exception when i try to execute my code.
System.IO.FileLoadException was unhandled
Message="Could not load file or assembly 'tessnet2, Version=2.0.3.2,
Culture=neutral, PublicKeyToken=null' or one of its dependencies. This
application has failed to start because the application configuration
is incorrect. Reinstalling the application may fix this problem.
(Exception from HRESULT: 0x800736B1)"
Source="ConsoleApplication2"
FileName="tessnet2, Version=2.0.3.2, Culture=neutral,
PublicKeyToken=null"
FusionLog=""
StackTrace:
at TesseractConsole.Program.Main(String[] args)
at System.AppDomain.nExecuteAssembly(Assembly assembly,
String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile,
Evidence assemblySecurity, String[] args)
at
Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object
state)
at System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
im trying to find a workaround for the above.