Re: [Mono-docs-list] Monodoc contrib server down?

2007-07-02 Thread Miguel de Icaza
Hello, The SQL server was down. I restarted it. I've been trying to contribute using Ctrl-U in monodoc, but it's giving me the following error: Monodoc encountered a failure when requesting a password for your e-mail address. Try again later. Is the server down?

Re: [Mono-docs-list] Monodoc contrib server down?

2007-07-02 Thread Adrien Dessemond
On Mon, 2007-02-07 at 17:26 -0400, Miguel de Icaza wrote: Hello all, Hello, The SQL server was down. I restarted it. How/How often is the documentation synchronized with contributions made through Monodoc ? Kind regards, Adrien ___

Re: [Mono-docs-list] Monodoc contrib server down?

2007-07-02 Thread Miguel de Icaza
Hey, Every few weeks/months, depending on my load. On Mon, 2007-02-07 at 17:26 -0400, Miguel de Icaza wrote: Hello all, Hello, The SQL server was down. I restarted it. How/How often is the documentation synchronized with contributions made through Monodoc ?

[Mono-winforms-list] ValueMember and DisplayMember issue

2007-07-02 Thread Dario Quintana
Hi people, I can't do work fine in a combobox the properties ValueMember and DisplayMember. In the comboBox text Mono show me the result of ToString() and is not considering the sets of Display/ValueMember properties. This code show the issue: using System; using System.Collections.Generic;

Re: [Mono-dev] ref and out for param in override methode

2007-07-02 Thread olivier dufour
Hello, In fact, I have not a real TODO list because all TODO is mainly unit tested class ( the AST and Token class is just properties with a Ctor with param of properties) so not really needed but a lot of other class need it! I have some class to finished as Engine and RowanGenerator and all is

Re: [Mono-dev] Cannot load Mono.Security.dll

2007-07-02 Thread APS
Hi, thanks for the answer. I searched man mono but I was not able to find how to have a log with where assemblies are searched for. Btw when I launch the gacutil command I receive Mono.Security, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756 Mono.Security, Version=2.0.0.0,

[Mono-dev] MethodInfo.Invoke throws exception when a null is passed into a by ref arg

2007-07-02 Thread Federico Evers
Hello, When trying to invoke a method through reflection in which one of the argument is by ref mono will throw a null reference exception. .NET on the other hand does not. Consider the attached example... gmcs test.cs ./test.exe -- Federico Evers using System; using

[Mono-dev] correction to previous submission -- MethodInfo.Invoke throws exception when a null is passed into a by ref arg]

2007-07-02 Thread Federico Evers
I apologize for the previous submission... that one does compile and execute fine in both mono and .NET It looks like the problem is when I use Method.Invoke to invoke a method where one of the arguments is a generic by reference (i.e. TestMethod(ref Liststring list)). When trying

[Mono-dev] Walking all managed objects

2007-07-02 Thread Joachim Ante
Hi, Is there any way from managed or unmanaged code to iterate through all allocated managed objects? I presume the Garbage collector must have this data somewhere? I basically want to see which objects are being referenced and then unload some unmanaged data based on it. I don't want to

Re: [Mono-dev] Walking all managed objects

2007-07-02 Thread Rodrigo Kumpera
Joachim, Heap walking is not supported AFAIK. You could, in theory, implement this feature by extending the garbage collector, but this would require some big mono hacking, which I think you should avoid. From the performance point of view, using finalizer is make for sense for what you

Re: [Mono-dev] issue with delegate and annonymous methods

