Re: [Mono-dev] Replicating System.Web.Script.Serialization bugs

2007-09-26 Thread Andrés G. Aragoneses [ knocte ]
R. Tyler Ballance escribió: [...] Without providing compatibility for MS.NET, the only alternatives seem to be some application specific hacks, either with crazy properties as mentioned above, or using Nullable types (which we don't yet support in Mono right?) Hey, I think Mono has

Re: [Mono-dev] error compiling mod_mono 1.2.5 with apache 1.3

2007-09-26 Thread César González
Hi Marek, Marek Habersack escribió: What is the version of apr 1.3 uses? 0.9.x? On debian, apache-dev (version 1.3.34) depends on apache2-common, wich depends on libapr1-dev (1.2.7). Anyway, I have tested mod_mono 1.2.5 with apr 0.9 and change mod_mono.h to not to include unixd.h (apache

[Mono-dev] Enabling debugging for Mono/XSP2 on Windows

2007-09-26 Thread Rob Dagg
Hi, I have been tasked with porting an ASP.NET 2.0 application to MONO and am pretty new to this and was wondering if someone could tell me how I can enable the MONO_OPTIONS=--debug environment variable in Windows? I apologise if I have missed this elsewhere. I had a good search in the

Re: [Mono-dev] error compiling mod_mono 1.2.5 with apache 1.3

2007-09-26 Thread Marek Habersack
On Wed, 26 Sep 2007 11:33:33 +0200, César González [EMAIL PROTECTED] scribbled: Hi Marek, Marek Habersack escribió: What is the version of apr 1.3 uses? 0.9.x? On debian, apache-dev (version 1.3.34) depends on apache2-common, wich depends on libapr1-dev (1.2.7). In which case the

[Mono-dev] [ANN] Smokey-0.6.0.0 Assembly Analyzer

2007-09-26 Thread Jesse Jones
Smokey is a command line tool used to analyze assemblies and report problems. Problems include buggy code (e.g. infinite recursion, null deref, malformed format string), performance issues (e.g. string concatenation in loops, excessive boxing, large structs), violations of the .NET design

Re: [Mono-dev] Linq sample?

2007-09-26 Thread Jonathan Pryor
On Tue, 2007-09-25 at 18:52 +0200, pablosantosluac wrote: One question too, I'm totally new to linq so, is there a way to build the queries dynamically? I mean, maybe something like building them from a string that you can build at runtime or so?? LINQ doesn't natively support this, but

Re: [Mono-dev] Enabling debugging for Mono/XSP2 on Windows

2007-09-26 Thread Joel Reed
On Wed, Sep 26, 2007 at 11:45:17AM +0100, Rob Dagg wrote: Hi, I have been tasked with porting an ASP.NET 2.0 application to MONO and am pretty new to this and was wondering if someone could tell me how I can enable the MONO_OPTIONS=--debug environment variable in Windows? this isn't the right

[Mono-dev] Embedding MONO_PATH

2007-09-26 Thread Elmar Haneke
How can I make an mkbundled Executable (Windows) act as if environment variable MONO_PATH is set to .? My Application seems to run if I enter set mono_path=. before starting. But for most simple deployment no shell-variables should be modified. Elmar

Re: [Mono-dev] Embedding MONO_PATH

2007-09-26 Thread Marcos Cobeña Morián
Hello Elmar, 2007/9/26, Elmar Haneke [EMAIL PROTECTED]: My Application seems to run if I enter set mono_path=. before starting. But for most simple deployment no shell-variables should be modified. Could you elaborate on this? Do you mean it doesn't run without setting MONO_PATH? If you do,

Re: [Mono-dev] Embedding MONO_PATH

2007-09-26 Thread Elmar Haneke
Marcos Cobeña Morián schrieb: Hello Elmar, 2007/9/26, Elmar Haneke [EMAIL PROTECTED]: My Application seems to run if I enter set mono_path=. before starting. But for most simple deployment no shell-variables should be modified. Could you elaborate on this? Do you mean it doesn't run

Re: [Mono-dev] C bindings VS C++ bindings (Gtk# vs. Kimono?)

2007-09-26 Thread pablosantosluac
Hi Arno, Do you know what will be the costs for commercial use?? Also, do you have plans to support MacOS and Solaris? If so, when? Thanks, pablo - Original Message - From: Arno Rehn [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Sent: Saturday, September 22, 2007 6:48 PM

Re: [Mono-dev] C bindings VS C++ bindings (Gtk# vs. Kimono?)

2007-09-26 Thread James Mansion
Arno Rehn wrote: For the licensing: we can use a dual-license model for Qyoto/Kimono, like it's done with PyQt and Qt itself: GPL for open-source apps, QPL-like for closed source. The use of GPL is very unfortunate - Qt does at least allow for MPL and an extending range of other open

Re: [Mono-dev] Embedding MONO_PATH

2007-09-26 Thread Marcos Cobeña Morián
Hello Elmar, Are you using Mono from SVN? It sounds strange for me if it doesn't find mscorlib.dll... Regards, 2007/9/26, Elmar Haneke [EMAIL PROTECTED]: Marcos Cobeña Morián schrieb: Hello Elmar, 2007/9/26, Elmar Haneke [EMAIL PROTECTED]: My Application seems to run if I enter set

Re: [Mono-dev] C bindings VS C++ bindings (Gtk# vs. Kimono?)

2007-09-26 Thread Jonathan Pryor
On Wed, 2007-09-26 at 20:37 +0100, James Mansion wrote: The use of GPL is very unfortunate - Qt does at least allow for MPL and an extending range of other open source licences. Uh, Qt is NOT compatible with MPL and an extended range of other open source licenses. From [0], you have an

Re: [Mono-list] mod-mono bad crashing

2007-09-26 Thread Lorenzo Viola
Such bugs are hard to track, indeed. If you are allowed to, you could give me access to your application or send its source to me (together with the instructions on how to set it up) so that I can try to reproduce it on my machine. regards, marek anyway, by now I've tried placing the

Re: [Mono-list] mod_mono still not working after an upgrade

2007-09-26 Thread Ben Clewett
Hi Marek, I am very glad that my problem is being taken seriously. Applying the patch would be difficult as I am using the approved SUSE 10.2 rpm file. I did have a go, but lack apxs and some other required installations. (SUSE 10.2 seems to be missing many apache/mono development

Re: [Mono-list] mod_mono still not working after an upgrade

2007-09-26 Thread Ben Clewett
Hi Joshua, The permissions are: -rw--- 1 wwwrun www 8 Sep 26 09:34 mod_mono_dashboard_XXGLOBAL_1 I have tried to add your directive, but it seems not to work. Regards, Ben Joshua Tauberer wrote: Ben Clewett wrote: Dear Mono, I am still having terrible problems getting mod_mono

Re: [Mono-list] Gtk# Problems

2007-09-26 Thread Eskil Bylund
2007/9/23, Brandon Perry [EMAIL PROTECTED]: After a conversation about Qyoto/Kimono vs Gtk on the Mono-Dev list, I decided to try out Glade3. I made a simple test GUI and it compiles fine, but when I run it, I get the following error: [EMAIL PROTECTED]:~$ mono main.exe (GladeTest:27865):

Re: [Mono-list] debugging asp.net pages

2007-09-26 Thread Marek Habersack
On Wed, 26 Sep 2007 00:30:51 -0400, Daniel Soto [EMAIL PROTECTED] scribbled: Hi all. Hello, I have another question xD. With the mono debugger, can I to debug asp.net pages? Or only it can to debug exe, winexe and library projects? At the moment it's not possible to debug asp.net pages,

Re: [Mono-list] mod-mono bad crashing

2007-09-26 Thread Lorenzo Viola
I've come up with a guess about the crashing of apache2 : to get reference to my database connection strings, and to be able to select different databases from the same application, and from different directory (on different levels) I use something like this : private

Re: [Mono-list] mod-mono bad crashing, here is the squirrel !

2007-09-26 Thread Lorenzo Viola
Apache2 was crashing because of this line of code... DbCommandBuilder idbCommBuild = null; idbCommBuild = new MySqlCommandBuilder((MySqlDataAdapter)da); idbCommBuild.ConflictOption = ConflictOption.OverwriteChanges; the ConflictOption was needed for the Mysql .NET Windows connector to

Re: [Mono-list] mod-mono bad crashing, here is the squirrel !

2007-09-26 Thread Robert Jordan
Lorenzo Viola wrote: Apache2 was crashing because of this line of code... DbCommandBuilder idbCommBuild = null; idbCommBuild = new MySqlCommandBuilder((MySqlDataAdapter)da); idbCommBuild.ConflictOption = ConflictOption.OverwriteChanges; the ConflictOption was needed for the Mysql .NET

Re: [Mono-list] mod-mono bad crashing, here is the squirrel !

2007-09-26 Thread Lorenzo Viola
It would be really nice, if you would try to find out why the line idbCommBuild.ConflictOption = ConflictOption.OverwriteChanges; is crashing MySqlClient, respectively Mono. Hello, I've prepared a little test case... mysql.crash.cs :

[Mono-list] OnPaint with double buffering

2007-09-26 Thread Jansen Bart
Hi all, It seems that the OnPaint method is not called correctly on UserControls when using double buffering. See code below: if the two lines are uncommented, the control painted text is not shown after minimizing/maximizing for instance. Without double buffering the text is shown correctly.

Re: [Mono-list] mod-mono bad crashing, here is the squirrel !

2007-09-26 Thread Robert Jordan
Hi, Lorenzo Viola wrote: It would be really nice, if you would try to find out why the line idbCommBuild.ConflictOption = ConflictOption.OverwriteChanges; is crashing MySqlClient, respectively Mono. I compile with mcs : mcs mysql.crash.cs -r:MySql.Data.dll -r:System.Data

Re: [Mono-list] OnPaint with double buffering

2007-09-26 Thread Jonathan Pobst
No, it is not a known issue. Please file a bug for it. Jonathan Jansen Bart wrote: Hi all, It seems that the OnPaint method is not called correctly on UserControls when using double buffering. See code below: if the two lines are uncommented, the control painted text is not shown

[Mono-list] Server Issue?

2007-09-26 Thread Joshua Godden
I have mono installed using AutoHosting. With IE the pages open fine, but in FF and Safari it shows the actual source of the files. This is running on a RHEL4 box. Any help is greatly appreciated. joshua ___ Mono-list maillist -

[Mono-list] Article request for Volume 2, Issue 4 of The Python Papers

2007-09-26 Thread Tennessee Leeuwenburg
Hi all, I'm hoping some people from the Moonlight team might be reading this. My name is Tennessee Leeuwenburg, Editor-In-Chief of The Python Papers, a free online journal covering academic and industry articles on Python topics. We are going to be including several articles on Python for web