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
I get a 'Method not found' exception if I try to use version1.0.18 with your latest SerialPortLib, also 1.0.18:
Method not found: 'Void SerialPortLib.SerialPortInput.SetPort(System.String, Int32, System.IO.Ports.StopBits, System.IO.Ports.Parity)'. (MissingMethodException)
but not if I go back to SerialPortLib 1.0.16.
With SerialPortLib 1.0.16, I can connect to my Z-Stick Gen5, but calling Discovery gives:
Could not load file or assembly 'mscorlib.XmlSerializers, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
which I don't know how to sort out - anyone else getting this?
Using VS2019, building for .NET Framework 4.6.2.
Thanks,
Jim
The text was updated successfully, but these errors were encountered:
I get a 'Method not found' exception if I try to use version1.0.18 with your latest SerialPortLib, also 1.0.18:
Method not found: 'Void SerialPortLib.SerialPortInput.SetPort(System.String, Int32, System.IO.Ports.StopBits, System.IO.Ports.Parity)'. (MissingMethodException)
but not if I go back to SerialPortLib 1.0.16.
With SerialPortLib 1.0.16, I can connect to my Z-Stick Gen5, but calling Discovery gives:
Could not load file or assembly 'mscorlib.XmlSerializers, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
which I don't know how to sort out - anyone else getting this?
Using VS2019, building for .NET Framework 4.6.2.
Thanks,
Jim
The text was updated successfully, but these errors were encountered: