Re: [Mono-dev] [Mono-patches] r52427 - trunk/mcs/mbas

2005-11-02 Thread Eyal Alaluf
Hi, Rafael. Can you point me to this test case location? It seems like an issue we haven't sen before as well in Grasshoper. Thanks, Eyal. On Tue, 1 Nov 2005, Rafael Teixeira wrote: Date: Tue, 1 Nov 2005 11:55:08 -0200 From: Rafael Teixeira [EMAIL PROTECTED] To: Miguel de Icaza [EMAIL

[Mono-dev] Re: Patch for System.Runtime.Remoting.ServerIdentity

2005-11-02 Thread Lluis Sanchez
El lun, 31-10-2005 a las 04:48 -0800, Svetlana Zholkovsky escribió: Index: ServerIdentity.cs === --- ServerIdentity.cs (revision 51552) +++ ServerIdentity.cs (working copy) @@ -103,6 +103,8 @@ public void

[Mono-dev] Cosmetic fix for XslTranslate

2005-11-02 Thread Andrew Skiba
Hi Eno, I saw in one of the overloads there is a check that stylesheet was loaded, and in the other there is no such check, so instead of XsltException there will be NullPointerException. Please review the patch to fix it. Regards, Andrew. Index: XslTransform.cs

[Mono-dev] Re: Cosmetic fix for XslTranslate

2005-11-02 Thread Atsushi Eno
Hi Andrew, Please commit the fix. Thanks. Atsushi Eno Andrew Skiba wrote: Hi Eno, I saw in one of the overloads there is a check that stylesheet was loaded, and in the other there is no such check, so instead of XsltException there will be NullPointerException. Please review the patch to fix

[Mono-dev] patch for System.CodeDom.Compiler.CodeCompiler

2005-11-02 Thread Sebastien Pouliot
Hello everyone, Here's a patch to fix CodeCompiler so it use Executor instead of directly using Process. I need this because Executor and Process have (similar but) different security requirements. However there are very few unit tests for CodeDom so I added my own (see

Re: SPAM-LOW: [Mono-dev] Mono with NAnt

2005-11-02 Thread Kevin Thompson
I think I got it working. thanks for the suggestion.On 11/1/05, Charlie Poole [EMAIL PROTECTED] wrote: Editnant.exe.config to match your mono version. You may want to get the latest NAnt. Just for kicks. Charlie -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL

[Mono-dev] RE: DataGrid Control : doPostBack script not emited

2005-11-02 Thread Yogendra Thakur
Hi Gonzalo, I have filed a bug for this. See bug http://bugzilla.ximian.com/show_bug.cgi?id=76613 -YoGi -Original Message- From: Gonzalo Paniagua Javier [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 8:57 PM To: Yogendra Thakur Cc: mono-devel-list@lists.ximian.com

Re: [Mono-dev] [Mono-patches] r52427 - trunk/mcs/mbas

2005-11-02 Thread Rafael Teixeira
Hey Eyal, The test source is mcs/mbas/Test/tests/expressions/ExpressionLiteralNothingB.vb As Maverson kindly educated me, on VB.NET an expression yielding Nothing (null) stands for an uninitialized instance of a valuetype on assignment to a variable/field of that type. MS says: The Nothing

Re: [Mono-dev] Mono with NAnt

2005-11-02 Thread Rafael Teixeira
You may have to tweak NAnt.exe.config to point correctly to your Mono installation. :) On 11/2/05, Kevin Thompson [EMAIL PROTECTED] wrote: Hi i have a compilation of mono from SVN and I am trying to get it to work with nant. When i specify mono-1.0 as the framework it produces an error:

Re: [Mono-dev] patch for System.CodeDom.Compiler.CodeCompiler

2005-11-02 Thread Gonzalo Paniagua Javier
On Wed, 2005-11-02 at 11:28 -0500, Sebastien Pouliot wrote: Hello everyone, Here's a patch to fix CodeCompiler so it use Executor instead of directly using Process. I need this because Executor and Process have (similar but) different security requirements. However there are very few unit

Re: [Mono-dev] PKCS12: adding multiple keys of the same size

2005-11-02 Thread Sebastien Pouliot
Hello Jim, On Wed, 2005-11-02 at 14:22 -0800, Jay Miller wrote: Hello. I'm not very well versed in PKCS12, so this is probably just a misunderstanding on my part, but I'm trying to add multiple (RSA) keys to a PKCS12 object via AddPkcs8ShroudedKeyBag. As it turns out, I cannot add two

[Mono-dev] XSP did not compile for me

2005-11-02 Thread Bernhard
Hi! I got an error compiling XSP from SVN for some days now. In order to compile XSP I had to change the Makefile in src from xsp_sources = server.cs to xsp_sources = server.cs security.cs Is this something that should be fixed (maybe in better way than I did)? Cheers Bernhard

[Mono-dev] [EMAIL PROTECTED]

2005-11-02 Thread Okehee Goh
never mind. I justed added new ones into Makefile.in and ran configure. It generated a new Makefile. Sorry about this kind of question.. For my research, I added several new modules under mono/metadata folder ( not to checkin into CVS..) In order to make Makefile aware of the new modules, I

Re: [Mono-dev] windows build broken? SIGSEGV

2005-11-02 Thread Kevin Thompson
I got the same error.On 10/31/05, Atsushi Eno [EMAIL PROTECTED] wrote: Hi,I wonder if it happens to all, but Windows build got broken on my boxafter r52396 (r52395 worked fine), saying thatCreating ../../build/deps/basic_System.dll.response ...MONO_PATH=../../class/lib/basic;$MONO_PATH

Re: [Mono-dev] windows build broken? SIGSEGV

2005-11-02 Thread Kevin Thompson
I am at r52500 with that error.On 11/2/05, Kevin Thompson [EMAIL PROTECTED] wrote: I got the same error.On 10/31/05, Atsushi Eno [EMAIL PROTECTED] wrote: Hi,I wonder if it happens to all, but Windows build got broken on my boxafter r52396 (r52395 worked fine), saying thatCreating