Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

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

share|improve this question
This question probably belongs over on StackOverflow where there is a very similar question. Have you ensured that the same version of the .NET Framework is installed on the target server? – Chris McKeown Aug 8 '12 at 7:35

closed as off topic by Michael Hampton, Iain Aug 8 '12 at 9:21

Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.