i am getting a "... is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)"
Exception with the following code, any suggestions how to fix it ?
InkAnalyzer analyzer = new InkAnalyzer(this.overlay.Ink, this);
analyzer.AddStrokes(this.overlay.Ink.Strokes);
// Exception
AnalysisStatus status = analyzer.Analyze();