[Mono-dev] System.NotImplementedException: The requested feature is not implemented. at System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-24 Thread Greg Robinson
I have been making good progress on moving our .NET server application over to Mono 2.2 running on Ubuntu 2.2. Friday, I ported the WCF pieces over where all the server application does is make calls to a WCF service running on a windows server outside of our office. I am getting the

Re: [Mono-dev] System.NotImplementedException: The requested feature is not implemented. at System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-24 Thread Greg Robinson
I will upgrade to 2.6 and test again. Thanks! On Mon, May 24, 2010 at 8:50 AM, Oskar Berggren oskar.bergg...@gmail.comwrote: 2.2 is fairly old. Have you checked with 2.4 or 2.6? Try searching for moma and mono class library status. /Oskar 2010/5/24 Greg Robinson

Re: [Mono-dev] System.NotImplementedException: The requested feature is not implemented. at System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-24 Thread Oskar Berggren
2.2 is fairly old. Have you checked with 2.4 or 2.6? Try searching for moma and mono class library status. /Oskar 2010/5/24 Greg Robinson gregarobin...@gmail.com:  I have been making good progress on moving our .NET server application over to Mono 2.2 running on Ubuntu 2.2.  Friday, I

Re: [Mono-dev] System.NotImplementedException: The requested feature is not implemented. at System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-24 Thread Greg Robinson
I am new to Linux, Ubuntu and Mono. When I go to: http://mono-project.com/DistroPackages/Ubuntu it tells me Mono comes installed by default. We are running Ubuntu 10.04. What do I need to do to upgrade to Mono 2.6 on Ubuntu 10.04? On Mon, May 24, 2010 at 8:50 AM, Oskar Berggren

Re: [Mono-dev] System.NotImplementedException: The requested feature is not implemented. at System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-24 Thread Atsushi Eno
WSHttpBinding is not usable at all. It involves the huge WS-* stack like WS-Security which is far from done. Atsushi Eno On 2010/05/24 21:42, Greg Robinson wrote: I have been making good progress on moving our .NET server application over to Mono 2.2 running on Ubuntu 2.2. Friday, I

Re: [Mono-dev] System.NotImplementedException: The requested feature is not implemented. at System.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-24 Thread Greg Robinson
That is not good news. Thanks On Mon, May 24, 2010 at 10:00 AM, Atsushi Eno atsushi...@veritas-vos-liberabit.com wrote: WSHttpBinding is not usable at all. It involves the huge WS-* stack like WS-Security which is far from done. Atsushi Eno On 2010/05/24 21:42, Greg Robinson wrote: I

Re: [Mono-dev] bug or wrong mono compilation?

2010-05-24 Thread xplicit
I posted the bug #608396 Geoff Norton wrote: It appears to be a bug in the dmcs compiler, could you file it in bugzilla please? -- View this message in context: http://mono.1490590.n4.nabble.com/bug-or-wrong-mono-compilation-tp2227282p2228975.html Sent from the Mono - Dev mailing list

[Mono-dev] Cannot compile monodebugger with mono from svn trunk

2010-05-24 Thread xplicit
I tried to compile monodebugger with mono from trunk and could not. I use mono parallel environment and I run ./autogen.sh --prefix=/opt/mono and configure failed, with error: *** Your Mono is too old for this version of the debugger. I investigated this issue and found, that configure tries to

Re: [Mono-dev] Cannot compile monodebugger with mono from svn trunk

2010-05-24 Thread Robert Jordan
On 24.05.2010 20:56, xplicit wrote: I tried to compile monodebugger with mono from trunk and could not. I use mono parallel environment and I run ./autogen.sh --prefix=/opt/mono and configure failed, with error: *** Your Mono is too old for this version of the debugger. I investigated this

Re: [Mono-dev] Cannot compile monodebugger with mono from svn trunk

2010-05-24 Thread Robert Jordan
On 24.05.2010 21:07, Robert Jordan wrote: On 24.05.2010 20:56, xplicit wrote: I tried to compile monodebugger with mono from trunk and could not. I use mono parallel environment and I run ./autogen.sh --prefix=/opt/mono and configure failed, with error: *** Your Mono is too old for this

Re: [Mono-dev] Cannot compile monodebugger with mono from svn trunk

2010-05-24 Thread xplicit
Thanks, Robert, You patch resolves the first issue, and I don't have to export CPPFLAGS anymore. Anything about error CS0006: cannot find metadata file `Mono.GetOptions' during make? Sergey Zhukov Robert Jordan wrote: On 24.05.2010 21:07, Robert Jordan wrote: On 24.05.2010 20:56,

Re: [Mono-dev] Cannot compile monodebugger with mono from svn trunk

2010-05-24 Thread Robert Jordan
On 24.05.2010 21:50, xplicit wrote: Thanks, Robert, You patch resolves the first issue, and I don't have to export CPPFLAGS anymore. Anything about error CS0006: cannot find metadata file `Mono.GetOptions' during make? Oh, I missed that. Well, it seems that the debugger was not maintained

[Mono-dev] [PATCH] Block map support for sgen

2010-05-24 Thread Rodrigo Kumpera
Hey folks, The attached patch set implements block map support for sgen. It uses a schema similar to boehm's, which is a 2 level sparse map. Under 64 bits it uses hashing. I benchmarked a modified binary-trees without valuetypes. Block maps gives a very modest speedup under major-copying (about

[Mono-dev] openSUSE upgrade to 2.6+

2010-05-24 Thread Greg Robinson
I am trying out openSUSE to compare it to Ubuntu. I installed openSUSE 11.2 and then installed Mono 2.4 from the Software Installer in openSUSE. I want to upgrade to Mono 2.6+. When doing the following in a terminal window I get an error that the ftp site cannot be found or connected to: zypper

[Mono-dev] Cannot compile mono from trunk at sles

2010-05-24 Thread krlm
Hello, I've tried to compile trunk version at my SLES 11.2 but I got an error: Bad call to mono_mutex_lock result 22 * Assertion at marshal.c:11087, condition `ret == 0' not met This is first revision which brakes compile process: http://wrench.mono-project.com/builds/mono/sle-11-i586/157763

Re: [Mono-dev] Cannot compile mono from trunk at sles

2010-05-24 Thread Zoltan Varga
Hi, This should be fixed now. Zoltan On Mon, May 24, 2010 at 11:08 PM, krlm kr...@poczta.onet.pl wrote: Hello, I've tried to compile trunk version at my SLES 11.2 but I got an error: Bad call to mono_mutex_lock result 22 * Assertion at marshal.c:11087, condition `ret == 0'

Re: [Mono-dev] openSUSE upgrade to 2.6+

2010-05-24 Thread Stephen Shaw
On Mon, May 24, 2010 at 14:52, Greg Robinson gregarobin...@gmail.com wrote: I am trying out openSUSE to compare it to Ubuntu. I installed openSUSE 11.2 and then installed Mono 2.4 from the Software Installer in openSUSE. I want to upgrade to Mono 2.6+. When doing the following in a terminal

Re: [Mono-dev] Cannot compile monodebugger with mono from svn trunk

2010-05-24 Thread Michael Hutchinson
On Mon, May 24, 2010 at 2:56 PM, xplicit s...@ngs.ru wrote: I tried to compile monodebugger with mono from trunk and could not. FWIW, are you sure you want MDB? Since Mono 2.6 there's a new SDB debugger built into the Mono runtime by default, which MonoDevelop 2.2 supports by default without