I am develop an app Using RFID from this site in C#
Here and I was do it with one Reader it's work great but when i use two Reader in the Same PC and I Use MultiReader.dll with no change in the code it show error message
A call to PInvoke function 'GetSerial!GetSerial.uFRCoder1x::ReaderOpen' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.
What does this mean?