Re: [Mono-list] mod-mono-server problem

2004-05-05 Thread yoros
How can we do that ? Regards, Pedro On Wed, May 05, 2004 at 09:16:09PM +0200, Jaroslaw Kowalski wrote: BTW. Same error with 'xsp'. This looks like a GAC/strongnaming/assembly resolver issue. I found a workaround - when I give 'xsp.exe' and 'mod-mono-server.exe' the strong name (by

Re: [Mono-list] mod-mono-server problem

2004-05-05 Thread yoros
Thank you, it worked right. See you, Pedro On Wed, May 05, 2004 at 09:25:04PM +0200, Jaroslaw Kowalski wrote: I did: $ sn -k test.snk and added [assembly: AssemblyKeyFile(test.snk)] at the beginning of xsp/src/server.cs file. Jarek - Original Message - From:

Re: [Mono-list] Creating access databases in Mono?

2004-01-24 Thread yoros
On Sat, Jan 24, 2004 at 07:42:34AM -0800, Preston Crawford wrote: Is this possible? I'm trying to create a small ASP.NET application for my wife. Our host only supports MSSQL or Access or DBase for a database backend. For our purposes Access would probably be fine, but since I use only Linux,

Re: [Mono-list] Converting float to string for a MySQL db and internationalisation

2003-12-27 Thread yoros
On Fri, Dec 26, 2003 at 08:48:48PM +0100, Sergio Blanco Cuaresma wrote: I have a little problem and I don't know how to solve it in an elegant way, due to internationalisation (my locales are [EMAIL PROTECTED]) when I convert from a float type to string the decimal separator is ,, thats

Re: [Mono-list] Converting float to string for a MySQL db and internationalisation

2003-12-27 Thread yoros
On Sat, Dec 27, 2003 at 04:29:15PM +0100, Sergio Blanco Cuaresma wrote: El sáb, 27-12-2003 a las 08:59, [EMAIL PROTECTED] escribió: On Fri, Dec 26, 2003 at 08:48:48PM +0100, Sergio Blanco Cuaresma wrote: I have a little problem and I don't know how to solve it in an elegant way, due

Re: [Mono-list] Converting float to string for a MySQL db and internationalisation

2003-12-27 Thread yoros
On Sat, Dec 27, 2003 at 04:29:15PM +0100, Sergio Blanco Cuaresma wrote: El sáb, 27-12-2003 a las 08:59, [EMAIL PROTECTED] escribió: On Fri, Dec 26, 2003 at 08:48:48PM +0100, Sergio Blanco Cuaresma wrote: I have a little problem and I don't know how to solve it in an elegant way, due

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

2003-12-01 Thread yoros
On Mon, Dec 01, 2003 at 04:03:44PM -0800, Roberto Jimeno wrote: I'd like to extract some information stored in a postgres data base, from a .aspx file (using Codebehind). Unfortunately compilation fails when trying to load Ngpsql. On a regular program, this is solve by loading the

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

2003-12-01 Thread yoros
On Mon, Dec 01, 2003 at 05:50:47PM -0800, Roberto Jimeno wrote: It worked like a charm. :-) Thanks Pedro. I've been reading As? es Microsoft. Net and Programing ASP.NET, unfortunatelly the former is too shallow while the latter is too Visual-Studio-Oriented.Can you give me some

Re: [Mono-list] (no subject)

2003-11-22 Thread yoros
On Fri, Nov 21, 2003 at 03:19:49PM -0500, Robert A. Jenkin wrote: Hello all, In reading the documentation on Mono it is clear that one can use a webservice. However, it does indicate or provide example of how to create one. Is this possible with the current release of Mono or is it a

Re: [Mono-list] mod_mono - Apache 1.3? I have 2.0!

2003-11-21 Thread yoros
On Fri, Nov 21, 2003 at 06:27:07AM +0100, Sijmen Mulder wrote: Hi people I've just been trying to install mod_mono, for playing abit with aspx on apache. But, thing are not going as they should: # ./configure --prefix=/usr ... configure: error: apxs was not found, DSO compilation

Re: [Mono-list] MySQL / Firebird

2003-11-18 Thread yoros
On Tue, Nov 18, 2003 at 09:53:09PM +0100, Sijmen Mulder wrote: Hello! I am looking for a C# implementation of MySQL or Firebird (whatever works best), that will work on both Windows 98 (Microsoft .NET) ánd Linux, with mono. I might want to build ASP.NET pages with it later, but that is

Re: [Mono-list] mod_mono without xsp

2003-11-05 Thread yoros
On Wed, Nov 05, 2003 at 02:05:38PM -0600, amerigo5 amerigo5 wrote: Hi, I always wonder if mod_mono can be installed and ran without installing xsp. I mean, aside from samples that xsp provides, does mod_mono really need xsp to execute ASP.Net files? You need xsp package because in it is

Re: [Mono-list] ICE in Mono?

