I use VS 2012 to do this tesseract code project.
I created WPF(C# project) import tesseractengine3.dll set using tesseract;
and created variable:
TesseractProcessor test = new TesseractProcessor() ;
and then compile the code in debug mode (x86 , with target .net 4)
It shows Error message dialog
"An unhandled exception of type 'System.Windows.Markup.XamlParseException' occurred in PresentationFramework.dll
Additional information: 'The invocation of the constructor on type 'Recog.OcrTest' that matches the specified binding constraints threw an exception.' Line number '3' and line position '9'."
I searched on tesseractdotnet blog, and also google a lot of website and found nothing.
PS. I can run this code succesfully on VS2008. But when I code in VS2012 is occured error.
I cannot do my project in VS2008 because I have to some code of kinect which cannot work with VS2008.
Please anyone guide my how to solve this problem. I stuck with this problem for 1 week.