I was wondering from many days for this, my program is in windows application(c#) scanning the check and display its bank routing number and check number. The check is being scanned in my application but unable to read micr code in the check, so can any one help me by giving some samples

I tried the sample of Inliteresearch (ClearCheck21) but that have some errors while executing... please can one help me....

1.'ClearMicr.CcMicrReader' does not contain a definition for 'get_MicrLine' and no extension method 'get_MicrLine' accepting a first argument of type 'ClearMicr.CcMicrReader' could be found (are you missing a using directive or an assembly reference?)

2.'ClearMicr.CcMicrInfo' does not contain a definition for 'TextANSI' and no extension method 'TextANSI' accepting a first argument of type 'ClearMicr.CcMicrInfo' could be found (are you missing a using directive or an assembly reference?)

3.'ClearMicr.CcMicrInfo' does not contain a definition for 'TextRaw' and no extension method 'TextRaw' accepting a first argument of type 'ClearMicr.CcMicrInfo' could be found (are you missing a using directive or an assembly reference?)

These above errors are coming in the inlinesearch sample code can any one help me from these bugs...... or with a better sample code.....

link|improve this question
add link to example. – Reniuz Jun 9 '11 at 10:04
feedback

closed as too localized by Lazarus, leppie, Richard, CodeInChaos, Mitch Wheat Jun 9 '11 at 10:05

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.