zwave-lib-dotnet icon indicating copy to clipboard operation
zwave-lib-dotnet copied to clipboard

Problem with SerialPortLib 1.0.19

Open 01username opened this issue 5 years ago • 1 comments

I get a 'Method not found' exception if I try to use version1.0.19 with your latest SerialPortLib, also 1.0.19:

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.18

Using VS2019, building for .NET Framework 4.7.2.

01username avatar Jan 27 '20 23:01 01username

Hi, @01username! Where did you found SerialPortLib 1.0.19? On NuGet there is only 1.0.18: https://www.nuget.org/packages/SerialPortLib/

Bounz avatar Jan 30 '20 17:01 Bounz