Re: [Mono-list] corlib regression failures

2004-11-29 Thread Raja R Harinath
Hi, Miguel de Icaza <[EMAIL PROTECTED]> writes: > Technically, we do track this information at: > > http://mono.ximian.com/tests/ > > But psychologically, since we are not at zero, it is hard for someone to > remember if a regression was introduced or not. > > To make things worse, the situ

Re: [Mono-list] Events using Remoting

2004-11-29 Thread Lluis Sanchez
A simple console application that demonstrates the error would be really useful to understand what's the issue. Does it work with MS.NET? if it does, it is probably a bug in mono, and you should file a bug report in bugzilla.ximian.com (including the test case). Lluis. On dj, 2004-11-25 at 18:06

Re: [Mono-list] BinaryFormatter Issue

2004-11-29 Thread Lluis Sanchez
On ds, 2004-11-27 at 09:50 +, Pedro Santos wrote: > On Sat, 2004-11-27 at 08:47 +, Pedro Santos wrote: > > Hello. I Use BinaryFormatter to serialize an Object and it runs just > > fine. However, when I desserialize it, I get the following exception: > > > > "Serializable objects must be ma

RE: [Mono-list] mod_mono not working: "Abnormal string size."

2004-11-29 Thread =?iso-8859-1?Q?Michael_Elsd=F6rfer?=
> You probably have a stale mod_mono (libmod_mono?) around. I've deleted every .so and .a file reported by "find / -name *mod_mono*", recompiled mod_mono, restarted apache and mod-mono-server.exe, but still the same. Perhaps I should also mention that I modified the makefile because of this bug:

Re: [Mono-list] jack-cil: dealing with a mono runtime crash and some threading issues.

2004-11-29 Thread Francis Brosnan =?ISO-8859-1?Q?Bl=E1zquez?=
Hi Jorge, Finally, did you solve your problem ?. I have the same scenario and I'm getting the same result. I think is due to calling back from unmanaged code to managed code from different threads. I'm going to make some test to check this. Cheers, ___

RE: [Mono-list] Mono XSLT classes choke on Docbook stylesheets

2004-11-29 Thread Arild Fines
[EMAIL PROTECTED] wrote: > Hi, > > Please file a bug in bugzilla, with how to obtain "the latest > docbook stylesheets" that you tried (or the stylesheet itself), > document instance you fed, and code you ran. Also we need which > version of mono you are running (the latest DTD parser stuff is > im

Re: [Mono-list] compiling mono on ubuntu

2004-11-29 Thread Matt Nuzum
On Sun, 28 Nov 2004 19:26:11 -0800 (PST), Eduardo Osorio Armenta <[EMAIL PROTECTED]> wrote: > > i have a running mono runtime (1.0.1) > under ubuntu warty. > > but recently downloaded the svn of mono mcs gtk-sharp > > to compile mono 1.1.2 > > follow instructions for building mono > > ./autoge

Re: [Mono-list] compiling mono on ubuntu

2004-11-29 Thread Philipp Knecht
Hi there I have 1.0.4 running on Ubuntu. First I did a mono 1.0.2 install from the hoary ressources (change warty to hoary in the Reposotories but make a image of your warty system first...) Then I compiled 1.0.4 without problems. I failed to compile monodevelop. But it doesn't matter i got it fro

[Mono-list] Add custom DLL-files to an ASP.NET-application

2004-11-29 Thread Jon-Eirik Pettersen
Is there a directory I can add custom DLL-files where all ASP.NET-applications loads them. (except the bin/-directory in all applications) ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] mod_mono production quality

2004-11-29 Thread devel
I'm completely new to the .NET/mono environment but am not new to linux/apache and various programming environments. I'm just curious as to how mod_mono/xsp performs in a production environment and if anyone is doing anything significant with that architecture? Any pitfalls I should look out for

[Mono-list] Calling back from unmanaged code to managed code.

2004-11-29 Thread Francis Brosnan =?ISO-8859-1?Q?Bl=E1zquez?=
Hi, I'm trying to make the c# binding for some set of libraries which, in sort, makes petitions to a remote server without blocking the caller. In this context, the caller must suply a handler to manage the server response. Later, when server response arrives, these libraries initiate a thread an

Re: [Mono-list] mod_mono production quality

2004-11-29 Thread Joshua Tauberer
[EMAIL PROTECTED] wrote: I'm just curious as to how mod_mono/xsp performs in a production environment and if anyone is doing anything significant with that architecture? Any pitfalls I should look out for? I am using mod_mono for www.govtrack.us. The server runs Fedora Core 2, the latest mono RP

[Mono-list] Getting list of IPAddress available

2004-11-29 Thread Jim P.
I'm working with System.Net.Sockets.  I'm trying to get a listing of theavailable IPAddress on the machine.  When I run this on my Windows XP boxI get the IP of my NIC: 192.168.2.11.  But when I run this on my FedoraCore 2 Server I only get 127.0.0.1.  I have 1 NIC on this box that worksfine

Re: [Mono-list] Add custom DLL-files to an ASP.NET-application

2004-11-29 Thread Gonzalo Paniagua Javier
On Mon, 2004-11-29 at 19:31 +0100, Jon-Eirik Pettersen wrote: > Is there a directory I can add custom DLL-files where all > ASP.NET-applications loads them. (except the bin/-directory in all > applications) You can use the GAC. -Gonzalo ___ Mono-lis

Re: [Mono-list] mod_mono production quality

