Re: [Mono-dev] Embedded Mono/Program freezes

2006-08-18 Thread Robert Jordan
Hi, Janne Rantala wrote: >> Now to the bug: Web servers usually deny more then 2 open >> connections from a specific client. Since your server >> acts on behalf of its clients, you're probably somehow >> reaching the limit. > > After reading your reply I thought that this must have been the > rea

[Mono-dev] DynamicMethod skipVisibility

2006-08-18 Thread tcmichals
Version 1.1.16.1, when creating a dynamic function with the skipVisibility set to true and creating a Delegate to the new function. The dynamic function is calling another function which is not public, this gives me an exception, but I thought the skipVisibility flag allows this? Also, tested

Re: [Mono-dev] Embedded Mono/Program freezes

2006-08-18 Thread Janne Rantala
Hi! 2006/8/18, Robert Jordan <[EMAIL PROTECTED]>: > Hey, > > Why do I have to deduce from other of your posts what you're > trying to do? :-) Please try to be more detailed. Sorry about that, you did fine job crawling those posts though :) > > I understand you have a server app which embeds mono

Re: [Mono-dev] Building Mono from Source

2006-08-18 Thread Cory Foy
Zoltan Varga wrote: > This should be fixed in SVN. In the meantime, try deleting > libgc/libtool.m4 and > rerunning autogen.sh. Aha! Yep, that fixed it exactly. Thanks! -- Cory Foy http://www.cornetdesign.com ___ Mono-devel-list mailing list Mono-deve

Re: [Mono-dev] XSP/mod_mono installation

2006-08-18 Thread Gonzalo Paniagua Javier
On Fri, 2006-08-18 at 13:44 +0300, Sven wrote: > RedHat Enterprise 4 i686 > Installed: > mono-core > mono-data > mono-web > xsp > mod_mono > > When trying to load mod_mono.so in httpd.conf i get error > pachectl configtest restart > Syntax error on line 228 of /usr/local/apache/conf/httpd.co

Re: [Mono-dev] XSP Problem : System.Exception: Error reading headers.

2006-08-18 Thread Gonzalo Paniagua Javier
On Fri, 2006-08-18 at 10:21 +0200, Hubert FONGARNAND wrote: > Ok, most of problems seems to be solved thanks to Miguel [...] > Description: Error compiling a resource required to service this > request. Review your source file and modify it to fix this error. > > Error message: > (0,0) : error C

Re: [Mono-dev] mono doc

2006-08-18 Thread Robert Jordan
matt westerburg wrote: > I look inside of monos documentation for the class library System and I > just > don't see any socket level classes or methods and or any Wrapped up Http > methods. Where might I find just opening a socket? It's in System.Net ;-) Robert

Re: [Mono-dev] System.Net

2006-08-18 Thread Robert Jordan
Please reply on the list. matt westerburg wrote: > So if I had code that utilized System.Net and I just leave it with > using System; > Would it be compatible or would methods and classes be different? Like in MS.NET, System.Net is a namespace which happens to be implemented in the System asse

[Mono-dev] mono doc

2006-08-18 Thread matt westerburg
I look inside of monos documentation for the class library System and I just don't see any socket level classes or methods and or any Wrapped up Http methods.  Where might I find just opening a socket? ___ Mono-devel-list mailing list Mono-devel-list@list

Re: [Mono-dev] System.Net

2006-08-18 Thread Robert Jordan
matt westerburg wrote: > I am new to Mono, but not C#. I have installed mono a couple of times and > messed around with it on a few distros. But I have never gotten the > System.Net library. I am just inquiring to whether there is a working > version of the class library? There is no library wi

[Mono-dev] System.Net

2006-08-18 Thread matt westerburg
I am new to Mono, but not C#.  I have installed mono a couple of times and messed around with it on a few distros.  But I have never gotten the System.Net library.  I am just inquiring to whether there is a working version of the class library? ___ Mono-

[Mono-dev] How to use GTK Theme Selector on Windows

2006-08-18 Thread Jacques du Preez
Legal Notice | intervate.com | +27 11 236-3860 Hi, What is the process to install new GTK Themes on Windows? Regards, Jacques du Preez Software Developer This e-mail is subject to our legal notice, to view click here. _

Re: [Mono-dev] local file based EventLog implementation

2006-08-18 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:mono-devel-list- > [EMAIL PROTECTED] On Behalf Of Robert Jordan > Sent: vrijdag 18 augustus 2006 16:19 > To: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] local file based EventLog implementation > > Gert Driesen wrote:

Re: [Mono-dev] local file based EventLog implementation

