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
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
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+
> 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
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...)
___
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 -
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
> 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
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