[Mono-devel-list] Characters soap serialization question

2005-06-26 Thread Roei Erez
The serialization results of System.Char objects are different between mono platofrm and ms.net platform. The difference occurs only when the characte contains high values like 'char.MaxValue'. Does anyone know how the serialization result should be , when dealing with these values?

Re: [Mono-devel-list] patch for nunit support for xmlconf

2005-06-26 Thread Atsushi Eno
Andrew Skiba wrote: Hello. Please review the applied patch, if noone objects, I will apply it tomorrow. You need more explanation. No one would understand what add nunit support exactly does. If it is kind of thing that reports failure in case of fixed bugs (saying remove A,B,C from list),

Re: spam: suspected: Re: [Mono-devel-list] patch for nunit support for xmlconf

2005-06-26 Thread Atsushi Eno
Andrew Skiba wrote: Atsushi Eno wrote: (Also note that you are saying I gave you full Sunday for patch review which is kinda zero day attack :-S) Can't stop laughing. Zero day attack sounds good. What if I posted changes on your works on Thursday evening for you, while I know you guys

Re: spam: suspected: Re: [Mono-devel-list] patch for nunit support for xmlconf

2005-06-26 Thread Andrew Skiba
Atsushi Eno wrote: If you didn't need any comments, then you could just commit things. But since you didn't do that, then what you asked is all readers' comments. I'm just a reader here, without mentioning any kind of permission and I think your way of answering is weird. No? Of course, I

RE: [Mono-devel-list] Contributing Mainsoft System.Web test suite

2005-06-26 Thread RafaelMizrahi
Hi Gonzalo, Any news regards the System.Web test suite? I will be at Out Of the Office at Microsoft TechEd for 4-8 July, So you can ask Vladimir (has no SVN write) for any help you need. rafi Mainsoft SDE/T -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [Mono-devel-list] Contributing Mainsoft System.Web test suite

2005-06-26 Thread Miguel de Icaza
Hello! How can I send you the zip files? Since it is approximately 11MB, ximian mail server rejects the email. We had a joint FTP site recently, could you upload the test suite there, and Gonzalo can take it from there? Or could you put the files up on an http server that we can use to

Re: [Mono-devel-list] Re: [Gtk-sharp-list] MonoDevelop Lite

2005-06-26 Thread Miguel de Icaza
Hello, gecko-sharp is barely used honestly. And even though we *could* remove it, we would end up adding it back eventually for asp.net support. My feeling is that as the project matures, the dependency on gecko-sharp will increase. There are many uses for it in an IDE. For instance, the

Re: [Mono-devel-list] Indentation (was: Reworked Patch of Timer)

