Got it working, For this to work you must have MS Visual Studio C++ Express also loaded. I only had MS Visual Studio C# Express loaded.
On Mon, Jul 11, 2011 at 8:23 AM, Sarel van der Merwe <[email protected]> wrote: > Still having this problem. > Could not load file or assembly 'tesseract, Version=0.0.0.0, > 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) > > I think the Microsoft.VC80.CRT version is the root of the cause. > > In the add remove programs I found 3 versions of the MS Visual c++ > 2008 Redistributable > x86 9.0.30729 > x86 9.0.30729.17 > x86 9.0.30729.6161 > > PS. This was a clean windows xp pro with Visual Studio 2008 express. > > Any suggestions..... > > > > > On Sun, Jul 10, 2011 at 12:13 AM, Quan Nguyen <[email protected]> wrote: >> tesseract.dll is x86, so make sure your project's Property > Build > >> Platform target is also x86. >> >> On Jul 9, 7:00 am, Sarel van der Merwe <[email protected]> wrote: >>> I installed the redistribution pack. >>> >>> 1. Reboot and recompiled. >>> 2. Still having the same problem. >>> >>> Could not load file or assembly 'tesseract, Version=0.0.0.0, >>> 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) >>> >>> Please take a look if i haven't done something wrong. >>> Attached please find project with the simple >>> >>> Thanks >>> >>> Sarel >>> >>> On Sat, Jul 9, 2011 at 1:34 PM, cong nguyenba <[email protected]> >>> wrote: >>> > Try to download and install vcresdist_x86 here: >>> >http://www.microsoft.com/download/en/details.aspx?id=5582 >>> >>> > The Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) >>> > installs runtime components of Visual C++ Libraries required to run >>> > applications developed with Visual C++ SP1 on a computer that does not >>> > have Visual C++ 2008 SP1 installed. >>> >>> > -- >>> > You received this message because you are subscribed to the Google >>> > Groups "tesseract-ocr" group. >>> > To post to this group, send email to [email protected] >>> > To unsubscribe from this group, send email to >>> > [email protected] >>> > For more options, visit this group at >>> >http://groups.google.com/group/tesseract-ocr?hl=en >>> >>> >>> >>> samp.zip >>> 17KViewDownload >> >> -- >> You received this message because you are subscribed to the Google >> Groups "tesseract-ocr" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/tesseract-ocr?hl=en >> > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en