2004-11-29 Thread Gianluca Stella
Dear Dennis, I'm using mod_mono 1.0.4+Apache 2.0.50 at monoforge.com, a *free* web hosting service. Now we have 402 virtualhost, and the performance are not too bad (they should be better, but we have limited ram). The system is based on slackware 10, and the kernel, apache, mysql, mono and so

Re: [Mono-list] compiling mono on ubuntu

2004-11-29 Thread Paul
Hi > i look for information under ubuntu wiki but > there's no much information for building mono I would do it this way to kick start things. 1. grab the latest monocharge (wget http://www.go- mono.com/daily/monocharge-latest.tar.gz) 2. Dearchive 3. su 4. If you're happy with things going into

Re: [Mono-list] corlib regression failures

2004-11-29 Thread Miguel de Icaza
hello, > We do have the graphs. See > > > http://mono.ximian.com/tests/displayDetails.php?image=1&testsuite=System&profile=0&distro=0 > > The problem is that the link ins't in the main test page, but in the > details page of each testsuite. Maybe I should have expressed myself better when a

Re: [Mono-list] mod_mono production quality

2004-11-29 Thread Steve Deobald
On Mon, 2004-29-11 at 12:00 -0700, [EMAIL PROTECTED] wrote: > I'm just curious as to how mod_mono/xsp performs in a production > environment and if anyone is doing anything significant with that > architecture? Any pitfalls I should look out for? We run a number of ASP.net applications at www.cit

Re: [Mono-list] decimal literals not working?

2004-11-29 Thread Francisco Figueiredo Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan Olderdissen wrote: | Hi, | Hi, | while trying to figure out why test #E05 in ConvertTest.cs is failing, I | discovered that literal decimals appear to be broken. The following code | snippet outputs "123 0 0 0" on a recent svn build, whereas it outp

Re: [Mono-list] How do I configure DbProviderFactory?

2004-11-29 Thread Francisco Figueiredo Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sureshkumar T wrote: | hi, | Hi Sureshkumar. | The provider factory implementation is not complete at the moment in | mono. Though the code is around, it is in the early stages. This | functionality will be available soon. | Thanks for feedback. I

Re: [Mono-list] Mono on OpenBSD - again

2004-11-29 Thread Miguel de Icaza
Hello, > I recently tried 1.1.2 and things just froze when trying 'mcs hello.cs > -pkg:foo' so that's something :). Mhm, that might be interesting to track down. > > Could you produce a stack trace of where this happens? > > I *useful* one? Dunno... Yeah, well the io-layer is being simplif

[Mono-list] Adding gtk# and others to gac

2004-11-29 Thread Matt Nuzum
Hello, just did a semi-successful source install of mono, gtk#, gecko# and related. In trying to run Gtk# programs I get this: WARNING **: Could not fin d assembly gtk-sharp, references from ... My question is how do I add gtk# to the gac? The readme in the gtk# source makes no mention and I thi

Re: [Mono-list] mod_mono production quality

2004-11-29 Thread devel
I haven't done any web programming with Java, but I'm not sure that you'll find Mono significantly smaller or faster.  Well, it probably depends a lot on the application. I'm not as much worried about the speed of the application as I am the speed of development.  Comparable execution spee

[Mono-list] Re: Adding gtk# and others to gac

2004-11-29 Thread Matt Nuzum
On Mon, 29 Nov 2004 20:33:35 -0500, Matt Nuzum <[EMAIL PROTECTED]> wrote: > Hello, just did a semi-successful source install of mono, gtk#, gecko# > and related. In trying to run Gtk# programs I get this: > WARNING **: Could not fin d assembly gtk-sharp, references from ... > > My question is ho

Re: [Mono-list] Getting list of IPAddress available

2004-11-29 Thread Matt Nuzum
On Mon, 29 Nov 2004 12:14:59 -0800, Jim P. <[EMAIL PROTECTED]> wrote: > Dns.GetHostByName (Dns.GetHostName()); I tried it on my computer and get the correct output. On my computer: ~/ $ hostname matt ~/ $ host 192.168.0.55 55.0.168.192.in-addr.arpa domain name pointer matt. ~/ $ host matt matt.ne

Re: [Mono-list] Add custom DLL-files to an ASP.NET-application

2004-11-29 Thread Morten Krog
On Mon, 2004-11-29 at 19:31, Jon-Eirik Pettersen wrote: > Is there a directory I can add custom DLL-files where all > ASP.NET-applications loads them. (except the bin/-directory in all > applications) > ___ > Mono-list maillist - [EMAIL PROTECTED] > h

Re: [Mono-list] jack-cil: dealing with a mono runtime crash and some threading issues.

2004-11-29 Thread Jorge =?ISO-8859-1?Q?Garc=EDa?=
Hi Francis, no, I didn't. I'm very pressed to finish a project and I won't take a look again until January. I already think that it's a threading problem mixing (un)maneged code. For jack-cil issue, I will ask jjack developers how they solved it in java. Please, drop me a line if you obtain some

Re: [Mono-list] Mono XSLT classes choke on Docbook stylesheets

2004-11-29 Thread Atsushi Eno
Hi, This is fixed in SVN. Thanks for the helpful testcase. Atsushi Eno Arild Fines wrote: [EMAIL PROTECTED] wrote: Hi, Please file a bug in bugzilla, with how to obtain "the latest docbook stylesheets" that you tried (or the stylesheet itself), document instance you fed, and code you ran. Also we n