Re: [Mono-list] Issue with a C# application making connection to server

2013-02-22 Thread Daniel Lo Nigro
Have you tried using Netcat (nc) to connect to the server from your client machine, to ensure it's working? On Sat, Feb 23, 2013 at 10:26 AM, meril <5thesb.night...@gmail.com> wrote: > I have a client application that was developed in C# with winforms. > > It is a client that connects to a serve

Re: [Mono-list] Issue with a C# application making connection to server

2013-02-22 Thread meril
Also I can make connect the server using a console command "exec 6<>/dev/tcp/68.xx.xx.xx/3822 && echo "connected"" The issue seems to only be when trying to create the connection from the client application. -- View this message in context: http://mono.1490590.n4.nabble.com/Issue-with-a-C-appl

[Mono-list] Issue with a C# application making connection to server

2013-02-22 Thread meril
I have a client application that was developed in C# with winforms. It is a client that connects to a server and it works fine in windows. When I try to use this application on Linux it will not connect. I've confirmed that my port is open on my router and my iptables. After working with these all

Re: [Mono-list] Unable to start WCF host with 1 service endpoint

2013-02-22 Thread Dave Curylo
WCF services on mono do not work so well. Even if you can get them to function, I've found the implementation does not perform very well. If you get away from HTTP bindings, things get worse, and I'm not sure at all about the RabbitMQ bindings. I use RabbitMQ heavily under mono and the regular d

[Mono-list] Unable to start WCF host with 1 service endpoint

2013-02-22 Thread mconway
I am evaluating some uses of Mono for a project that we are currently working on in my organization, and I have run into a stumbling block that I am hoping may just be user error on my part. I created a Console service host for a small (2 method) WCF service. When I attempt to start this service,