[Mono-devel-list] [PATCH] Additional System.Collections.Generic.{Dictionary, EqualityComparer} fixes + tests

2005-06-17 Thread David Waite
2005-06-16 David Waite <[EMAIL PROTECTED]> * Dictionary.cs (EnumerationMode): Remove. (Enumerator): Remove return type flag - legacy return is expected to always return a DictionaryEntry (Enumerator): Make constructor internal, it is not public on ms.net beta 2 (Enumerat

Re: [Mono-devel-list] cygmono-1.dll and cygMonoPosixHelper.dll

2005-06-17 Thread Zoltan Varga
Hi, No idea. They are probably simply renamed. Zoltan On 6/17/05, Kornél Pál <[EMAIL PROTECTED]> wrote: > > Its an artifact of using libtool for creating the dlls. libtool > >thinks we want to > >start all our dlls with 'cyg' and can't be convinced otherwise. > > > >

Re: [Mono-devel-list] cygmono-1.dll and cygMonoPosixHelper.dll

2005-06-17 Thread =?ISO-8859-1?B?S29ybulsIFDhbA==?=
Its an artifact of using libtool for creating the dlls. libtool thinks we want to start all our dlls with 'cyg' and can't be convinced otherwise. Zoltan And how are the dlls built for the installer that they don't start with 'cyg'? Kornél

Re: [Mono-devel-list] cygmono-1.dll and cygMonoPosixHelper.dll

2005-06-17 Thread Zoltan Varga
Hi, Its an artifact of using libtool for creating the dlls. libtool thinks we want to start all our dlls with 'cyg' and can't be convinced otherwise. Zoltan On 6/17/05, Kornél Pál <[EMAIL PROTECTED]> wrote: > Hi, > > Could someone tell

[Mono-devel-list] cygmono-1.dll and cygMonoPosixHelper.dll

2005-06-17 Thread Kornél Pál
Hi, Could someone tell me why do I get cygmono-1.dll and cygMonoPosixHelper.dll when I compile Mono while in the binary distribution for Windows there are mono-1.dll and MonoPosixHelper.dll? Thanks. Kornél ___ Mono-devel-list mailing list Mono-devel-

Re: [Mono-devel-list] HTTPS Post

2005-06-17 Thread Jeff Tickle
And now, here I am at work without my GPG key. Oh well. I did some more bug searching now that I've learned a bit more about what's going on here through IRC and such. Turns out certificate trust seems to be a problem in mono. I'll investigate it more, but for now, the workaround is to simply t

Re: [Mono-devel-list] HTTPS Post

2005-06-17 Thread Jeff Tickle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry, here's the exception: System.Net.WebException: Not connected ---> System.IO.IOException: The authentication or decryption has failed. in <0x001e1> Mono.Security.Protocol.Tls.SslClientStream:NegotiateHandshake () in (wrapper remoting-invoke-with

Re: [Mono-devel-list] Re: valid-sa-100 testcase

2005-06-17 Thread Atsushi Eno
Hi Eyal, Just to set things straight. The patch was rejected since it was incomplete caused regressions and you didn't like the approach. The lack of concrete test case at the time that motivated the patch prevented us from continuing the discussion at that time. Now that the lost test was found

Re: [Mono-devel-list] Re: valid-sa-100 testcase

2005-06-17 Thread Eyal Alaluf
Hi, Atsushi. Just to set things straight. The patch was rejected since it was incomplete caused regressions and you didn't like the approach. The lack of concrete test case at the time that motivated the patch prevented us from continuing the discussion at that time. Now that the lost test was fo

RE: [Mono-devel-list] HTTPS Post

2005-06-17 Thread Sébastien Pouliot
Hello Jeff, The stack trace would have been useful but this is (most probably) a trust issue. Please have a look at http://www.mono-project.com/FAQ:_Security for more details. If it still doesn't work then open a bug report on bugzilla.ximian.com Sebastien Pouliot home: [EMAIL PROTECTED] blog: ht

[Mono-devel-list] (GridView) ButtonField 's HeaderText attribute is set but not rendered.

2005-06-17 Thread Sébastien Macke
Hi, When using a GridView with a ButtonField column as below: MyGridView is well rendered except there is no text in the column's header cell. Am i doing something wrong ? Has anyone ever encountered this problem ? Is it a know issue ? Thanks

Re: [Mono-devel-list] HTTPS Post

2005-06-17 Thread Martin Hinks
What is the exact exception thrown - and where does the stack trace say it originated - it does indeed sound like a certmgr thing, but more information would help. Martin On 6/17/05, Jeff Tickle <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Not sure if it's a b

[Mono-devel-list] HTTPS Post

2005-06-17 Thread Jeff Tickle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Not sure if it's a bug or just my lack of understanding of security, but the fact is, this code works without fail in .NET, but not in Mono: using System; using System.IO; using System.Net; public class Test { public static void Main(string[] arg

[Mono-devel-list] Re: valid-sa-100 testcase

2005-06-17 Thread Atsushi Eno
Hi Andrew, *regarding subj*, I think we should not mix different things: - Wellformedness in XmlTextReader - Validity in XmlValidatingReader - How XmlEntity/XmlEntityReference behaves Since the standalone test should basically target validity in XmlReader, the way that p

Re: [Mono-devel-list] Xml entity handling

2005-06-17 Thread Joshua Tauberer
Atsushi Eno wrote: And now it should be fixed (at r46122). I removed some nastly default xmlns* attributes handling. Much appreciated. (Tho I haven't tested it.) -- - Joshua Tauberer http://taubz.for.net ** Nothing Unreal Exists ** ___ Mono-deve

Re: [Mono-devel-list] [PATCH] Reworked unified Locale classes

2005-06-17 Thread Kornél Pál
From: Andreas Nahr I think the question which needs to be answered first is: Does it really make sense to translate all errormessages at all? Would we even be able to maintain these for a number of languages and which gain would we get from it. If someone wants to traslate them he can do it. I p

Re: [Mono-devel-list] BIg Problem with webservices (client)

2005-06-17 Thread Lluis Sanchez
Can you please file a bug report in bugzilla.ximian.com for this? and please attach the code of the web service that fails (if possible) or the wsdl document? Thanks, Lluis. El dv 17 de 06 del 2005 a les 11:27 +0200, en/na Hubert FONGARNAND va escriure: > I've a simple Web Application which make

[Mono-devel-list] Nested Master Pages

2005-06-17 Thread Johann BLAIS
Hi, I'm still working on Master Pages (thanks to Lluis), but now I face another problem : I cannot nest master pages. Usually this is done by adding a master attribute to the child master definition tag. <%@ Master Language="C#" Master="~/MyMainMaster.master" %> but when i try to access a cont

[Mono-devel-list] Is there a way to debug ASP.NET Application...

2005-06-17 Thread Hubert FONGARNAND
I don't want to use VS.NET. I'm under Linux Is use Console.WriteLine today, but it's very uncomfortable! I've seen that mdb is shipped with mono... could mdb handles ASP.NET apps? Thank ___ Ce message et les éventuels documents joints peuvent contenir de

Re: [Mono-devel-list] [PATCH] Reworked unified Locale classes

2005-06-17 Thread Andreas Nahr
First of all lets say this is obviously just my personal optionion: In the case you want to drop ResourceManager I have the following two questions: Why are we working on Mono if we think that it unsuitable for it's own needs as well? I always try to do as much things as possible natively in

[Mono-devel-list] BIg Problem with webservices (client)

2005-06-17 Thread Hubert FONGARNAND
I've a simple Web Application which make a call to a webservice method... (client side) Since this morning, It crashes when calling the constructor of the webservice... the trace is here : I think it's a problem with XML Serialization! Hubert Server error in '/FicheClient' application Descript

Re: [Mono-devel-list] Xml entity handling

2005-06-17 Thread Atsushi Eno
Hi again, Atsushi Eno wrote: Hi Joshua, Yeah, it is likely to happen. Yesterday I found that there is a problem on namespace handling in DTDValidatingReader and XmlValidatingReader with kangaroo's help. I think there should be something similar to what XmlTextReader does. It's not a tiny fix bu

Re: [Mono-devel-list] [PATCH] Reworked unified Locale classes

2005-06-17 Thread Kornél Pál
Except the case we want to drop the idea of using ResourceManager at all I think my patch should be reviewed and then committed. In the case you want to drop ResourceManager I have the following two questions: Why are we working on Mono if we think that it unsuitable for it's own needs as well? W

Re: [Mono-devel-list] [PATCH] Move System.GenericParameterAttributes to System.Reflection in .NET 2.0

2005-06-17 Thread Martin Baulig
Ooops, fixed :-) On Thu, 2005-06-16 at 16:14 +0200, Kamil Skalski wrote: > Dnia środa, 15 czerwca 2005 16:25, napisałeś: > > On Mon, 2005-06-13 at 00:49 +0200, Kamil Skalski wrote: > > > Attached is the patch moving GenericParameterAttributes to > > > System.Reflection > > > http://msdn2.microsoft

Re: [Mono-devel-list] Why not to use gettext ()

2005-06-17 Thread Kornél Pál
From: Ben Maurer On Fri, 2005-06-17 at 00:29 +0200, Andreas Nahr wrote: ResourceManager would need to construct a hashtable using more that 500.000 function calls (resulting in a high number of million or even billion operations) consuming about 1-2MB of ADDITIONAL RAM (additional to the strings,