[Mono-dev] xsp2 crashes

2008-09-10 Thread Stefano Incontri
Hi All, I'm using xsp2 to serve a mono Web Service inside our LAN. It works fine, but after a few hours it crashes with the following message in standard error: ** Stacktrace: ** ERROR **: file mini.c: line 8688 (mono_get_lmf): should not be reached aborting... ***

[Mono-dev] Re: [Mono-list] FileSystemWatcher status

2005-12-22 Thread Stefano Incontri
>From the first tests, I can see that FileSystemWatcher perfectly works with files or folders, but not with subdirectories. I mean, if I set FileSystemWatcher.IncludeSubdirectories = true it hangs up while receiving events from inside the first folder, with the following exception : Unhandled Exce

Re: [Mono-devel-list] ByteFX mysql

2005-08-08 Thread Stefano Incontri
Yes, in fact the actual dll is missing :) I'm going to compile it. Thanks everybody! Stefano Il giorno lun, 08/08/2005 alle 15.23 +0100, Paul F. Johnson ha scritto: > Hi, > > > >Successfull in Visual Studio .NET 1.1 (adding the dll to the reference) > > >but not in linux by command line, I gues

Re: [Mono-devel-list] ByteFX mysql

2005-08-08 Thread Stefano Incontri
ing? > Makefiles, MonoDevelop, Visual Studio? > > Anyway, you must add ByteFX to referenced assemblies, either by > modifying compilation scripts to include > mcs sources.cs -r ByteFX.Data.dll > > or add referenced assembly in your IDE > > 2005/8/8, Stefano Incontri &

[Mono-devel-list] ByteFX mysql

2005-08-08 Thread Stefano Incontri
Hi All, I'm a newby with C# and Mono... maybe this is a stupid question : I'm willing to use ByteFX mysql connector, but I don't know how to import or reference it in my project, the 'using' keyword doesn't find it. The message is 'Main.cs(4) error CS0246: The namespace `ByteFx.Data' can not be fou