Re: [Mono-list] DirectorySearcher.FindAll

2004-11-30 Thread Arnaud Bienvenu
(properties); SearchResultCollection results = searcher.FindAll(); I hope it helps. Else, you should explain your problem, so we may find a solution. Regards, -- Arnaud Bienvenu Makina Corpus ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com

Re: [Mono-list] Paths to temporary files

2004-11-25 Thread Arnaud Bienvenu
(on Mandrake, as you stated), so before launching apache, do : export TMP=/tmp export TMPDIR=/tmp I think your problem is not related to mono, but only to your apache setup. However, Gonzalo's tip may be a good one too: compilation tempDirectory=/blah/blah / -- Arnaud Bienvenu Makina Corpus

Re: [Mono-list] Compiling dotLucene with mono

2004-11-19 Thread Arnaud Bienvenu
System.Runtime.Remoting -t:library *.cs Store/*.cs Util/*.cs Index/*.cs Analysis/*.cs Search/*.cs Document/*.cs The order is important, because of depencies in the code. Of course you could also build a Makefile, or create a Monodevelop project. -- Arnaud Bienvenu Makina Corpus http://www.makina

Re: [Mono-list] Mod_mono permission issues...

2004-11-17 Thread Arnaud Bienvenu
and apache2-dev, recompile and reinstall mod_mono, and everything should be fine. I tested it for you with mono/mod_mono 1.0.4 on Mandrake 10.0, and the xsp demos work like a charm. Regards, -- Arnaud Bienvenu Makina Corpus http://www.makina-corpus.org

Re: [Mono-list] DirectoryServices class

2004-10-29 Thread Arnaud Bienvenu
that creates a user entry. You could also send me your code so I can test it. Right now I'm using Mono-1.0 with Linux Mandrake 10.1 (actually Cooker, I'm going to redo my Laptop with 10.1 PowerPack now that its out) I use Mandrake 10.0 and Debian Sarge. -- Arnaud Bienvenu Makina Corpus using System

Re: [Mono-list] Checking key existance in a NameValueCollection

2004-10-13 Thread Arnaud Bienvenu
value. However, I guess the latter will never happen in Request.Form. -- Arnaud Bienvenu Makina Corpus ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Re: Checking key existance in a NameValueCollection

2004-10-13 Thread Arnaud Bienvenu
, Python, where it would throw a KeyError exception. Additionally in c# it would use [] instead of () This is right :) -- Arnaud Bienvenu Makina Corpus ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] mod-mono hangs

2004-09-08 Thread Arnaud Bienvenu
/runtime bug. Is there any possibility to debug this? Try running your application using xsp directly, without mod_mono. You should see the exceptions occur. I have never seen mod_mono hang by itself. I hope it helps, -- Arnaud Bienvenu Makina Corpus http://www.makina-corpus.org

[Mono-list] Re: Mod_mono error

2004-09-07 Thread Arnaud Bienvenu
? On Mandrake, the config file for Apache 2 is httpd2.conf, not httpd.conf. Just to be sure, put Blopblop in your config file, and check that your Apache server will complain about this invalid directive while restarting ;-) Good luck, -- Arnaud Bienvenu Makina Corpus http://www.makina