robsonataide / tesseractdotnet

Automatically exported from code.google.com/p/tesseractdotnet
0 stars 0 forks source link

Unhandled exception of type 'System.Windows.Markup.XamlParseException' #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create WPF project on Visual 2012 (C# , target framework .Net 4.0 and set 
project to x86) 
2. add references tesseractengine3.dll 
3. create TesseractProcessor tp = new TesseractProcessor() ;
4. compile in debug and released and result will be the same.
5. I found  "unhandled exception of type 
'System.Windows.Markup.XamlParseException' occurred in 
PresentationFramework.dll"

Additional information: 'The invocation of the constructor on type 
'ProjectTest.MainWindow' that matches the specified binding constraints threw 
an exception.' Line number '3' and line position '9'.

What is the expected output? What do you see instead?
Just the empty windows panel.

What version of the product are you using? On what operating system?
Visual studio 2012 express with .net framework 4.0

Please provide any additional information below.
I had done OCR project on my visual studio 2008 and it works very well.
This project, I try into VS2012 because kinect for Windows SDK is compatible 
with VS2010 and newer, so the big error is occur.

I spend 1 week for this error with no solution.
Thanks for your help.

Original issue reported on code.google.com by totally...@gmail.com on 30 Aug 2013 at 10:42

Attachments: