inkanalyzer

InkAnalyzer throws FileNotFoundException on Vista deployment

I have a WPF C# application that makes use of the InkAnalyzer class. On my development platform (Windows XP), I have added references to IACore.dll and IAWinFx.dll for the project before building the release. However, when I tried to run this on a HP TouchSmart tablet PC (on Windows Vista), the application throws a "FileNotFoundExceptio...

Get the modified contextnodes from Microsoft InkAnaylzer

Hi, I was wondering if there was any way to get only the modified (or new) ContextNodes (word nodes) from the InkAnalyzer. I am trying to recreate something similar to the word suggestion combo boxes in Windows Tablet Input Panel. Does anyone know how I might be able to get only the modified nodes? Thanks in advance for any help. Cheer...