c0shea / IdParser

Parses PDF417 AAMVA-compliant driver's licenses and ID cards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VB.NET failing to parse any date fields

moorer2k opened this issue · comments

commented

IssueDate, DateOfBirth, and ExpirationDate all fail to parse with "Cannot provide the value: host value not found". However, it works fine in C#. Not wanting to re-do the entire application to fix this issue. Any ideas? I did do some tracing and it when it's setting the date in DateOfBirthPaser.cs, ExpirationdateParser.cs they all properly populate the idCard object, but it just will not return the final output.

commented

Fixed it, looks like it was something on my end.