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

2005-06-27 Thread Peter De Jager
My apologies. Pete. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miguel de Icaza Sent: Monday, June 27, 2005 04:11 To: [EMAIL PROTECTED] Subject: [Mono-devel-list] Reminder, charter of this mailing list. Hello, The mono-devel mailing list is a

RE: [Mono-devel-list] C# Threading : libgcc_s.so.1 must beinstalled for pthread_cancel to work

2005-06-27 Thread prashanth.kalvala
Hi Miquel, We installed mono using RPM. Regards Prashanth -Original Message- From: Miguel de Icaza [mailto:[EMAIL PROTECTED] Sent: Friday, June 24, 2005 11:54 PM To: Prashanth Kalvala (WT01 - E-ENABLING) Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-devel-list] C# Threading :

Re: [Mono-devel-list] [PATCH] System.Net.FtpWebRequest

2005-06-27 Thread Martin Hinks
Hi Miguel, I have read your comments and will make some changes... 1.) ABOR - yes, you are write - the Out-of-band thing only applies if there is a connected data socket correct? 2.) I'll add the code to send TYPE commands for mode 3.) MS.NET states that you cannot change the properties while

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

2005-06-27 Thread Martin Hinks
I have exactly the same problem on FC3... When I try to add a reference (of any type) the app shuts down instantly. Martin 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.

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

2005-06-27 Thread Robert Jordan
John, [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

[Mono-devel-list] Re: HttpWebRequest - Where is prefix registration done?

2005-06-27 Thread Robert Jordan
Martin, Can anyone tell me where the prefix registration is done for HttpWebRequest? FOr example, if I write a pluggable protocol using WebRequest the user has to do WebRequest.RegisterPrefix(prefix:) - but not for http: - where is this defined please? in

Re: [Mono-devel-list] Re: HttpWebRequest - Where is prefix registration done?

2005-06-27 Thread Martin Hinks
Thanks Robert, I ask because FX 2 has FtpWebRequest as a built in class - can I propose a patch to the default Mono supplied machine.config? Martin On 6/27/05, Robert Jordan [EMAIL PROTECTED] wrote: Martin, Can anyone tell me where the prefix registration is done for HttpWebRequest? FOr

[Fwd: [Mono-devel-list] Re: System.Xml patch]

2005-06-27 Thread Andrew Skiba
Hello Eno. Can you please look and give your opinion on this patch? Andrew. Original Message Subject: [Mono-devel-list] Re: System.Xml patch Date: Wed, 22 Jun 2005 12:48:06 +0300 From: Andrew Skiba [EMAIL PROTECTED] To: Atsushi Eno [EMAIL PROTECTED] CC: mono-devel mailing

Re: [Fwd: [Mono-devel-list] Re: System.Xml patch]

2005-06-27 Thread Atsushi Eno
Hi Andrew, Please go ahead as I wrote before ;-) http://www.mail-archive.com/mono-devel-list@lists.ximian.com/msg02075.html Andrew Skiba wrote: Hello Eno. Can you please look and give your opinion on this patch? Andrew. ___ Mono-devel-list

[Mono-devel-list] Re: HttpWebRequest - Where is prefix registration done?

2005-06-27 Thread Robert Jordan
Hi Martin, Thanks Robert, I ask because FX 2 has FtpWebRequest as a built in class - can I propose a patch to the default Mono supplied machine.config? It should be part of your FtpWebRequest patch. Rob Martin On 6/27/05, Robert Jordan [EMAIL PROTECTED] wrote: Martin, Can anyone

Re: [Mono-devel-list] (GridView) ButtonField 's HeaderText attribute is set but not rendered.

2005-06-27 Thread Lluis Sanchez
This has been fixed in SVN. El dv 17 de 06 del 2005 a les 16:27 +0200, en/na Sébastien Macke va escriure: Hi, When using a GridView with a ButtonField column as below: asp:gridview id=MyGridView runat=server AutoGenerateColumns=false columns asp:ButtonField

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

2005-06-27 Thread John Bailo
On Monday 27 June 2005 00:53, Robert Jordan wrote: John, [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

[Mono-devel-list] Re: Problem attaching to remoting server

2005-06-27 Thread Robert Jordan
John, Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. Server stack trace: Exception rethrown at [0]: --- System.ArgumentException: Couldn't bind to method 'SubmissionCallback'.--- End of inner exception stack

Re: [Mono-devel-list] Re: Problem attaching to remoting server

2005-06-27 Thread jabailo
-Original Message- From: Robert Jordan [mailto:[EMAIL PROTECTED] Sent: Monday, June 27, 2005 03:32 PM To: mono-devel-list@lists.ximian.com Subject: [Mono-devel-list] Re: Problem attaching to remoting server John, Unhandled Exception:

[Mono-devel-list] SqlClient Tests - CS0234 errors

2005-06-27 Thread RafaelMizrahi
Hi Suresh, I started integrating Mainsoft testing framework with mono SVN, And when I compile the NUnit tests of System.Data I get 3 occurrences of the error: error CS0234: The type or namespace name 'DBNull' does not exist in the class or namespace 'MonoTests.System.Data' (are you missing an

[Mono-devel-list] Fwd: Building mono on Solaris 10 x86/x64 : What I did, with patches

2005-06-27 Thread Jeremy Teo
Sorry, wrong mailing list. -- Forwarded message -- From: Jeremy Teo [EMAIL PROTECTED] Date: Jun 28, 2005 12:58 AM Subject: Building mono on Solaris 10 x86/x64 : What I did, with patches To: mono-list@lists.ximian.com Hi folks, After a whole weekend of ugly hackey, I managed to

[Mono-devel-list] Trigger some internal action based on attributes for a method?

2005-06-27 Thread Okehee Goh
I wonder how I can support this: When a method is entered and starts executing , I'd like to implicitly call another method or an internal function defined inside of CLR (What I'd like to do is to notify CLR certain information telling that the method being executed now is the one CLR

Re: [Mono-devel-list] Trigger some internal action based on attributes for a method?

2005-06-27 Thread Bas Westerbaan
Guess there would be three options: First just using a delegate instead of the method and add a handler to the delegate eg. MyClass.MyBaseFunctionDelegate += MyHookFunction; You could restrict usage by only allowing it to be accessed constructortime with the readonly keyword, although I am not

Re: [Mono-devel-list] Trigger some internal action based on attributes for a method?

2005-06-27 Thread Jose Cornado
This is kind of a shot in the dark: What about using round tripping? You do not want the users to customize their methods but what about you adding a couple of IL instructions to their standard methods to make the extra call. On 6/27/05, Okehee Goh [EMAIL PROTECTED] wrote: I wonder how I can