2003-11-02 Thread yoros
On Mon, Nov 03, 2003 at 02:06:15PM +1100, Diego Barros wrote: I was wondering where I could find the .NET implementation of the Internet Communications Protocol? Is it in Mono itself or available separately and usable with MS.NET also? You can find it in mono cvs server, under ginzu module.

Re: [Mono-list] mod_mono exception

2003-10-17 Thread yoros
On Thu, Oct 16, 2003 at 01:55:06PM -0700, Michael C McHugh wrote: It appers that when I attempt to start mod_mono with more than one application path it dies with an Unhandled Exception... Unhandled Exception: System.ArgumentException: Should be something like VPath:realpath Server stack

Re: [Mono-list] XSP

2003-10-16 Thread yoros
On Wed, Oct 15, 2003 at 04:55:27PM +0200, BDE Polytech'Nantes wrote: Hello! I'm Student in the university polytechnique of Nantes in France. And, I want to install a web site in ASP on a server with a DEBIAN version of Linux. That is why, I need the package XSP for DEBIAN, but there is not

Re: [Mono-list] XSP and mod_mono once again

2003-10-15 Thread yoros
On Wed, Oct 15, 2003 at 11:16:12AM -0400, David La Motta wrote: *gasp* It worked! Thanks!! :-) I recommend you to run mod-mono-server as the same apache user and don't change /tmp/mod_mono_server permissions. I did it with daemontools from dan j bernstein. http://cr.yp.to/djbdns.html

Re: [Mono-list] Binaries naming

2003-10-14 Thread yoros
On Wed, Oct 15, 2003 at 12:33:49PM +0900, Ian MacLean wrote: Using a 'm' prefix can only ever be a short term fix. What happens when there a multiple stable versions of mono that need to be installed side by side ? you can't really do m1.0ilasm.exe ans m1.1ilasm.exe In the past there was a

Re: [Mono-list] dependency problem with mono .28

2003-10-11 Thread yoros
On Fri, Oct 10, 2003 at 01:23:54PM -0400, Daniel Buskirk wrote: Sirs: I have been successfully, and enjoyably, running mono 0.24. However, when I attempted to upgrade to the latest release, I found I did not have the requisite libgc version (2.0). I have not been able to find the correct

Re: [Mono-list] mod_mono: final rush

2003-10-11 Thread yoros
On Sat, Oct 11, 2003 at 01:13:17PM +0200, Giuseppe Greco wrote: Hi all, finally was able to successfully install mod_mono and xsp. I've strictly followed the instructions in the mod_mono/INSTALL file, and everything has gone well until I haven't tried it. If I try

Re: [Mono-list] Coding Standards, etc.

2003-10-11 Thread yoros
On Sat, Oct 11, 2003 at 04:21:04PM +0200, Malte Hildingson wrote: As it stands, those conventions does not match the ones in /mcs/class/README and does little to ensure consistency in the class libraries at this point. I'm not sure that was what was envisaged here but using several,

Re: [Mono-list] RE: [Mono-devel-list] Surveys: Mono 1.0 andMonoConference.

2003-10-11 Thread yoros
On Sat, Oct 11, 2003 at 10:57:41AM -0400, Miguel de Icaza wrote: Hello, On the subject of a mono v1.0 - As a developer on both windows and linux tring to make a business audiance understand that mono 1.0 is not compatiable with .net 1.0 would be disastrous - don't do it . Mono has to be

Re: [Mono-list] XSP web server (0.6)

2003-10-04 Thread yoros
On Fri, Oct 03, 2003 at 03:23:04PM -0400, Andrew M. Perkins wrote: I am attempting to set up Apache version 1.3 to run .NET c# pages. According to all the newsgroups I have located thus far, the indication is that I should use the mono_mod to Apache. I downloaded the source of the Mono

[Mono-list] some ideas about XSP

2003-10-03 Thread yoros
Hello, I have a few ideas for XSP to get a more daemon like system. When I say XSP it can be applied to mod-mono-server. I think that the daemon launch system must be included with the package (at least). Gonzalo told me that in ximian it's used daemontools to get xsp managed. The same with the

[Mono-list] Re: some ideas about XSP

2003-10-03 Thread yoros
On Fri, Oct 03, 2003 at 08:22:37AM +0200, yoros wrote: Hello, I have a few ideas for XSP to get a more daemon like system. When I say XSP it can be applied to mod-mono-server. I reply to myself with a few comments. I think that the daemon launch system must be included with the package

Re: [Mono-list] Assembly search path

