Re: [Mono-list] mod_mono and swapping out web application

2004-07-13 Thread Willem . Smit
Jim Erwin wrote: > works is to run "killall mono" from a root prompt. At this point, the > server processes are restarted and on the next page hit, the JIT > compilation takes place. All is well. The down side of this as I see it > is that this will kill ALL mono applications on the box. So if I'm

Re: [Mono-list] System.Drawing development

2004-07-13 Thread Sanjay Gupta
Hi Andrew, In System.Drawing namespace, work needs to be done in System.Drawing.Design and System.Drawing.Printing sub namespaces. Also we are left with some feature enhancements and implementation of bits and pieces in other areas of System.Drawing which are being looked into and getting impleme

[Mono-list] Diferent Charset retriving from database

2004-07-13 Thread Paulo Aboim Pinto
Hello i'm new in this forum and i hope i can help many people from here and resolve my problems too. Now i'm having a problem that i cannot resolve. I'm using Mono 1.0 in a FC2, and i'm developing with MonoDevelop 0.5 to connecto to a MySQL database in another Linux (Gentoo) across my network.

Re: [Mono-list] mod_mono and swapping out web application assemblies

2004-07-13 Thread Gonzalo Paniagua Javier
El mar, 13-07-2004 a las 18:23, Jim Erwin escribió: > I know mod_mono is a bit behind the core release of mono in terms of > maturity, however there is an issue I've come across that I'd like to > find a way to resolve, or at least find a best practice to handle it. > > If I simply want to change

Re: [Mono-list] System.Drawing development

2004-07-13 Thread Kent Loobey
I would be interested in helping with the System.Drawing.Imaging code. On Tuesday 13 July 2004 08:16 am, Andrew Craven wrote: > Hi all, > > I'm interesting in contributing to Mono, and having checked the website > for which classes require work, I've decided I would like to help on the > System.Dr

Re: [Mono-list] Re: Bootstrapping

2004-07-13 Thread Jonathan Gilbert
At 04:47 PM 13/07/2004 +0200, Norbert Bollow nb-at-SoftwareEconomics.biz |mono-list subscript wrote: >Todd Berman <[EMAIL PROTECTED]> wrote: >> Just out of curiosity, who the hell cares? >> >> Neither one is trojaned. Lets just move on. > >I have decided to honor your request and "move on", i.e. t

Re: [Mono-list] anyone got bDataAdapter.Fill Method work?

2004-07-13 Thread Dennis Boylan
I've done some more debugging, and it appears that the problem might actually lie in the TDS implimentation. If it was like FreeTDS, I could enable logging and figure more out. I'll look at adding logging support and possibly add 8.0 support. Here is another stack trace which is leading me down

Re: [Mono-list] anyone got bDataAdapter.Fill Method work?

2004-07-13 Thread Dennis Boylan
On Mon, Jul 12, 2004 at 10:59:30PM -0600, S Umadevi wrote: > Hi Denis/Igor > Does Test2 and Test3 below work? Both Test2 and Test3 work. > Also can you send me the the database table schema ( for the table you > are querying), along with the values in the first row. In the case of test2/3, the

Re: [Mono-list] enable aspx

2004-07-13 Thread Brian Richardson
Sorry. Bad httpd.conf syntax there. Try SetHandler instead of set-handler. That's what happens when you read e-mail before coffee. Brian On 13-Jul-04, at 10:01 AM, Brian Richardson wrote: Something like set-handler mono ought to do the trick Brian On 13-Jul-04, at 1:06 AM, Jake Wharton wrote:

RE: [Mono-list] Remaining S/390 JIT issues

2004-07-13 Thread Neale.Ferguson
There's a couple of idiosycracies with S390. For example, in the exception8 test:using System;public class TryTest {    public static void ThrowException() {    throw new Exception();    }    public static int Main() {    int state = 0;   

RE: [Mono-list] Remaining S/390 JIT issues

2004-07-13 Thread Varga Zoltan
Hi, Great work ! You might want to try modifying the S390 port to use the arch-independent exception handling code in mini-exceptions.c. Zoltan ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/

[Mono-list] Mac OS X 10.2 compatible build needed

2004-07-13 Thread Michael S. Muegel
I searched the archives and saw a few requests for an OSX 10.2 binary support but did not see any replies from the build/download maintainers. One solution *might* be to use weak linking as described at http://tinyurl.com/46v6h and http://tinyurl.com/6ghk5 to create a package that works on 10.2 and

[Mono-list] mod_mono and swapping out web application assemblies

2004-07-13 Thread Jim Erwin
I know mod_mono is a bit behind the core release of mono in terms of maturity, however there is an issue I've come across that I'd like to find a way to resolve, or at least find a best practice to handle it. If I simply want to change the assemblies in the bin folder of a web application with IIS

Re: [Mono-list] Re: Bootstrapping

