I developed a windows service, which connects with SFTP using Renci.SshNet. When I installed this windows service on a single-processor machine, it works fine. But it generates the following error message when this windows service runs on a multi-processor machine.
Error Message : "Couldn't connect to remote serverMethod not found: 'Int32 System.Threading.WaitHandle.WaitAny(System.Threading.WaitHandle[], System.TimeSpan)'."
Kindly suggest me accordingly.
Thanks