Hi,
I am trying to connect with RFID3.Host.dll to Motorola RFID reader FX9500 in windows universal app (iot) project. I can referenced the dll but when I try to call connect method getting following errors.
Attempt by method 'Symbol.RFID3.TagAccess+Sequence..ctor(Symbol.RFID3.TagAccess)' to access method 'System.Collections.ArrayList..ctor()' failed.
Any other dll or solution to use it with Windows Universal app (iot) ?
Thank you for your interest.
My code sample :
RFIDReader rf = new RFIDReader("120.11.1.1", 8540, 0);
try
{
rf.Connect();
}
catch (Exception ex)
{
throw;
}
RFID3.host.dll for fx9500 reader - windows universal app (iot) problem |
0 Replies