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
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
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
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
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
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
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
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
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
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
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
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.
_
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
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
14 matches
Mail list logo