[Mono-dev] Problem building mono-1.1.9.1

2005-09-23 Thread Johann BLAIS
Hi, When i try to compile mono-1.1.9.1, i get an error : MONO_PATH=../../class/lib/net_1_1_bootstrap:$MONO_PATH /home/jblais/mono-1.1.9.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/ilasm.exe /debug /out:../../class/lib/default/Microsoft.VisualBasic.dll /dll

[Mono-dev] Firebird support breaks daily package builds

2005-09-23 Thread Tomas Kalibera
Hi Hari, I've a new problem building mono daily packages from http://mono.ximian.com/daily - the error message is below. The problem was first introduced in the daily version from September 14th. I am building the packages by ./configure, make, make install - are there any new requirements

[Mono-dev] mono-services, possible bug

2005-09-23 Thread Johannes Rauber
Hi, i wrote a little udp-server, which recieves udp packets and logs them into a file. I implemented this server into a .net Service Project and it runs fine after installing on any windows machine i tested. When i start it on Suse 9.3 with mono 1.1.8.1 using mono-services it starts but

[Mono-dev] Re: Firebird support breaks daily package builds

2005-09-23 Thread Raja R Harinath
Hi, Tomas Kalibera [EMAIL PROTECTED] writes: I've a new problem building mono daily packages from http://mono.ximian.com/daily - the error message is below. The problem was first introduced in the daily version from September 14th. I am building the packages by ./configure, make, make

[Mono-dev] [Patch] Extern assembly alias

2005-09-23 Thread Carlos Alberto Cortez
Hey, The attached patch implements extern assembly alias support for mcs. I've also added tests and errors for it, and all the tests are running fine. Could anybody of the mcs guys take a look at it? Thanks, Carlos. PD - The next link gives some info about it:

Re: [Mono-dev] Re: Firebird support breaks daily package builds

2005-09-23 Thread Graeme Geldenhuys
I think Wade Berrier checked in a fix for this, and it should be available soon. Isn't test builds done before new releases, other than on a developers PC or at least more than one PC? Standard product releasing procedures come to mind... :-) Regards, - Graeme -

Re: [Mono-dev] test/html/button.aspx failes with xsp 1.1.9

2005-09-23 Thread Jens Peters
Chris Toshok wrote: Could you post the complete imagebutton sample? my image button test work fine. Of course, from the samples (web_imagebutton.aspx): %@ Page Language=C# % html head script runat=server void Clicked (object o, ImageClickEventArgs e) {

Re: [Mono-dev] .aspx and .aspx.cs (spliting codebehind) [SOLVED]

2005-09-23 Thread Florian
Salut Pascal, Thx for the quick and very good advice. I tried it exactly the same way as you described (just the asp:form as form) and it actually worked (not just xsp but also mod_mono). I also found the reason for the problem I had: My .dll was called .aspx.dll. I just didn't think about

Re: [Mono-dev] [Patch] Extern assembly alias

2005-09-23 Thread Raja R Harinath
Hi, Carlos Alberto Cortez [EMAIL PROTECTED] writes: The attached patch implements extern assembly alias support for mcs. I've also added tests and errors for it, and all the tests are running fine. Could anybody of the mcs guys take a look at it? I'm not particularly thrilled by the

[Mono-dev] Revised mod_mono vhost clash patch

2005-09-23 Thread Joshua Tauberer
Gonzalo, As I posted last Saturday, with virtual hosts and default aliases, each vhost's default mod-mono-server would be tied to the same unix socket file. In the attached patch (simplified from last time), the default name for default XSPs within virtual hosts is changed to the hostname of

Re: [Mono-dev] .aspx and .aspx.cs (spliting codebehind) [SOLVED]

2005-09-23 Thread Gaurav Vaish (Mono)
Hi Florian, Thx for the quick and very good advice. I tried it exactly the same way as you described (just the asp:form as form) and it actually worked (not just xsp but also mod_mono). Well.. form is an HtmlControl and not a WebControl. The asp prefix is, by default, registered to the

