.NET 4.0 - wodSSHTunnel assembly error (wodSSHTunnel)
that is clear now, but it wasn't when i was going through the examples.
So i am using the COM library in a simple console .NET 4.0 application, i setup the code base as in the following example. I can run the sample WinForm ActiveX and create the tunnel, but get an error with the COM.
When i try to open the channel it will silently fail and close the console down. I was able to grab one exception below.
http://www.weonlydo.com/code.asp?did=Tunneling-HTTP-over-SSH
wodSSHTunnel1.Channels.Add(wodSSHTunnelCOMLib.ForwardTypesEnum.LocalListen, "127.0.0.1", 80, "0.0.0.0", 80);
{Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.} System.Exception {System.Runtime.InteropServices.COMException}
Complete thread:
- .NET 4.0 - wodSSHTunnel assembly error - Mike, 2014-10-20, 21:19
- .NET 4.0 - wodSSHTunnel assembly error - Jasmine, 2014-10-20, 21:56
- .NET 4.0 - wodSSHTunnel assembly error - Mike, 2014-10-21, 00:21
- .NET 4.0 - wodSSHTunnel assembly error - Jasmine, 2014-10-21, 10:16
- .NET 4.0 - wodSSHTunnel assembly error - Mike, 2014-10-21, 15:21
- .NET 4.0 - wodSSHTunnel assembly error - Jasmine, 2014-10-21, 16:45
- .NET 4.0 - wodSSHTunnel assembly error - Mike, 2014-10-21, 22:36
- .NET 4.0 - wodSSHTunnel assembly error - Jasmine, 2014-10-21, 23:25
- .NET 4.0 - wodSSHTunnel assembly error - Mike, 2014-10-21, 22:36
- .NET 4.0 - wodSSHTunnel assembly error - Jasmine, 2014-10-21, 16:45
- .NET 4.0 - wodSSHTunnel assembly error - Mike, 2014-10-21, 15:21
- .NET 4.0 - wodSSHTunnel assembly error - Jasmine, 2014-10-21, 10:16
- .NET 4.0 - wodSSHTunnel assembly error - Mike, 2014-10-21, 00:21
- .NET 4.0 - wodSSHTunnel assembly error - Jasmine, 2014-10-20, 21:56