2003-10-02 Thread yoros
On Thu, Oct 02, 2003 at 11:38:04AM -0500, Fawad Halim wrote: Is there a global preference in mono where we can define the library search path (kinda like CLASSPATH in java)? I looked in all the usual documents (mono/doc/*, mcs/docs/*, MonkeyGuide, list archives etc.). Sorry if this has

Re: [Mono-list] mod_mono installation / config problems

2003-10-01 Thread yoros
On Wed, Oct 01, 2003 at 07:25:57AM -0600, White, Solomon wrote: Hello all-- I am having difficulty getting mod_mono 0.4 working with redhat 9 / Apache 2.0.47 / mono 0.26. mono seems to be installed and working correctly--I compiled and ran a helloworld application just fine. mod_mono

Re: [Mono-list] mod_mono installation / config problems

2003-10-01 Thread yoros
On Wed, Oct 01, 2003 at 06:34:18PM -0600, White, Solomon wrote: {snip} I added the following to the end of my httpd.conf: Listen 8080 LoadModule mono_module /usr/local/apache/lib/libmod_mono.so LoadModMonoDll /usr/lib/ModMono.dll I don't know anything about LoadModMonoDll... where

Re: [Mono-list] mod_mono installation / config problems

2003-10-01 Thread yoros
On Thu, Oct 02, 2003 at 07:10:52AM +0200, [EMAIL PROTECTED] wrote: On Wed, Oct 01, 2003 at 06:34:18PM -0600, White, Solomon wrote: {snip} I added the following to the end of my httpd.conf: Listen 8080 LoadModule mono_module /usr/local/apache/lib/libmod_mono.so LoadModMonoDll

Re: [Mono-list] ODBC error

2003-09-30 Thread yoros
On Tue, Sep 30, 2003 at 02:15:11AM +0100, Pedro Borges wrote: Hello I have a solution created in VS.NET and i'm trying to port it to Mono in linux. The application has ASPX pages and acesses a MySQL DB through ODBC. In windows i use Microsoft.Data.Odbc and in linux i change it

Re: [Mono-list] mono

2003-09-27 Thread yoros
On Fri, Sep 26, 2003 at 04:15:29PM +0200, Hermann und Karin Fischer wrote: Hi. I wanted to work with mono on my new installed linux machine. I'm using a Debian distribution. So I downloaded all files from http://www.debianplanet.org/mono/dists/stable/main/binary-all/. I wondered because

Re: [Mono-list] Missing modmono.cs

2003-09-13 Thread yoros
On Sat, Sep 13, 2003 at 01:55:56AM +0100, Mohammad A. Samara wrote: Dear Sir, I have been struggling for weeks trying to find the file ModMono.cs that is need to install MOD for Apache, is this file located in the installation file? or do I have to download it from your web site. You

Re: [Mono-list] Closer still

2003-09-04 Thread yoros
Hi, As I can see in your mail, at least you get something from the server. Since a few weeks I have a lot of problems with mod_mono, it compiles right but when pointing to mono URL I get a blank page (and no log in error_log). I don't know what's going on. I've got mono CVS, mod_mono CVS and

Re: [Mono-list] Hi -- PostgreSQL DataBase

2003-06-18 Thread yoros
On Wed, Jun 18, 2003 at 09:55:23AM -0300, Alessandro Binhara wrote: Hello I can use a PostgreSQL with mono? Yes, you can. There are two drivers to access PgSQL databases and also you can use ODBC. The drivers are Npgsql and Mono.Data.PostgreSqlClient. I reccomend you to use Npgsql, it's

[Mono-list] About Page is loading.

2003-02-11 Thread yoros
Hello, Can anybody tell me what is the mail with the subject Page is loading? I received that and I saw that it is a ¿virus? (really it is an exe file encapsulated inside an audio file)... Good, that's all for now. See you later, Pedro -- Pedro Martinez Juliá \ [EMAIL PROTECTED] )|

Re: [Mono-list] help needed

2003-02-07 Thread yoros
I recommend you to install MONO and make a report of what things fail in your application. It's better to make all things that your application needs than change the application. You can send a list of features that your application needs... I don't know how is mod_mono for apache but XSP is

[Mono-list] -- Math.cs --

2003-02-02 Thread yoros
Hi, Here are the final files that I got. I think that the Math performance is good and that the results are the most accurate that can be with libm because MS.NET are using another kind of numerical algorithms. I changed the following files: mcs/class/corlib/System/Math.cs

[Mono-list] About the comparison of double values

2003-02-01 Thread yoros
Hi again, I have a testcase for a bug in the double comparison. When comparing any double value with NaN it must be false but in a few cases it says true. Can anyone guide me to find the place where is implemented the double comparisons ? Thank you. See you, Pedro -- Pedro Martinez

[Mono-list] Problems in an Internal Call

2003-01-31 Thread yoros
Hello, I don't know why when I call to one call that is directly implemented in the runtime (for example, Math.Pow, Math.Tan) I get different results than the ones I got if I call that internal calls directly in C... Can anybody help me? Pedro -- Pedro Martinez Juliá \ [EMAIL PROTECTED] )|

[Mono-list] [ MCS Fix ] expression.cs Patch

2003-01-24 Thread yoros
Hi, Here I send a fix for a indexer bug in the inheritance. This fix is tested in mono 0.19 and it works. In the current mcs from cvs there is a problem with the Indexers but it is out of the file that I changed. The patch is for expression.cs. I send a testcase too. See you,