2005-06-26 Thread Miguel de Icaza
* Please follow the mono coding guidelines (http://mono-project.com/Coding_Guidelines) I took a chance to read these guidelines as well. Since I've been using 4-space tab for all this time, I guess I should switch to 8, even though they seem a bit to many... Is there a

Re: [Mono-devel-list] [PATCH] issue with libmono.so and dlopen

2005-06-26 Thread Miguel de Icaza
Hello, Did you compile your own Mono? You might want to disable the TLS support in your Mono to work around these issues. Hi, I ran into a problem with dlopen and libmono.so. It appears that the one and only __thread variable of libgc will get the tls-model global-dynamic, which

[Mono-devel-list] Guidelines: Application Deployment; Feedback requested.

2005-06-26 Thread Miguel de Icaza
Hello, I have written a small document with some guidelines on deploying applications, and would like to get people's feedback about what is missing and what can be clarified: http://mono-project.com/Guidelines:Application_Deployment Miguel.

Re: [Mono-devel-list] Guidelines: Application Deployment; Feedback requested.

2005-06-26 Thread Ben Maurer
Hey, On Sun, 2005-06-26 at 15:30 -0400, Miguel de Icaza wrote: Your C# should reference its data files using the following code snippet: string base_directory = System.AppDomain.CurrentDomain.BaseDirectory; Then you can do things like: string splash_file = base_directory +

[Mono-devel-list] MOZILLA_FIVE_HOME ?

2005-06-26 Thread John Bailo
I installed monodevelop with the generic installer, since I could get rug to do so. Now, when I run monodevelop from the command line it reports: Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory. So, in my .profile I put an export after the

Re: [Mono-devel-list] MOZILLA_FIVE_HOME ?

2005-06-26 Thread Bas Westerbaan
I guess it *must* be mozilla On my system: MOZILLA_FIVE_HOME=/usr/lib /mozilla Guess you should install mozilla On 6/26/05, John Bailo [EMAIL PROTECTED] wrote: I installed monodevelop with the generic installer, since I could get rug todo so.Now, when I run monodevelop from the command line

Re: [Mono-devel-list] MOZILLA_FIVE_HOME ?

2005-06-26 Thread John Bailo
Thanks! That lets me launch it, but I notice on startup a series of error messages: [EMAIL PROTECTED]:~ monodevelop /home/jbailo/mono-1.1.8.1/bin/monodevelop: line 38: [: too many arguments node `monohb' is not defined on the documentation map 2005-06-26 13:54:06,952 [1075983008] INFO

[Mono-devel-list] monodevelop shutdown when trying to add reference

2005-06-26 Thread John Bailo
Using monodevelop with Suse 9.2, when I try to add a reference, by clicking on a checkbox, the application shuts down.Here are the errors seen when I run it via the command line: [EMAIL PROTECTED]:~ cd mono-1.1.8.1/ [EMAIL PROTECTED]:~/mono-1.1.8.1 monodevelop

Re: [Mono-devel-list] monodevelop shutdown when trying to add reference

2005-06-26 Thread Bas Westerbaan
Hello, Did you install the latest version of mono develop and mono, compiled from source?On 6/26/05, John Bailo [EMAIL PROTECTED] wrote:Using monodevelop with Suse 9.2, when I try to add a reference, by clicking on a checkbox, the application shuts down.Here are the errors seen when Irun it

Re: [Mono-devel-list] monodevelop shutdown when trying to add reference

2005-06-26 Thread Ben Maurer
On Sun, 2005-06-26 at 14:14 -0700, John Bailo wrote: Using monodevelop with Suse 9.2, when I try to add a reference, by clicking on a checkbox, the application shuts down.Here are the errors seen when I run it via the command line: [EMAIL PROTECTED]:~ cd mono-1.1.8.1/ [EMAIL

Re: [Mono-devel-list] monodevelop shutdown when trying to add reference

2005-06-26 Thread John Bailo
On Sunday 26 June 2005 14:38, Ben Maurer wrote: Really, rpm is the best way to get stuff working. The installer is never going to work as nicely as rpms. I realize we don't have the SUSE 9.2 rpms. But once we get those, its the way to go. I tried using the rpms, but the number of dependency

Re: [Mono-devel-list] Guidelines: Application Deployment; Feedback requested.

2005-06-26 Thread Marcus
I remember that MSBuild originally did not use the GAC. Then they changed their minds. A brief summary of the situation is given in http://channel9.msdn.com/wiki/default.aspx/MSBuild.MsbuildAssembliesInTheGac. I do wish that they had elaborated on the problems that putting the assemblies in the

[Mono-devel-list] Did mono implement the RemotelyDelegatableObject ?

2005-06-26 Thread John Bailo
When I compile my console app: [EMAIL PROTECTED]:~/Projects/ChatClient mcs ChatClient.cs /r:System.Runtime.Remoting.dll ChatClient.cs(73) error CS0246: Cannot find type 'RemotelyDelegatableObject' Compilation failed: 1 error(s), 0 warnings [EMAIL PROTECTED]:~/Projects/ChatClient

Re: [Mono-devel-list] Guidelines: Application Deployment; Feedback requested.

2005-06-26 Thread Ben Maurer
On Sun, 2005-06-26 at 20:47 -0400, Miguel de Icaza wrote: Some other things that might be worth talking about: * Storing application settings (how to use S.Environment to get a location for preferences. Having both global and per user prefs) I guess the options are using

Re: [Mono-devel-list] Omnipresent Missing Class

2005-06-26 Thread Miguel de Icaza
Hello, It appeared when I first upgraded from 1.1.7 to 1.1.8. I thought this was an odd error, and so I tried 1.1.8.1. It remained. Since then I've tried Meebey's 1.1.8 and 1.1.8.1 DEBs, compiling 1.1.8 and 1.1.8.1 from source, using the 1.1.7 DEB from hoary-backports, and reverting to

[Mono-devel-list] Reminder, charter of this mailing list.

2005-06-26 Thread Miguel de Icaza
Hello, The mono-devel mailing list is a mailing about developing Mono and programming with Mono. Please try to keep the discussions technical. There have been some discussions in the last few weeks which are marginally related and which are better discussed on the more lax mono-list

Re: [Mono-devel-list] Guidelines: Application Deployment; Feedback requested.

2005-06-26 Thread Todd Berman
On Sun, 2005-06-26 at 21:41 -0400, Ben Maurer wrote: On Sun, 2005-06-26 at 20:47 -0400, Miguel de Icaza wrote: Some other things that might be worth talking about: * Storing application settings (how to use S.Environment to get a location for preferences. Having both

[Mono-list] Compiling Mono for WinCE

2005-06-26 Thread Luca
Hi, is it possibile to compile Mono for WinCE? I see something in the sources (ie. some defines) but I'm unable to find any further information... thanks in advance, Luca -- Home: http://kronoz.cjb.net 42 ___ Mono-list maillist -

[Mono-list] Time out using Npgsql

2005-06-26 Thread Carl Olsen
I'm getting a time out error again. The page is calling a simple stored procedure that returns a set of names from a PostgreSQL database. Any ideas on how to trouble shoot? Carl http://www.carl-olsen.com/ Server error in '/' application