Re: [Mono-dev] ../mini/.libs/libmono-2.0.so: undefined reference to `MONO_DEBUGGER__debugger_info'

2010-07-05 Thread Rolf Bjarne Kvinge
Hi, You've configured mono without debugger support (--disable-mono-debugger), which is currently broken (it should get fixed later today). Either reconfigure with debugger support, or wait until tomorrow :) Rolf -Mensaje original- De: mono-devel-list-boun...@lists.ximian.com

Re: [Mono-dev] Problem in SvcHttpHandler.cs ?

2010-07-05 Thread Thiago Padilha
Hi Atsushi, I have started messing with WCF last week but I'm very interested in learning, If you need help with anything just send me a message. Also, today I'm starting to develop an http binding/channel to allow REST syncronous programming of WCF Services/Clients(compatible with

[Mono-dev] mkbundle --deps problem

2010-07-05 Thread Russell Wallace
I've got a program that runs successfully on Mono (Linux) and I'm trying to package it up with mkbundle so it can be run across a cluster without having to install Mono on every machine. The stumbling block seems to be the dependency on C5.dll. a...@a-desktop:~/ayane$ gmcs src/*.cs -r:C5.dll

[Mono-dev] (WCF) Possible bug in ChannelFactoryBase.cs

2010-07-05 Thread Thiago Padilha
Hi, I'm not sure about this, but maybe there's a small bug in the 'CreateChannel(EndpointAddress)' method : public TChannel CreateChannel ( EndpointAddress remoteAddress) { return CreateChannel (remoteAddress, null);

Re: [Mono-dev] Problem in SvcHttpHandler.cs ?

2010-07-05 Thread Atsushi Eno
Hello Thiago, Thanks, there's a lot of major and minor missing functionalities all around. Our class status describes large part of those missing stuff (primarily in System.ServiceModel.dll): http://go-mono.com/status/ Right now we have no plan to build mono specific WCF libraries. IMO

Re: [Mono-dev] (WCF) Possible bug in ChannelFactoryBase.cs

2010-07-05 Thread Atsushi Eno
Hi, You're right. I've tried this simple testing on .NET, and it threw ArgumentNullException on via parameter, so it is expected as non-null. [Test] public void BuildChannelFactoryXXX () { var ctx = new BindingContext (new CustomBinding (), empty_params); var cf = new