[Mono-dev] Infinite loop in SsllServerStream

2005-09-23 Thread Ian Moir
Hello I am trying to track down the cause of an infinite loop I am seeing in the class Mono.Security.Protocol.Tls.SslServerStream(). I can easily get some threads in my app into infinite loops by making several quick http type requests and one or more threads reading the request may end up in

Re: [Mono-dev] Infinite loop in SsllServerStream

2005-09-23 Thread Sebastien Pouliot
Hello Ian, On Fri, 2005-23-09 at 09:12 -0600, Ian Moir wrote: Hello I am trying to track down the cause of an infinite loop I am seeing in the class Mono.Security.Protocol.Tls.SslServerStream(). I can easily get some threads in my app into infinite loops by making several quick http

Re: [Mono-dev] Infinite loop in SsllServerStream

2005-09-23 Thread Ian Moir
Bonjour Sebastien Sorry about that. The version I am working on is old, 1.1.5, but a colleage has verified that this problem does occur in 1.1.8, and I believe that he has also seen it in 1.1.9, but I will be confirming that sometime today for myself. I'll let you know how when I am done with

Re: [Mono-dev] Infinite loop in SsllServerStream

2005-09-23 Thread Ian Moir
Hi Sebastien I just tried my app in 1.1.9.1 and the problem is still there. In fact, more threads seem to end up taking lots of CPU and seem to be in infinite loops. I will get a demo app out asap Ian Ian Moir wrote: Bonjour Sebastien Sorry about that. The version I am working on is

[Mono-dev] Key derivation and encryption in cross platform environments

2005-09-23 Thread Martin Hinks
Hi all, Can someone help me out with these two things please: Which .NET Encryption classes does Mono support that will work cross platform? eg. I encrypt on Windows using .NET and the Linux class can decrypt the same file and visa versa. In the same vein, how can I derive a key from a password

Re: [Mono-dev] Key derivation and encryption in cross platform environments

2005-09-23 Thread Sebastien Pouliot
Hello Martin, On Fri, 2005-23-09 at 18:08 +0100, Martin Hinks wrote: Hi all, Can someone help me out with these two things please: Which .NET Encryption classes does Mono support that will work cross platform? eg. I encrypt on Windows using .NET and the Linux class can decrypt the same

Re: [Mono-dev] Infinite loop in SsllServerStream

2005-09-23 Thread Sebastien Pouliot
Hello Ian, On Fri, 2005-23-09 at 10:59 -0600, Ian Moir wrote: Hi Sebastien I just tried my app in 1.1.9.1 and the problem is still there. :( In fact, more threads seem to end up taking lots of CPU and seem to be in infinite loops. The new code did from better to *a*lot*better* for

Re: [Mono-dev] mono-services, possible bug

2005-09-23 Thread Gonzalo Paniagua Javier
On Fri, 2005-09-23 at 12:52 +0200, Johannes Rauber wrote: Hi, i wrote a little udp-server, which recieves udp packets and logs them into a file. I implemented this server into a .net Service Project and it runs fine after installing on any windows machine i tested. When i start it on

Re: [Mono-dev] Revised mod_mono vhost clash patch

2005-09-23 Thread Gonzalo Paniagua Javier
On Fri, 2005-09-23 at 09:36 -0400, Joshua Tauberer wrote: Gonzalo, As I posted last Saturday, with virtual hosts and default aliases, each vhost's default mod-mono-server would be tied to the same unix socket file. In the attached patch (simplified from last time), the default name for

[Mono-dev] mono 1.1.9.20050923 and solaris

2005-09-23 Thread pablosantosluac
Hi again, I have just tried to compile mono again on solaris 10 x86. Well, after doing the normal fixes I hit again the System.Xml.dll problem. I have fixed exceptions-x86.c, mph.h and basic.make (I can't make sed work correctly...) But, as usual, it gets a segmentation fault when trying to