I am trying to use a smartcard. I am using bunch of libraries. When the smartcard library tries to create an instance it gives me this error : "c_initialize - this object is not connected to a module". I used both winform and web form applications in .net . The error pops up at this line :
Pair<long, CardType> slotAndCardType = SmartOp.getSlotAndCardType(terminal);