2004-07-13 Thread Miguel de Icaza
Hello, > Now Novell apparantly also has a policy of spreading FUD, namely > against a GNU project that their Mono project happens to > compete with. That is essentially the same kind of behavior. > > Novell should stop this behavior and issue an official, public > apology which covers both this

Re: [Mono-list] System.Drawing development

2004-07-13 Thread Brian Richardson
You might want to try the Mono Developers list, which is also available on Ximian at http://lists.ximian.com/mailman/listinfo/mono-devel-list Brian On 13-Jul-04, at 9:16 AM, Andrew Craven wrote: Hi all, I'm interesting in contributing to Mono, and having checked the website for which classes r

Re: [Mono-list] enable aspx

2004-07-13 Thread Brian Richardson
Something like set-handler mono ought to do the trick Brian On 13-Jul-04, at 1:06 AM, Jake Wharton wrote: I have recently installed the mod_mono - apache2 duo and was wonder how I go about enabling aspx rendering throughout all my site directories, not just in a single directory like the test

Re: [Mono-list] [patch] Queue.cs

2004-07-13 Thread Miguel de Icaza
Hello Daniel, Thanks for the patch, we will review. Miguel ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Re: Remaining S/390 JIT issues

2004-07-13 Thread Paolo Molaro
On 07/13/04 [EMAIL PROTECTED] wrote: > I am now passing all but two of the regression tests using my JIT Excellent! Congrats! > port. One is strange that I haven't fully diagnosed with appdomain-unload > (the page containing one of the compiled methods seems to get freed); This is likely a gene

[Mono-list] Remaining S/390 JIT issues

2004-07-13 Thread Neale.Ferguson
Hi, I am now passing all but two of the regression tests using my JIT port. One is strange that I haven't fully diagnosed with appdomain-unload (the page containing one of the compiled methods seems to get freed); the other is relates to single floating point numbers. The way I handle single f

[Mono-list] System.Drawing development

2004-07-13 Thread Andrew Craven
Hi all, I'm interesting in contributing to Mono, and having checked the website for which classes require work, I've decided I would like to help on the System.Drawing namespace, as it's an area I'm interested in, and also as I have written quite a bit of code against the Microsoft implementatio

Re: [Mono-list] Re: Bootstrapping

2004-07-13 Thread Norbert Bollow
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Todd Berman <[EMAIL PROTECTED]> wrote: > Just out of curiosity, who the hell cares? > > Neither one is trojaned. Lets just move on. I have decided to honor your request and "move on", i.e. this is going to be my last posting in this thread. However

Re: [Mono-list] bug in HttpWebRequest and https ?

2004-07-13 Thread Gonzalo Paniagua Javier
El mar, 13-07-2004 a las 01:26, Harobed escribió: > Hello, > > This code get web page from "https://"; URL. > When I start this code, I've this error : > > Unhandled Exception: System.Net.WebException: Error getting response > stream: ReceiveFailure ---> System.ObjectDisposedException: The objec

Re: [Mono-list] bug in HttpWebRequest and https ?

2004-07-13 Thread Harobed
Le mar 13/07/2004 à 08:23, Tomar a écrit : > There is no bug. A "System.Net.WebException" is supposed to be thrown > when GetResponse fails which in this case there is no web server on > localhost can handle https. WebRequest.Create will return a > HttpWebRequest object. It isn't till it tries t

Re: [Mono-list] mod_mono 1 in FC2 not working on Apache 2.0.49

2004-07-13 Thread Gonzalo Paniagua Javier
El mar, 13-07-2004 a las 00:51, Igor Anikeev escribió: > More from the error log > > > ** (/usr/bin/mod-mono-server.exe:6265): CRITICAL **: : shared file > [/tmp/.wapi/shared_data-localhost.localdomain-1-0] open error: > Permission denied > > > ** (/usr/bin/mod-mono-server.exe:6265): CRITICA

Re: [Mono-list] mod_mono 1 in FC2 not working on Apache 2.0.49

2004-07-13 Thread Igor Georgiev
i have a similar problems with mod_mono & apache 2.50 after digging the logs my conclusion is : mod-mono-server.exe dont create socket when started from apache from httpd.conf MonoUnixSocket /tmp/mono/mod_mono_server MonoRunXSP True MonoExecutablePath /usr/local/mono/bin/mono

Re: [Mono-list] anyone got bDataAdapter.Fill Method work?

2004-07-13 Thread Igor Georgiev
- Original Message - From: "S Umadevi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 13, 2004 7:59 AM Subject: Re: [Mono-list] anyone got bDataAdapter.Fill Method work? > Hi Denis/Igor > Also can you send me the the database

[Mono-list] enable aspx

2004-07-13 Thread Jake Wharton
I have recently installed the mod_mono - apache2 duo and was wonder how I go about enabling aspx rendering throughout all my site directories, not just in a single directory like the test examples. ___ Mono-list maillist - [EMAIL PROTECTED] http://lis