Re: [Mono-dev] foreach and structs. Possible bug on mcs?

2005-12-01 Thread Miguel de Icaza
Hello, > hello. mcs lets me use structs as iteration variable in a foreach > loop, csc does not. Looks like a bug, please file it on: www.mono-project.com/Bugs > using System.Drawing; > ... > Point[] puntos=new Point[64]; > System.Random r=new Random(); > foreach(Point p in

[Mono-dev] patch for mbuild MBFile.cs

2005-12-01 Thread Atsushi Eno
Hi Peter, I noticed that the latest mcs does not build mbuild because conversion from uint to System.IO.FilePermission fails (and it should fail). I think there you can use Mono.Posix to set executable permission. Also changed runtime detection part to use Environment.OSVersion.Platform (mono and

Re: [Mono-dev] Mono daily packages missing

2005-12-01 Thread Wade Berrier
The daily downloads are now updated and will happen at 1 am EST. Also, the bug where mono-latest.tar.gz pointing to the wrong file has been fixed. (It previously pointed to 1.1.9 downloads instead of 1.1.10). Wade On Thu, 2005-12-01 at 10:44 -0500, Miguel Icaza wrote: > Hello, > > > there hav

Re: [Mono-dev] ByteFX.Data

2005-12-01 Thread Gonzalo Paniagua Javier
On Thu, 2005-12-01 at 18:44 +0100, Velazquez Angel wrote: > I don't know why this namespace is working at my console app, but I > can't use it on my Webservices... > "ByteFX.Data unknown add a namespace or a reference" something like You need one of these: * Use the @Assembly directive in y

[Mono-dev] foreach and structs. Possible bug on mcs?

2005-12-01 Thread Pablo Iñigo Blasco
hello. mcs lets me use structs as iteration variable in a foreach loop, csc does not. using System.Drawing;     ... Point[] puntos=new Point[64]; System.Random r=new Random(); foreach(Point p in puntos) { p.X=r.Next(this.Width);//A p.Y=r.Next(this.Height);//B }   ... - compiles ok

[Mono-dev] xsp2 crashes with the ms default web.config file

2005-12-01 Thread Pablo Iñigo Blasco
I tried migrate my ASP2.0 on IIS5 to XSP2, in my first request i get this exception "System.Configuration.ConfigurationException: Unrecognized attribute in root element (D:/HomeWeb2.0\Web.config line 2)" . This web.config is the default web.config with "Visual WebDeveloper Express Edition". web.co

Re: [Mono-dev] Fix for failing TreeNode tests

2005-12-01 Thread Jackson Harper
On Sat, 2005-11-26 at 20:55 +0100, Dieter Bremes wrote: > Hi, > > below are 2 fixes + an additional test for the TreeNode's FullPath and > Index properties. Hi, these fixes are now in SVN. Thanks for the contributions! Cheers, Jackson > I also added the namespace for TreeNodeTest but didn't

[Mono-dev] ByteFX.Data

2005-12-01 Thread Velazquez Angel
I don't know why this namespace is working at my console app, but I can't use it on my Webservices... "ByteFX.Data unknown add a namespace or a reference" something like that. Thnx Correo Yahoo!Comprueba qué es nuevo, aquíhttp://correo.yahoo.es___ Mon

Re: [Mono-dev] [PATCH] Mono.Data.SqliteClient fixes from Beagle

2005-12-01 Thread Daniel Drake
Hi Miguel Miguel de Icaza wrote: It looks good to commit. Do you think you might be able to produce documentation for it as well? I have checked in the stubs, it might be worth at least documenting the pieces that will throw exceptions. I will try and get around to documenting those parts whe

[Mono-dev] [PATCH] another System.Resources.ResX* fix

2005-12-01 Thread Robert Jordan
Hi, http://bugzilla.ximian.com/show_bug.cgi?id=76870 May I commit? Robert ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

RE: [Mono-dev] MySql Connectivity in Mono/xsp for linux

2005-12-01 Thread Reggie Burnett
This was not intentional and with the next release we will be starting to use the nantcontrib tag to improve our version number situation. Reggie > -Original Message- > From: [EMAIL PROTECTED] [mailto:mono-devel-list- > [EMAIL PROTECTED] On Behalf Of Robert Jordan > Sent: Wednesday, Nove

Re: [Mono-dev] [PATCH] Mono.Data.SqliteClient fixes from Beagle

2005-12-01 Thread Miguel de Icaza
Hello, > Any comments? Does this look ok for me to commit? It looks good to commit. Do you think you might be able to produce documentation for it as well? I have checked in the stubs, it might be worth at least documenting the pieces that will throw exceptions. _

Re: [Mono-dev] Mono daily packages missing

2005-12-01 Thread Miguel de Icaza
Hello, > there haven't been any new mono daily packages on > http://mono.ximian.com/daily/ since November 10th. Is it a build problem ? > > I'm using these packages for regression benchmarks - I've added IA64 > platform recently - (http://nenya.ms.mff.cuni.cz/projects/mono), but the > benchmar

[Mono-dev] Compiling mono for arm linux

2005-12-01 Thread FALE(Leopold Faschalek)
Title: Compiling mono for arm linux Hi, while compiling mono-1.1.10 I get following error:     make[6]: *** [build/deps/basic-profile-check.exe] Error 245 And after that it reports an invalid mcs.exe, I tried the monolite-latest but no change. # build environment: # suse 9.0 linux