[Mono-aspnet-list] Mono + Nginx + Open BSD

2013-05-07 Thread Gee
Hi I am having trouble getting Mono to work with nginx. I installed my OS (OpenBSD 5.3) and set up ports. I built mono, mono-xsp and nginx - all without incident. All three appear to be working OK, but not in conjunction. I am trying to run a *very* simple MVC3 app - it is literally a hello

Re: [Mono-aspnet-list] Mono + Nginx + Open BSD

2013-05-07 Thread Ovidiu D
I'm pretty sure that you have a permission problem here. You should double check that both the users of the nginx and mono fastcgi server processes have rw access to that socket. For debugging purposes you can also try to use a TCP socket instead of a unix socket and once your setup works you can

Re: [Mono-aspnet-list] Mono + Nginx + Open BSD

2013-05-07 Thread Gee
Hi Ovidiu I tried TCP earlier to little avail. *However* I tried it again anyway (just to say that I did it again) and I got a YSOD/Exception (which is a start!). After tweaking Web.config and restarting nginx - my hello world actually printed 'hello world'. It's almost sad how much joy this

[Mono-dev] wsHttpBinding Hangs - Mono 3.0.9

2013-05-07 Thread jadfab
Hello, I have a self hosted service in WCF which is hanging whenever I use wsHttpBinding from the configuration file. The code works as expected when bound to basicHttpBinding but fails whenever I change the binding to basicHttpBinding. I ran mono -v Program.exe and executed a SOAP request

Re: [Mono-dev] wsHttpBinding Hangs - Mono 3.0.9

2013-05-07 Thread jadfab
Followup: It appears that the construction of the HttpChannelListener fails on CreateChannelCore. For some reason this LOC: if ( typeof (TChannel) == typeof (IReplyChannel) ) Is not true because TChannel is of type IReplySessionChannel (which is a IReplyChannel). Not sure how to fix this as

Re: [Mono-dev] [Mono-list] Parallel Mono Debs for 3.0.10 and Monodevelop 4.0.4 builds availible

2013-05-07 Thread Ian Norton
No xsp yet, ill bear that in mind, should be quite simple to add. Daniel Lo Nigro li...@dan.cx wrote: Thanks Ian, nice work. Nice to see i386 packages as I think there was only AMD64 last time I checked? Have you packaged XSP? On Mon, May 6, 2013 at 3:42 AM, Ian Norton inor...@gmail.com

Re: [Mono-list] SocketAsyncEventArgs

2013-05-07 Thread Rodrigo Kumpera
Looks like a missing feature. Could you file a bug report on this? On May 6, 2013 3:21 PM, Dave Thomas kukulcanena...@gmail.com wrote: Hi, I was porting my .Net library to Mono and I have stumbled upon an area where there appears to be an unimplemented feature. I can't find the

[Mono-list] What is current status of GTK#

2013-05-07 Thread Petr Bena
Hey, I already posted gtk-sharp-list but given that it's rather dead I don't expect any answer soon there. I am using gtk# as a primary graphical framework for at least 2 or more of my applications, but I haven't seen many updates recently. What is current development status? Is anyone working

Re: [Mono-list] What is current status of GTK#

2013-05-07 Thread Ian Norton
On Tue, May 07, 2013 at 03:28:30PM +0100, Petr Bena wrote: Hey, I already posted gtk-sharp-list but given that it's rather dead I don't expect any answer soon there. I am using gtk# as a primary graphical framework for at least 2 or more of my applications, but I haven't seen many updates

[Mono-list] Current state of 3.0.x

2013-05-07 Thread Nic Wise
Hi there I run Mono 2.10.x on my linode, using MVC, which is working really well. I'd like to move to Mono 3.0.x. I tried building from source, and while I got a working binary (well, it appeared to work!) the web parts didn't work (missing System.Configuration, tho I had to fix it quickly, so I

Re: [Mono-list] What is current status of GTK#

2013-05-07 Thread Petr Bena
Hi, What does it mean? Is GTK# going to be supported in future? I am afraid it will die and get replaced by xwt or something like that :( (if that is a case, I hope that mono developers make it really easy to convert existing gtk# application to xwt, by calling the controls same and properties as

Re: [Mono-list] What is current status of GTK#

2013-05-07 Thread Alan
Hey, Just a few points... Xwt is not a replacement for Gtk#. It is merely a wrapper around Gtk#. It will never replace Gtk# as it is a lowest-common-denominator API which covers Wpf, Gtk and MonoMac. MonoDevelop is still based purely on Gtk# 2.x and Gtk+ 2.x. Generating bindings for Gtk# 3 is