Re: [Mono-dev] [Mono-Dev] [Patch] System.Web.Services: ensure conformant WebSevice fails to generate its wsdl

2007-01-30 Thread Atsushi Eno
Hi Kosta, Thanks for the patch ! > The attached patch ensures that a webservice attributed with > [WebServiceBinding (ConformsTo = WsiProfiles.BasicProfile1_1)] throws in > case it does not conform to that profile. I guess the purpose of this patch is not only about it. After this patch it rej

Re: [Mono-dev] [Mono-Dev] [Patch] System.Web.Services.Protocols/HttpSimpleWebServiceHandler.cs

2007-01-30 Thread Atsushi Eno
Please commit. Thanks! Atsushi Eno Konstantin Triger wrote: > Hello all, > > > > The patch below provides for exception information when working with > GET/POST requests (used by test page). > > Please approve commit. > > > > Index: System.Web.Services.Protocols/HttpSimpleWebServiceHand

Re: [Mono-dev] [Mono-list] Problem building Mono on Ubuntu 6.10 x86-64

2007-01-30 Thread Miguel de Icaza
> It worked but what is the problem? I have no idea. You disabled the installation of the libmono shared library though. > 2007/1/30, Miguel de Icaza <[EMAIL PROTECTED]>: > Hello, > > > I've run configure with these options: > > --prefix=$MONO_PREFIX \ >

Re: [Mono-dev] [Mono-list] Problem building Mono on Ubuntu 6.10 x86-64

2007-01-30 Thread Miguel de Icaza
Hello, > I've run configure with these options: > --prefix=$MONO_PREFIX \ > --with-gnu-ld Ben reported that to me the other day, on Fedora/x86-64 Try using configure --disable-shared. Miguel ___ Mono-devel-list mailing list Mono-devel-list@lists.ximi

Re: [Mono-dev] Bug in System.Drawing or libgdiplus

2007-01-30 Thread Sebastien Pouliot
Hello Bernd, Please fill a bug report into http://bugzilla.ximian.com and I'll look at this ASAP Thanks On Sat, 2007-01-27 at 22:27 +0100, Bernd Amend wrote: > Hi, > > I have a problem with Mono programs that use System.Drawing, on Gentoo > (x86, x86_64) or with the Linux Installer with mono 1

Re: [Mono-dev] [Mono-list] Need your help: Mainsoft/Novell "Race to Linux"

2007-01-30 Thread Martin Trejo
In the first instance, I haven't even be able to build Spring.NET with Mono on Linux. Then tried to run a simple application with Spring.NET dll's compiled on Windows with no success. Many of the errors that appeared to me somehow touched methods listed on the Moma report that as far as I understa

Re: [Mono-dev] [Mono-list] Need your help: Mainsoft/Novell "Race to Linux"

2007-01-30 Thread Martin Trejo
What about Spring.NET? They've been working on it but found some problem. I know there is a Moma report with the issues involved, I've read it but it is quite "mystical" to me. With Spring.NET running on Mono there could be the foundation to build something similar to Composite UI Application Blo

Re: [Mono-dev] A question on Mono and -Bsymbolic

2007-01-30 Thread Paolo Molaro
On 01/26/07 H. J. Lu wrote: > My optimization is to remove those extra PLT relocations and jumps > at link-time. People reported: That would be great. > There are some performance numbers at > > http://sourceware.org/bugzilla/show_bug.cgi?id=3831#c13 I doubt we'd get much performance improveme

[Mono-dev] Mono and XSP RPM on FC6

2007-01-30 Thread Vinai Singh
Guys, I'm looking Mono 1.2 and XSP RPM's on FC6. Can you please let me know if it is available ? Your help is appreciated Thanks Vinai Singh ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo

Re: [Mono-dev] Bug in System.Data.SQLTypes.SqlDateTime

2007-01-30 Thread A Nagappan
Hi, Please add appropriate test-case when you are checking in this code, along with ChangeLog :) Thanks Nagappan Nagappan A <[EMAIL PROTECTED]> Linux Desktop Testing Project - http://ldtp.freedesktop.org http://nagappanal.blogspot.com Novell, Inc. SUSE® Linux Enterprise 10 Your Linux is ready™

[Mono-dev] Bug in System.Data.SQLTypes.SqlDateTime

2007-01-30 Thread Vladimir Krasnov
Hello, There is a bug in SqlDateTime's MaxValue member, while initialization is calls SqlDateTime ctor which calls MaxValue that is not initialized yet. Please approve attached patch that fixes this bug. Vladimir SqlDateTime.cs.patch Description: SqlDateTime.cs.patch __

[Mono-dev] [Mono-Dev] [Patch] System.Web.Services.Protocols/HttpSimpleWebServiceHandler.cs

2007-01-30 Thread Konstantin Triger
Hello all, The patch below provides for exception information when working with GET/POST requests (used by test page). Please approve commit. Index: System.Web.Services.Protocols/HttpSimpleWebServiceHandler.cs === --- Syste

Re: [Mono-dev] HttpWebRequest method patch

2007-01-30 Thread C. Bergström
Gert Driesen wrote: > - Original Message - > From: "Robert Jordan" <[EMAIL PROTECTED]> > To: > Sent: Monday, January 29, 2007 12:46 PM > Subject: Re: [Mono-dev] HttpWebRequest method patch > > > >> Hi Atsushi, >> >> Atsushi Eno wrote: >> >>> Well, it is very good idea to report th

Re: [Mono-dev] HttpWebRequest method patch

2007-01-30 Thread Gert Driesen
- Original Message - From: "Robert Jordan" <[EMAIL PROTECTED]> To: Sent: Monday, January 29, 2007 12:46 PM Subject: Re: [Mono-dev] HttpWebRequest method patch > Hi Atsushi, > > Atsushi Eno wrote: >> Well, it is very good idea to report this BUG to Microsoft and >> let them fix it. I wi