I solved it, it's strange but I changed
After that I had troubles with
and now it works, yes...
I'm on Win7 X64.
Thank you
using (SshClient client = new SshClient(connectionInfo))
to:
SshClient client = new SshClient(connectionInfo);
and now it works...After that I had troubles with
var fowardPort = new ForwardedPortLocal("localhost", 8500, "www.something.com", 80);
It didn't work, after spending hour's I changed (visual studio 2010) Build platform target from "ANY CPU" to "X86"and now it works, yes...
I'm on Win7 X64.
Thank you