Re: [Mono-dev] Wapi handle leaks problems

2008-02-22 Thread Hubert FONGARNAND
As a workaround i've set a MONO_SHARED_DIR for each mod-mono-server... and now i can monitor each web applications... here's some graphs... Our "SearchDoc" application, probably the most used (during the day) see chart.php.png In comparison : NotesNat (Use by only a few people) see chart1.php.p

[Mono-dev] Tweak for instructions on Web site

2008-02-22 Thread Dennis Hayes
At the end of the unsupported downloads there is a link to the German Ubantu VM. The VM is set up for German, but Mono has easy instructions on how to switch it to English. Great! But the keyboard is still in German. could someone add Then change the keyboard to English. * Cli

[Mono-dev] MonoDevelop on Windows

2008-02-22 Thread Daniel Morgan
Jonathan, What steps did you use to build and run MonoDevelop on Windows? And what dependencies did you use? I understand from your blog that a lot of it does not work, but I still would like to see it at least run. I'm sure others would be interested in helping and/or testing it. Hopefully, y

[Mono-dev] Problems with IHttpHandler

2008-02-22 Thread Nik Radford
Hello all, I was wondering if someone could help me with this. I've written an ASP.NET website using visual studio 2005, and have written my own custom IHttpHandler. All works well, except when I move it over to my linux server and run it under mono. I get the error "(my http handler type) does n

Re: [Mono-dev] Problems with IHttpHandler

2008-02-22 Thread Kornél Pál
Hi, Please attach a test case that can be executed by itself without any modifications. And you are highly recommented to report the bug: http://www.mono-project.com/Bugs Kornél - Original Message - From: "Nik Radford" <[EMAIL PROTECTED]> To: Sent: Friday, February 22, 2008 3:17 PM S

Re: [Mono-dev] Problems with IHttpHandler

2008-02-22 Thread Nik Radford
Yes, this I've already done. Basically I'm doing a catch all for the http handler, the entry for my web config looks like so I'm using for URL rewritting. and the HttpHandler i'm using looks like this: (sorry if its a bit much, I just copy pasted the whole file) using Syste

Re: [Mono-dev] Problems with IHttpHandler

2008-02-22 Thread Michał Ziemski
Hi! Are you sure you run it with mod_mono_server2 rather than the default mod_mono_server? Cheers, Michał Ziemski Nik Radford pisze: > Yes, this I've already done. > > Basically I'm doing a catch all for the http handler, the entry for my web > config looks like so > > > type="Ter

Re: [Mono-dev] Problems with IHttpHandler

2008-02-22 Thread Nik Radford
Yes. I added MonoServerPath /usr/local/bin/mod-mono-server2 to the mod_mono.conf file before attempting this. However, I've just been trying to create the test case, by creating a test site and dll, and don't seem to be able to replicate the error. So now I'm even more confused. > Hi! > > Are

Re: [Mono-dev] Problems with IHttpHandler

2008-02-22 Thread Michał Ziemski
Hi! I assume you precompile the assambly and put it in bin. In this case you sould put the name of the assembly in httpHandlers section in web.config Let's say the assembly is named "fooAssembly.dll". In that case add: If that doesn't help, please, post some code and the contents of we

Re: [Mono-dev] MonoDevelop on Windows

2008-02-22 Thread Jonathan Pobst
I pretty much just compiled trunk on Linux with --disable-gnomeplatform, and don't put an option for gtksourceview2, and it will just use the new managed source editor. Later I wrote a WindowsPlatform addin, and got Lluis to remove a few Unix-isms. After that, Geoff Norton pretty much took ove

Re: [Mono-dev] [PATCH] Managed Marshal.Copy implemantations

2008-02-22 Thread Kornél Pál
Hi, I understand your objections and I agree with most of them. If there were something like a fast Array.GetElementSize() that could be used in Marshal.UnsafeAddrOfPinnedArrayElement as well as in System.Buffer methods. System.Buffer is supposed to be used over Array.Copy for better performan

Re: [Mono-dev] Problems with IHttpHandler

2008-02-22 Thread Nik Radford
I've discovered what makes it error, though not why. As soon as I add a field (private field in this case) whatever handles the HttpHandlers stop recognizing the custom handler as a valid IHttpHandler. This is obviously incorrect, as other mono code (my program I mentioned) does recognize it, and

[Mono-dev] [PATCH] Improve loader errors

2008-02-22 Thread Rodrigo Kumpera
The attached patch make the loader report more accurate errors. First, field_from_memberref now set a loader error when the type is not found, this change will improve the exception message thrown and will make things much simpler on the verifier side. Second, method_from_memberref when the type

Re: [Mono-dev] Mono 1.9.0 Preview 2 is out!!

2008-02-22 Thread Thomas Wiest
This bug has been fixed and will be part of Preview 3. Thanks, Thomas Michał Ziemski wrote: > Hi! > > There seems to be a problem handling anonymous methods returning > multidimensional arrays. > I have submitted a bug report #363218 > > Best regards, > Michał Ziemski > > Thomas Wiest pisze: >>

[Mono-dev] Linq to Sql status

2008-02-22 Thread Sharique uddin Ahmed Farooqui
Hi, What is the status of Linq to Sql? -- Sharique uddin Ahmed Farooqui (C++/C# Developer, IT Consultant) A revolution is about to begin. A world is about to change. And you and I are "the initiator". ___ Mono-devel-list mailing list Mono-devel-list@lis

Re: [Mono-dev] Linq to Sql status

2008-02-22 Thread Marek Safar
Hello, > > What is the status of Linq to Sql? We have more less stubs only of relevant assemblies and IIRC don't not match RTM. Regards, Marek > -- > Sharique uddin Ahmed Farooqui > (C++/C# Developer, IT Consultant) > A revolution is about to begin. > A world is about to change. > And you and I

Re: [Mono-dev] Mono 1.9.0 Preview 2 is out!!

2008-02-22 Thread Justin Cherniak
Hi, I we could get the changes committed in r96259, r96267, and r96268 for bug 361709 could be added to 1.9 as well. I've also posted a patch and testcase to the bug to fix some of the other outlyers if someone could look it over. Thanks, Justi

Re: [Mono-dev] Mono 1.9.0 Preview 2 is out!!

2008-02-22 Thread Justin Cherniak
Sorry, I wasn't sure if my message got sent to the list: Hi, I was wondering if we could get the changes committed in r96259, r96267, and r96268 for bug 361709 added to 1.9 as well. I've also posted a patch and testcase to the bug to fix some o