[Mono-list] Please help me with polimorfism, etc. (possible bug in the compiler?)

2004-09-22 Thread Roberto Jimeno
Please help me monoers, some days ago I was overriding Object's Equals() when I came across what I thought to be a bug. Now I think I'm simply being confused about inheritance, polimorfism, substitutability principle and such. Please compile and execute the small example (attached file). You will

[Mono-list] I a miss a mod_mono .rpm.

2004-06-20 Thread Roberto Jimeno
Hello Duncan, Gonzalo and monoers at large. As I've expressed before on this list how much I benefit from the packages build by Duncan Mak as well as mod_mono owned (or similar) by Gonzalo Paniagua. I'm using Mono 0.31 and I'd like to upgrade to Beta 3 or so, but I can't do it because there is no

Re: [Mono-list] How install mono and xsp in red hat 9.0?

2004-06-10 Thread Roberto Jimeno
Hello Juan, there's more than one way in which you can install xsp/mono on RedHat-9; maybe the simplest way to do so is: Download every RPM file for Mono 0.31 on Red Hat 9 from Mono's web site (http://www.go-mono.com/archive/0.31/redhat-9-i386/) then install using "rpm -U *.rpm" I suggested 0.31

[Mono-list] CS0659 warning not emitted.

2004-06-06 Thread Roberto Jimeno
Hi all! AFAIK, when a class overrides the Object.Equals(Object) method and do not overrides the Object.GetHashCode(Object) a warning should be emitted by the compiler. In fact I remember I've seen mcs behaving like this in the past, but now that I've upgraded mcs I'm not getting that warning anymo

[Mono-list] RPMs of beta1 for Mandrake.

2004-05-19 Thread Roberto Jimeno
n the mailing list. Regards. = Roberto Jimeno __ Do you Yahoo!? SBC Yahoo! - Internet access at a great low price. http://promo.yahoo.com/sbc/ ___ Mono-list maillist - [EMAIL PROTECTED]

[Mono-list] Recent RPMs of mod_mono, xsp, mono for Mandrake.

2004-05-18 Thread Roberto Jimeno
Hello, I'm desperately seeking for some Mandrake RPMs of mod_mono, xsp, mono, etc. I hope to be able to find something as recent as beta1 but anything more recent than 0.29 that can be installed on Mandrake 9.1 or similar will do fine. Thanks for your answers, and please leave the CCs on because

Re: [Mono-list] Re last message(mono/mod-mono)

2004-05-13 Thread Roberto Jimeno
Hi Tom, I was told by someone at Ximian, that they ought to retire mono 0.31 from red-carpet, so they will soon fix this beta1 vs 0.31 conflicts. In the mean time you could either uninstall beta1 and reinstall 0.31, or keep your fingers crossed so the fine people at Ximian have some spare time to

Re: [Mono-list] Npgsql and the new mono beta.

2004-05-05 Thread Roberto Jimeno
-what-you-need kind of separation. Do any of you have a comment on that? On Wed, 2004-05-05 at 21:20, Roberto Jimeno wrote: > Hi all, > > I've just upgraded to the beta version of mono. Some of my programs are > not compiling anymore because the assembly for Npgsql can't be

[Mono-list] Npgsql and the new mono beta.

2004-05-05 Thread Roberto Jimeno
Hi all, I've just upgraded to the beta version of mono. Some of my programs are not compiling anymore because the assembly for Npgsql can't be found. Please tell me what should I do in order to make my Npgsql programs able to compile again. TIA. ___

[Mono-list] Global.asax.cs problems; from Visual Studio .NET to Mono/XSP.

2004-04-28 Thread Roberto Jimeno
Hi there! I have some code generated using VS.NET. I tried to run that very same code using Mono/XSP and I got an error 500 (System.NullReferenceException) from it. Apparenly this is due to a line where `Application["ContadorAccesos"].ToString()' is consulted before it is initialized. The trick h

[Mono-list] Monodoc dies raising gtkhtml exception.

2004-04-01 Thread Roberto Jimeno
Hi all, The problem started when I "downgraded" from version 0.30 to 0.29, but it is still present even though I have already "re-upgraded" to version 0.30. Some of installed RPM packages that might be relevant are monodoc-0.11-0.ximian.6.0 and gtkhtml3.0-3.0.5-0.ximian.6.2. My Linux distribution

[Mono-list] GC not being called.

2004-03-15 Thread Roberto Jimeno
e attached program, be prepared to have your CPU sucked by the process. Keep your fingers near Ctrl-C, and "top" runing in a window nearby. If the message "El finalizador fue llamado ..." appears on your screen after a few seconds, then everything should be OK. If not, then

Re: [Mono-list] asp.net or php

2004-01-21 Thread Roberto Jimeno
ejandro Sánchez > e-mail: [EMAIL PROTECTED] > jabber: [EMAIL PROTECTED] > > _______ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list = Robert

[Mono-list] Need help to compile debugger.

2003-12-29 Thread Roberto Jimeno
alled, and I've already succeded at compiling and installing xsp and mod-mono from stable sources (in .tar.gz files). I don't know what is the problem with the debugger. TIA for your help. = Roberto Jimeno __ Do you Yahoo!? New Yahoo! Photos - eas

[Mono-list] Servers down at ximian?

2003-12-27 Thread Roberto Jimeno
bugzilla is not the right place ;-) Thanks. = Roberto Jimeno __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ ___ Mono-list maillist - [EMAIL PROTECTED] http

[Mono-list] Need help with mod_mono/xsp.

2003-12-09 Thread Roberto Jimeno
plicationFactory:GetInstance (System.Web.HttpContext) in <0x0010c> System.Web.HttpRuntime:InternalExecuteRequest (System.Web.HttpWorkerRequest) = Roberto Jimeno __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Npgsql (postgres) and ASP.NET.

2003-12-01 Thread Roberto Jimeno
its equivalent for a .aspx file. Can someone tell me how ccan I compile an .aspx file which uses Npgsql? TIA = Roberto Jimeno __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ __

[Mono-list] missing mono.conf

2003-11-25 Thread Roberto Jimeno
there is no mono.conf file in /etc/httpd/conf.d/, therefore I believe the problem is related to that. Thanks. = Roberto Jimeno __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ ___ Mono

[Mono-list] Problems with postgres.

2003-11-18 Thread Roberto Jimeno
ient.cs -r System.Data.dll -r Mono.Data.PostgreSqlClient.dll $mcs TestExample.Npgsql.cs -r System.Data.dll -r Npgsql.dll $mcs OtherTestExample.cs -r System.Data.dll -r Mono.Data.PostgreSqlClient.dll = Roberto Jimeno __ Do you Yahoo!? Protect your identity wi

[Mono-list] monodoc & libglade problem

2003-07-18 Thread Roberto Jimeno
Hello folks! I'm trying to use monodoc (I installed monodoc-0.5-1.ximian.6.1 RPM file on my RH9 system). Unfortunately I only obtain some error messages complaining about libglade's version (a sample of it is at the end of this message). Shouldn't rpm had complained about