c# - Microsoft Ink InkAnalyzer "... is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)" -


i getting "... not valid win32 application. (exception hresult: 0x800700c1)"

exception following code, suggestions how fix ?

inkanalyzer analyzer = new inkanalyzer(this.overlay.ink, this); analyzer.addstrokes(this.overlay.ink.strokes); // exception analysisstatus status = analyzer.analyze(); 

i ran same problem. apparently ink analysis api work x86 assemblies, , i'm running x64 machine. targeting 'any cpu', had target 'x86' working.

more info here.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -