RFID3.host.dll for fx9500 reader - windows universal app (iot) problem

K Kaan Seyitogullari 2 years 11 months ago
40 0 0

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;
            }

CONTACT
Can’t find what you’re looking for?