[Mono-list] Hi

2004-01-19 Thread ianm
Test =) sgofvwkqwalnb -- Test, yep. <>

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

2004-01-19 Thread Bryan Andrews
True object oriented language whereas php is more like original asp. -Original Message- From: Alejandro Sánchez [mailto:[EMAIL PROTECTED] Sent: Sunday, January 18, 2004 8:49 AM To: [EMAIL PROTECTED] Subject: [Mono-list] asp.net or php what are the advantages of asp.net over php? -- Aleja

RE: [Mono-list] Component vs. Class

2004-01-19 Thread Enver ALTIN
Hi, On Thu, 2004-01-15 at 21:59, A Rafael D Teixeira wrote: > Well, mainly, any subclass of Component can be easily (for example, just by > dragging and dropping in the Visual Studio.NET Form Designers) inserted in a > container (like a Form, a Control, or any other Component), and manipulated

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

2004-01-19 Thread Jonel Rienton
i believe php is interpreted in contrast with asp.net which is compiled On Jan 18, 2004, at 7:48 AM, Alejandro Sánchez wrote: what are the advantages of asp.net over php? -- Alejandro Sánchez e-mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] ___ Mono-

[Mono-list] asp.net or php

2004-01-19 Thread Alejandro Sánchez
what are the advantages of asp.net over php? -- Alejandro Sánchez e-mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] dll mapping not working

2004-01-19 Thread Gonzalo Paniagua Javier
El mar, 20-01-2004 a las 02:01, John Luke escribió: > Hello, > The dll mapping trick that is used by Gtk# is not working with todays > cvs of mono/mcs. It doesn't seem to be looking at $(prefix)/etc/mono/ > config before trying to P/Invoke, and thus tries to open the windows > dlls instead o

RE: [Mono-list] ByteFX.Data.MySqlClient + date format

2004-01-19 Thread Reggie Burnett
I'm not sure I understand your question.  The ByteFX library should be inserting dates into the database using the MySQL format.  Pulling dates out of the database and formatting them for output should use your local culture info for formatting.   From: [EMAIL PROTECTED] [mailto

RE: [Mono-list] System.Data.DataTable+ByteFX

2004-01-19 Thread Reggie Burnett
The value returned, and thus the object in the DataTable, is a DateTime object.  .ToString() on the DateTime object in the en-us culture shows in MM/DD/ 00:00:00 format.  To show in another format, you can use the normal .NET formatting routines.   -reggie   From: [EMAIL

[Mono-list] dll mapping not working

2004-01-19 Thread John Luke
Hello, The dll mapping trick that is used by Gtk# is not working with todays cvs of mono/mcs. It doesn't seem to be looking at $(prefix)/etc/mono/ config before trying to P/Invoke, and thus tries to open the windows dlls instead of the .so files. Was this accidently broken in the runtime?

[Mono-list] System.Data.DataTable+ByteFX

2004-01-19 Thread felipe maya
When I use a SELECT command with MySqlAdapter the data is filled in a DataTable. Why the mysql date format "-MM-DD" change to "MM/DD/Y 00:00:00" when the data is filled in a DataTable. How i can change it? Consigue tu correo GRATIS en Manizales.com, dale vida a tus mensajes con más de 300

Re: [Mono-list] mod_mono and vb

2004-01-19 Thread Gonzalo Paniagua Javier
El lun, 19-01-2004 a las 22:15, Michael escribió: > I'm a bit of a n00b when it comes to mono. I've been keeping an eye on the > project for over a year now, but never took the plung until I saw ASP.NET > is considered to be feature complete. So I setup mono-0.29 mod_mono-0.6 > and xsp-0.8 from sou

Re: [Mono-list] xml bug?

2004-01-19 Thread David Sheldon
On Mon, Jan 19, 2004 at 09:06:16PM +0100, Daniel Pecos wrote: > Hi! > > I have found an issue that I don't know if it's an error or it is ok: > when I add an attribute named "xmlns" to an XmlElement, then all > childs that were appended to it or those that will be, all have > the same attribute bu

[Mono-list] Initial connection pool in Npgsql

2004-01-19 Thread Francisco Figueiredo Jr.
Hi all, I just updated some code on both gborg and mono cvs to add some initial connection pool for Npgsql. This code also has many patches from Pedro Martinez about command builder. Thanks Pedro. To use connection pool, you have to provide the following info in the connection string: MinPoolS

Re: [Mono-list] How do I turn on the optional build of gtkhtml-sharp.dll in gtk-sharp-0.15?

2004-01-19 Thread John Luke
On Sat, 2004-01-17 at 10:28 -0500, Mike Carifio wrote: > Searching the archive for [Mono-list] seems to reveal that building > gtkhtml-sharp.dll from source > is optional and the default is off. If so, how do I turn it on? Pl. > advise. Thanks. If you have libgtkhtml3, configure should detect it

[Mono-list] installing mono-0.29 on fedora using red-carpet

2004-01-19 Thread Mike Carifio
What hostname should I use with the red-carpet client when installing mono-0.29 over fedora? Pl. advise. Thanks. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] How do I turn on the optional build of gtkhtml-sharp.dll in gtk-sharp-0.15?

