Re: [Mono-dev] trunk build error in FreeBSD

2010-11-30 Thread Paolo Molaro
On 11/30/10 KISHIMOTO, Makoto wrote: In my FreeBSD Box, proflog.c compile failed. Could you try current trunk? I committed a change that should fix the issue. lupus -- - lu...@debian.org

Re: [Mono-dev] trunk build error in FreeBSD

2010-11-30 Thread KISHIMOTO, Makoto
On Tue, 30 Nov 2010 11:07:40 +0100 Paolo Molaro lu...@ximian.com wrote: On 11/30/10 KISHIMOTO, Makoto wrote: In my FreeBSD Box, proflog.c compile failed. Could you try current trunk? I committed a change that should fix the issue. lupus Thanks. The problem not occured current trunk. I

[Mono-dev] Problem with WCF and IEnumerable as return type

2010-11-30 Thread Chakotey STME
Hello, I have a problem with WCF. If I have this service contract: ServiceContract() _ Public Interface IHelloService OperationContract() _ Function Greet(ByVal name As String) As IEnumerable(Of Objekt) End Interface This Service: Imports System.ServiceModel Module Module1 Sub

[Mono-dev] type 0x20 not handled in do_mono_metadata_parse_type

2010-11-30 Thread Vladimir Klebanov
Hello, I'm trying to run Boogie (the Microsoft Research program verifier, http://boogie.codeplex.com/releases/view/48961 ) on Mono on Linux, but this is not working out well. I get: Boogie program verifier version 2, Copyright (c) 2003-2010, Microsoft. type 0x20 not handled in

[Mono-dev] WCF support for Generic collections

2010-11-30 Thread BrianDonegan
I remember reading someplace that WCF did not yet support generic types such as: [DataMember] public Dictionarystring, string OptimizationParms; ...but I cannot find that at the moment, and I am not sure if it was old. So, does WCF currently support generic collections? TIA Brian -- View

[Mono-dev] Issues when building mono 2.8 on windows

2010-11-30 Thread Jérôme De Cuyper
Hi everyone, I'm trying to build mono on windows and I'm running into win32 compiling issues when firing the make command. My configuration: Window Vista Pro Cygwin with packages: automake 1.11 bison 2.4.2-1 gcc-core: C compiler (3.4.4) gcc-g++: C++ compiler (3.4.4) gdb: GNU debugger (6.8-2)

[Mono-dev] error trying to build using xbuild

2010-11-30 Thread rabin
I have a C# project. It compiles find on VS and MonoDevelop. But when I use xbuild I get the error: error CS0011: Could not load type 'System.ServiceModel.Channels.TcpChannelListener`2[TChannel,TChannelAcceptor]' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral,

Re: [Mono-dev] type 0x20 not handled in do_mono_metadata_parse_type

2010-11-30 Thread Rodrigo Kumpera
Please file a bug report On Tue, Nov 30, 2010 at 12:06 PM, Vladimir Klebanov kleba...@kit.eduwrote: Hello, I'm trying to run Boogie (the Microsoft Research program verifier, http://boogie.codeplex.com/releases/view/48961 ) on Mono on Linux, but this is not working out well. I get: Boogie