You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I am giving this a try with DemoApp, I have updated the MRZ data correctly and Card ATR is fetching and starts reading past EF.COM;
0 - 5
..
..
13110 - 230
13340 - 0
Till it reaches 13340 - 0
and throws Sequence contains no elements exception at line 22 of ExtractedDO99.cs
for line
return parsetBerTLV.Data.Where(tlv => tlv.T == "99").First().Bytes();
Any idea what might be the issue ? I can use the same MRZ info successfully with same reader under PCSC dumpmrtd.js script so I know passport and reader is ok as well as MRZ data; dob, expiry, docNo.
The text was updated successfully, but these errors were encountered:
This is a gem, very hard to find MRTD on .NET.
So I am giving this a try with DemoApp, I have updated the MRZ data correctly and Card ATR is fetching and starts reading past EF.COM;
0 - 5
..
..
13110 - 230
13340 - 0
Till it reaches 13340 - 0
and throws Sequence contains no elements exception at line 22 of ExtractedDO99.cs
for line
return parsetBerTLV.Data.Where(tlv => tlv.T == "99").First().Bytes();
Any idea what might be the issue ? I can use the same MRZ info successfully with same reader under PCSC dumpmrtd.js script so I know passport and reader is ok as well as MRZ data; dob, expiry, docNo.
The text was updated successfully, but these errors were encountered: