Re: [Mono-list] C#, Mono, MAC Addresses, Linux

2006-10-27 Thread Miguel de Icaza
Hello, > But how can I do the same under Linux? Open the file /proc/net/arp and lookup the address there. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] C#, Mono, MAC Addresses, Linux

2006-10-27 Thread Héctor Maldonado
Hello..   I am migrating a C# application porgrammed under Windows using VS2003 to Linux using Mono.  All the migration was almost a clean process except for one thing:  my app needs to obtain the MAC address(es).  Because .Net doesn't have native support for this (or if it so, I can't found it) I

[Mono-list] [ANN] FirebirdClient v2.0.1 released.

2006-10-27 Thread Carlos Guzmán Álvarez
Hello: FirebirdClient v2.0.1, ADO.NET Data Provider for Microsoft .NET 2.0, and mono is available for download. Download information can be found here: http://www.firebirdsql.org/index.php?op=files&id=netprovider On this release there are two new binary packages for: · Mono 1.1.18+

Re: [Mono-list] Equivalent for local machine registry settings

2006-10-27 Thread Miguel de Icaza
> What are other people using (if anything) to store per-machine > settings from applications written in .Net, running on Linux via Mono. > Configuration files? You can have a .config file installed next side to your executable, and use that as your configuration file. Or you can store config

[Mono-list] [GTK#] Debian stable problem

2006-10-27 Thread Generic 2006
Hi all Is there anybody using Mono on Debian stable (Sarge)? I'm experiencing a tough problem trying GTK# 1.0: it requires "libpangocairo", but Debian stable DOESN'T ship with it (it's available on testing and unstable only)! How did you solved such an issue? Many thanks (I'm desperate...) ___

Re: [Mono-list] Hosting ASP.NET 2.0 applications by default

2006-10-27 Thread Jurek Bartuszek
Robert Jordan napisał(a): > AFAIK, you can't do that officially, but you could try one of this: Thanks for reply. Simply setting MonoServerPath to mod-mono-server2.exe in 1.1.17/1.1.18 works here. Best regards, Jurek Bartuszek ___ Mono-list maillist -

Re: [Mono-list] Hosting ASP.NET 2.0 applications by default

2006-10-27 Thread Robert Jordan
Jurek Bartuszek wrote: >> Of course? Nope. The first server is handling the AutoHosting feature: >> http://mono-project.com/AutoHosting >> >> From your previous posts, you seem to want to run ASP.NET 2.0 >> on Mono 1.1.13. This isn't a good idea, because ASP.NET 2.0 >> was far from being complete

Re: [Mono-list] Hosting ASP.NET 2.0 applications by default

2006-10-27 Thread Jurek Bartuszek
> Of course? Nope. The first server is handling the AutoHosting feature: > http://mono-project.com/AutoHosting > > From your previous posts, you seem to want to run ASP.NET 2.0 > on Mono 1.1.13. This isn't a good idea, because ASP.NET 2.0 > was far from being complete in this version. Ok, thanks

Re: [Mono-list] Hosting ASP.NET 2.0 applications by default

2006-10-27 Thread Robert Jordan
Jurek Bartuszek wrote: > Hi there, > > I'm trying to configure mod_mono.conf so that mod_mono spawns a > mod-mono-server2.exe to handle ASP.NET applications. Therefore I've > added the line below: > > MonoServerPath "/usr/lib/xsp/2.0/mod-mono-server2.exe" > > However, this causes _both_ mod-mono