2004-01-19 Thread Mike Carifio
Searching the archive for [Mono-list] seems to reveal that building gtkhtml-sharp.dll from source is optional and the default is off. If so, how do I turn it on? Pl. advise. Thanks. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/m

[Mono-list] XSP doesn't install

2004-01-19 Thread Nuno Afonso
Hi, I'm trying to install the complete mono package, but xsp doesn't install: make[2]: Entering directory `/home/afonso/C-Sharp/xsp-0.8/tools/asp_state' ../../mkinstalldirs /usr/bin cp asp_state.exe asp_state.exe.config /usr/bin cp: cannot stat `asp_state.exe.config': No such file or directory m

[Mono-list] xml bug?

2004-01-19 Thread Daniel Pecos
Hi! I have found an issue that I don't know if it's an error or it is ok: when I add an attribute named "xmlns" to an XmlElement, then all childs that were appended to it or those that will be, all have the same attribute but without content, and RemoveAttribute ("xmlns") does not work. I have at

[Mono-list] Problems with "make install" mono

2004-01-19 Thread Kelvin Ho
I am getting the following error at the "make install" step for mono. I have successfully "make" and "make install" mcs, and "make" mono. Thanks for helping. /usr/bin/install -c -m 644 System.Drawing.dll C:/cygwin/home/kho/install/lib/Sy stem.Drawing.dll /usr/bin/install -c -m 644 System.Enterpr

Re: [Mono-list] New Year, New Debian Packages

2004-01-19 Thread Michael Ott
Hello Pablo! Try to install mono but libapache-mod-mono makes an error zolnott01:/usr/share/doc/xsp/test# apt-get -V install mono libapache-mod-mono mono-jit mono-utils mono-mcs mono-assemblies Reading Package Lists... Done Building Dependency Tree... Done mono is already the newest version. l

Re: [Mono-list] Problem installing Mono on Linux Mandrake 9.2!

2004-01-19 Thread Marcel Pol
On Tue, 13 Jan 2004 09:18:42 -0500 Alejandro Ospina <[EMAIL PROTECTED]> wrote: > Hi!. I want to install Mono 0.29 on my Mandrake 9.2 machine. > I downloaded the RedCarpet2 client y when I connect and see the list of > avalible channels I only see two channels: redcarpet2 and Evolution... > How ca

Re: [Mono-list] ASP.NET and System.Web.UI.Page

2004-01-19 Thread Jackson Harper
You need to reference the System.Web, System.Data, and System.Drawing libraries /r:System.Web.dll /r:System.Data.dll /r:System.Drawing.dll Cheers, Jackson On Mon, 2004-01-19 at 13:17, Shawn Vose wrote: > Curious to know if the code behind is supported in mono and if so how > would you go about

[Mono-list] ASP.NET and System.Web.UI.Page

2004-01-19 Thread Shawn Vose
Curious to know if the code behind is supported in mono and if so how would you go about compiling all of the source code in an asp.net(C#) application? I attempted to compile a simple asp.net app using code behind and I received a complaint from mcs saying the following: mcs -t:library -L /usr/l

[Mono-list] mod_mono and vb

2004-01-19 Thread Michael
I'm a bit of a n00b when it comes to mono. I've been keeping an eye on the project for over a year now, but never took the plung until I saw ASP.NET is considered to be feature complete. So I setup mono-0.29 mod_mono-0.6 and xsp-0.8 from source to give it a look. Every time I try to run anything v

Re: [Mono-list] ByteFX.Data.MySqlClient + date format

2004-01-19 Thread rykr
I'm not sure I understand your question. The ByteFX library should be inserting dates into the database using the MySQL format. Pulling dates out of the database and formatting them for output should use your local culture info for formatting. Reggie > > From: felipe maya <[EMAIL PROTECTED]>

RE: [Mono-list] blogX in mono?

2004-01-19 Thread Rob . Tillie
Hello, What about the "source projects" and "starter kits" at http://www.asp.net ? Greetz, -- Rob. > -Original Message- > From: Jackson Harper [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 14, 2004 10:03 AM > To: Kyle Prestenback > Cc: [EMAIL PROTECTED] > Subject: Re: [Mono-list]

[Mono-list] ByteFX.Data.MySqlClient + date format

2004-01-19 Thread felipe maya
Why ByteFX library take other date format that mysql database give in the SELECT command. Example (mysql DATE field type): mysql database format -> 2004-01-16 ByteFX format-> 01/16/2004 00:00:00 ANY IDEA. Consigue tu correo GRATIS en Manizales.com, dale vida a