2006-08-18 Thread Robert Jordan
Gert Driesen wrote: > b) adding EventLogMessages.dll to the binary distributions (for win32, and > linux too) > > If we do not get approval for (b) (not sure why, but could be ofcourse), > then we could still embed the dll into the System assembly and extract it at > runtime (if it doesn't exist y

Re: [Mono-dev] Problem with ASP.NET & Symbolic link

2006-08-18 Thread Hubert FONGARNAND
The bug is reported with a simple test case (easy to reproduce) http://bugzilla.ximian.com/show_bug.cgi?id=79103 Le vendredi 18 août 2006 à 10:24 +0200, Hubert FONGARNAND a écrit : Ok, most of problems seems to be solved thanks to Miguel BUT when i've seen the changelog : "

Re: [Mono-dev] ComponentDesigner implementation patch

2006-08-18 Thread Rafael Teixeira
Fantastic job, Ivan. I hope you get quick approval for commit. On 8/17/06, Ivan N. Zlatev <[EMAIL PROTECTED]> wrote: > Hello! > > The attached ComponentDesigner.patch.tar.gz is a complete > implementation of the 1.1 and 2.0 > System.ComponentModel.Design.ComponentDesigner. I have successfully > ho

Re: [Mono-dev] Where clause on generic delegates

2006-08-18 Thread Rafael Teixeira
Please file a bug report. Thanks, On 8/17/06, Michał Ziemski <[EMAIL PROTECTED]> wrote: > Hi! > > GMCS crashes when a "where" clause is used on a generic delegate. > I am using > Mono C# compiler version 1.1.16.1 on FC4 > > Should I file a bug for this one? > I would be grateful for assistance as

Re: [Mono-dev] Embedded Mono/Program freezes

2006-08-18 Thread Robert Jordan
Hey, Why do I have to deduce from other of your posts what you're trying to do? :-) Please try to be more detailed. I understand you have a server app which embeds mono (under Windows) and which sometimes acts as a *WebService client*. At least I can deduce this from the trace and from your previ

Re: [Mono-dev] Building Mono from Source

2006-08-18 Thread Zoltan Varga
Hi, This should be fixed in SVN. In the meantime, try deleting libgc/libtool.m4 and rerunning autogen.sh. Zoltan On 8/18/06, Cory Foy <[EMAIL PROTECTED]> wrote: > Hi All, > > I had previously written about a problem compiling Mono from source on > Gentoo. I didn't get any responses, but

Re: [Mono-dev] local file based EventLog implementation

2006-08-18 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:mono-devel-list- > [EMAIL PROTECTED] On Behalf Of Gert Driesen > Sent: vrijdag 18 augustus 2006 11:26 > To: 'Kornél Pál' > Cc: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] local file based EventLog implementation > > >

[Mono-dev] Embedded Mono/Program freezes

2006-08-18 Thread Janne Rantala
Hi everyone! We have client-server application where Mono is embedded on server side, and the idea is that clients can create and run Mono programs there. Any calls from unmanaged code to managed is handled with mono_runtime_exec_managed_code, and before that mono_thread_attach() is called. I've

[Mono-dev] Building Mono from Source

2006-08-18 Thread Cory Foy
Hi All, I had previously written about a problem compiling Mono from source on Gentoo. I didn't get any responses, but I did come across the following posting: http://lists.ximian.com/pipermail/mono-devel-list/2005-November/015886.html which said to go into the libgc directory and run autogen.

Re: [Mono-dev] Random CIL generator

2006-08-18 Thread Sebastien Pouliot
Hello Bjarke, On Fri, 2006-08-18 at 11:48 +0200, Bjarke Hammersholt Roune wrote: > Can anyone point me to a random CIL generator? As far as I can tell from > Google, no one has written one yet. I had never seen one, but it would be a very useful tool to test the runtime. Another variation woul

[Mono-dev] XSP/mod_mono installation

2006-08-18 Thread Sven
RedHat Enterprise 4 i686 Installed: mono-core mono-data mono-web xsp mod_mono When trying to load mod_mono.so in httpd.conf i get error pachectl configtest restart Syntax error on line 228 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/lib/httpd/modules/mod_mono.so into server: /usr/

[Mono-dev] Problem with call of stored procedure in Oracle

2006-08-18 Thread Sergey
Hello. Something strange happens with types when calling stored procedure in Oracle.  Procedure looks like: create or replace procedure test_int(p1 in number, p2 out number) is begin   p2 := p1; end test_int; Putting trace option on we can see that mono oracle client passes parameter of wrong

[Mono-dev] Random CIL generator

2006-08-18 Thread Bjarke Hammersholt Roune
Can anyone point me to a random CIL generator? As far as I can tell from Google, no one has written one yet. I ask because I don't want to go around considering how to write one if one already exists. It would be useful to do testing on CIL-based tools as described at http://testingsoftware.blo

Re: [Mono-dev] local file based EventLog implementation

2006-08-18 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:mono-devel-list- > [EMAIL PROTECTED] On Behalf Of Kornél Pál > Sent: vrijdag 18 augustus 2006 10:45 > To: Gert Driesen > Cc: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] local file based EventLog implementation > > >Tha

Re: [Mono-dev] local file based EventLog implementation

2006-08-18 Thread Kornél Pál
>That would be great, but we still need to wait for approval from Miguel >first. You can make sure that nothing will be approved until 1.1.17 is released so you don't have to hurry. And it's much easier to get approval for a properly working, complete patch than a partial one. Kornél

[Mono-dev] Problem with ASP.NET & Symbolic link

2006-08-18 Thread Hubert FONGARNAND
Ok, most of problems seems to be solved thanks to Miguel BUT when i've seen the changelog : " * image.c (full_path): A new method used to obtain the actual path     of an assembly even in the presence of symbolic links.     This is necessary for the case where we are running a binary

Re: [Mono-dev] XSP Problem : System.Exception: Error reading headers.

2006-08-18 Thread Hubert FONGARNAND
Ok, most of problems seems to be solved thanks to Miguel BUT when i've seen the changelog : " * image.c (full_path): A new method used to obtain the actual path     of an assembly even in the presence of symbolic links.     This is necessary for the case where we are running a binar

Re: [Mono-dev] local file based EventLog implementation

2006-08-18 Thread Gert Driesen
> -Original Message- > From: Kornél Pál [mailto:[EMAIL PROTECTED] > Sent: vrijdag 18 augustus 2006 3:51 > To: Gert Driesen > Cc: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] local file based EventLog implementation > > >You could have a look at the patch(es) I sent to the l