[Mono-list] Using mdb on a "hardened" system?

2009-11-07 Thread Mike Edenfield
I've recently put MonoDevelop onto a system that's running Hardened Gentoo -- the kernel has PaX active and the compiler defaults to PIE + SSP for all applications. I can successfully run applications normally by disabling some of the PaX protections on /usr/bin/mono, but I've been unable to debug

Re: [Mono-list] DuplexChannelFactory and NetTcpBinding

2009-11-07 Thread Atsushi Eno
Hi, Ask Stenum wrote: > Hi > > I've been trying to subscribe to a WCF service with a mono client by using a > DuplexChannelFactory to create a channel with a NetTcpBinding. Here's that > part of my code: > I know the System.ServiceModel is far from being done, but it seems that > this part of