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
Post a Comment