2007-07-02 Thread Dario Quintana
I've update mono from the SVN. Now, 1 question, you have tested the example with NAnt or Monovelop ? Because with monodevelop it's working, but when I run NAnt I still got the message: [csc] /home/dario/monosms/src/Mono.Sms/Main.cs(281,49): error CS0103: The name `Agenda' does not exist in the

Re: [Mono-dev] Walking all managed objects

2007-07-02 Thread Cedric Vivier
On 7/2/07, Rodrigo Kumpera [EMAIL PROTECTED] wrote: Heap walking is not supported AFAIK. You could, in theory, implement this feature by extending the garbage collector, but this would require some big mono hacking, which I think you should avoid. Hi! Doesn't heapshot[1] already implement

Re: [Mono-dev] issue with delegate and annonymous methods

2007-07-02 Thread Marek Safar
Hello, I've update mono from the SVN. Now, 1 question, you have tested the example with NAnt or Monovelop ? I used MonoDevelop project because I have some very old NAnt version. What is the difference ? Marek ___ Mono-devel-list mailing list

Re: [Mono-dev] Walking all managed objects

2007-07-02 Thread Joe Shaw
Hi, On 7/2/07, Cedric Vivier [EMAIL PROTECTED] wrote: On 7/2/07, Rodrigo Kumpera [EMAIL PROTECTED] wrote: Heap walking is not supported AFAIK. You could, in theory, implement this feature by extending the garbage collector, but this would require some big mono hacking, which I think you

Re: [Mono-dev] issue with delegate and annonymous methods

2007-07-02 Thread Michael Hutchinson
On 7/2/07, Marek Safar [EMAIL PROTECTED] wrote: Hello Dario, I could not reproduce the issue with SVN version of gmcs. Can you try to use SVN version of gmcs ? I can confirm I had a very similar issue with gmcs in Mono 1.2.4 on Ubuntu Feisty (sorry I didn't have time to report it at the

Re: [Mono-dev] issue with delegate and annonymous methods

2007-07-02 Thread Dario Quintana
I don't know the difference, but with monodevelop it's ok, but with NAnt I got the exception :s very strange I dont know what it's wrong :s because I have 1 file gmcs.exe in my linux, I deleted the rest...what can I do :) Then NAnt/MD are using the same compiler. Some Clue ? On 7/2/07, Marek

[Mono-dev] [PATCH] move access check code from mini/mini.c to metadata/class.c

2007-07-02 Thread Rodrigo Kumpera
Hi guys The attached patch moves can_access_field and can_access_method from mini.cto class.c. The reason behind this change is to allow code sharing between verifier and JIT as access checks are meat to be exactly the same between the two. The current patch just move the code and makes no

Re: [Mono-dev] mono crashing on windows

2007-07-02 Thread Jonathan Chambers
Just to close this issue, the problem seems to be with r80012 (I tracked it down to this rev this morning). I think it's the same issue Atsushi points out here: http://bugzilla.ximian.com/show_bug.cgi?id=77596 Thanks, Jonathan On 6/29/07, Marcos Cobeña Morián [EMAIL PROTECTED] wrote: Hello

[Mono-list] newbie:help connecting with nysql 5.0

2007-07-02 Thread rupanu pal
hello there,nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; I have just got started with mono and having a trouble connecting with Mysql 5.0..It seems it can\'t find the driver needed.I have mysql connector/.net 1.0.9but can\'t get that working.I read somewhere mono needs 1.0.7 of that connector ,but I

Re: [Mono-list] newbie:help connecting with nysql 5.0

2007-07-02 Thread Florian Hester
Hello, Try putting the MySql Connector DLL's in a bin directory in same directory as your page. If that does not work, here is a link to the 1.0.7 version of the connector: http://ftp.snt.utwente.nl/pub/software/mysql/Downloads/Connector-Net/mysql-connector-net-1.0.7.zip Florian Hester hello

Re: [Mono-list] newbie:help connecting with nysql 5.0

2007-07-02 Thread Florian Hester
Hello, The link i give you led to a Windows installer. Here is the right one: http://ftp.snt.utwente.nl/pub/software/mysql/Downloads/Connector-Net/mysql-connector-net-1.0.7-noinstall.zip Florian Hester ___ Mono-list maillist -

Re: [Mono-list] Trouble with utf-16 marshaling

2007-07-02 Thread Maser, Dan
Thanks to the ideas suggested by those who responded, I have a little more info on this. I was trying to make a smaller test project that reproduced this so I could submit a bug and found out that the real problem is slightly different than I originally reported. The real problem isn't with

[Mono-list] Interact with the console in Linux

2007-07-02 Thread Hoqenishy
Hi, folks - I've got a quick question that hopefully has an easy resolution... how can I pass commands to the console in Linux from a C# app? It's fairly easy to do in Windows from C#, but nothing I try in Mono seems to do the trick. I'm trying to automate password synchronization between Samba,

[Mono-list] mod_mono/XSP2 hanging under load with --nonstop

2007-07-02 Thread Raj Patel
Hi, I have found a situation when load testing my web application where when either XSP2 or Apache/mod_mono are started with --nonstop, the application freezes after little load. When not running with -nonstop, I can pound the application happily with no issues. The web application itself

Re: [Mono-list] Downloading Mono for Linux

2007-07-02 Thread Adriaan van Kekem
Hi, I am also missing some packages: the mono-x-installer.bin for 64 bits os and generic debian packages. Can this 2 be added to the downloads? thank you, Adriaan On 6/24/07, Adrien Dessemond [EMAIL PROTECTED] wrote: At 19:12 2007-06-23, you wrote: Hello Oswald, The link for the Linux

[Mono-list] FileSystemWatcher events do not fire

2007-07-02 Thread Andrus
I found that FileSystemWatcher events does not occur. Same code in .NET runs OK. How to fix ? Andrus. To reproduce, run code. Expected: message box should appear Observed: message box does not appear. Enironment: MONO 1.2.4 .Net 2 profile Windows XP Code to reproduce: using System; using

[Mono-list] Why do .net compiled apps run without a black dos prompt, and mono apps do?

2007-07-02 Thread Jacob Rhoden
Hi Guys, Not sure if this list is active, I just subscribed, anyways quick question. Why do .net compiled apps run without a black dos prompt, and mono apps do? Long version: 1) I downloaded a simple example app to show an icon in the system tray. I just dobule click on the executable and it

Re: [Mono-list] Interact with the console in Linux

2007-07-02 Thread Madars Vitolins
Hi, I use following script for password samba/ldap password change: $ cat chpass #! /bin/sh { echo $2 echo $2 } | /usr/sbin/smbldap-passwd $1 here is no magic, just call that chpass with username password arguments... Madars. On 6/22/07, Hoqenishy [EMAIL PROTECTED] wrote:

Re: [Mono-list] Why do .net compiled apps run without a black dos prompt, and mono apps do?

2007-07-02 Thread Alan McGovern
compile with: /target:WinExe (or something like that). Alan. On 6/26/07, Jacob Rhoden [EMAIL PROTECTED] wrote: Hi Guys, Not sure if this list is active, I just subscribed, anyways quick question. Why do .net compiled apps run without a black dos prompt, and mono apps do? Long version: 1)

Re: [Mono-list] Trouble with utf-16 marshaling

2007-07-02 Thread Maser, Dan
I created bug: http://bugzilla.ximian.com/show_bug.cgi?id=81990 which contains the description and the two source files that will reproduce this problem. The way I compiled them both is written in a comment block on the top of the source files. Thanks in advance to anyone who can give

Re: [Mono-list] Philosophical Question - Why .NET on UNIX?

2007-07-02 Thread Alan McGovern
Hi, I've left some comments inline. Also, sorry about the double email, forgot to CC the list first. In other words, I have thought from the beginning that the Microsoft philosophy is wrong. In fact knowing the weakness of accommodating unknown, interoperable objects well has permitted me on

Re: [Mono-list] Philosophical Question - Why .NET on UNIX?

2007-07-02 Thread mike montagne
Hi, Alan. No problem with the inline comments. I'm going to do the same with my response. Alan McGovern wrote: Hi, I've left some comments inline. Also, sorry about the double email, forgot to CC the list first. In other words, I have thought from the beginning that the

[Mono-list] Session problem with mod_mono

2007-07-02 Thread Mike Leahy
Hello list, I have what I hope is an easy-to-solve problem. I'm just getting started using mod_mono. I'm trying to see if I can get a WebService running with cookieless sessions. I added a method to TestService.asmx from the xsp test samples, that looks as follows:

Re: [Mono-list] can't find the list of classes support in mono

2007-07-02 Thread Miguel de Icaza
Hello, Specifically, I'm looking to see if membership, role providers and profile providers are supported. I thought I saw a list once that showed all the .net classes and the status in mono. They are. Miguel ___ Mono-list maillist -

Re: [Mono-list] Philosophical Question - Why .NET on UNIX?

2007-07-02 Thread Alan McGovern
One obvious security vulnerability (assumably of all .Net implementations, because all implementations generate IL), is that the very IL will regularly pave the way to security breaches. Likewise, IL makes it very difficult if not impractical to protect intellectual property. I wouldn't

Re: [Mono-list] Philosophical Question - Why .NET on UNIX?

2007-07-02 Thread Miguel de Icaza
Hello, This discussion seems to be now offtopic to the forum. Am not sure what is the relevance of this discussion about Javascript with .NET on Unix. If you do not need .NET on Unix, then this forum is not for you. In the same way that a forum on Women issues in Chiapas is probably