[Mono-docs-list] RE: Mono-docs-list digest, Vol 1 #250 - 1 msg

2004-07-14 Thread RafaelMizrahi
Hi duncan, I think I also alerted about a same problem at http://lists.ximian.com/archives/public/mono-docs-list/2004-March/001011 .html take a look at $monodoc\class\System.Data\en\System.Data\ConstraintCollection.xml and you can see that the member Item, appear without parameters.

Re: [Mono-list] mod_mono and swapping out web application

2004-07-14 Thread Willem . Smit
Jim Erwin wrote: works is to run killall mono from a root prompt. At this point, the server processes are restarted and on the next page hit, the JIT compilation takes place. All is well. The down side of this as I see it is that this will kill ALL mono applications on the box. So if I'm

[Mono-list] mod_mono strange behavior

2004-07-14 Thread Igor Georgiev
Apache/2.0.50 (Unix) mod_ssl/2.0.50 OpenSSL/0.9.7d PHP/4.3.7 mod_mono/1.0 mod_mono builded from cvs (present time Wed Jul 14 11:18:52 EEST 2004) --- from httpd.conf MonoUnixSocket /tmp/mono/mod_mono_server MonoRunXSP True MonoExecutablePath /usr/local/mono/bin/mono MonoPath

[Mono-list] WebServices and Mono

2004-07-14 Thread beniniva
Hi, I'm new in Mono and WebServices technology. Could anybody write me a simple web service cliente example (web application) of TestService.asmx (in /usr/share/doc/xsp/test). TestService.asmx - %@ WebService Language=c# Codebehind=TestService.asmx.cs

Re: [Mono-list] mod_mono strange behavior

2004-07-14 Thread Gonzalo Paniagua Javier
El mié, 14-07-2004 a las 10:08, Igor Georgiev escribió: Apache/2.0.50 (Unix) mod_ssl/2.0.50 OpenSSL/0.9.7d PHP/4.3.7 mod_mono/1.0 mod_mono builded from cvs (present time Wed Jul 14 11:18:52 EEST 2004) --- from httpd.conf MonoUnixSocket /tmp/mono/mod_mono_server MonoRunXSP True

Re: [Mono-list] WebServices and Mono

2004-07-14 Thread Gonzalo Paniagua Javier
El mié, 14-07-2004 a las 12:38, [EMAIL PROTECTED] escribió: Hi, I'm new in Mono and WebServices technology. Could anybody write me a simple web service cliente example (web application) of TestService.asmx (in /usr/share/doc/xsp/test). [...] And...Which are the steps for creating and

RE: [Mono-list] Remaining S/390 JIT issues

2004-07-14 Thread Varga Zoltan
Hi, I know nothing about S390, but maybe this stuff can be handled by adding more arch specific macros/functions, like MONO_ARCH_IP_IN_CLAUSE(ctx,clause). Zoltan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[Mono-list] Bug in String.Replace / StringBuilder.Replace

2004-07-14 Thread Jochen Wezel
Title: Bug in String.Replace / StringBuilder.Replace Hi! There is a problem in Mono 1.0 when replacing in a string or stringbuilder object. Try 'Dim myBuffer As New System.Text.StringBuilder Dim mybuffer As String Dim myReader As New System.IO.StreamReader(WindowsFile,

Re: [Mono-list] Bug in String.Replace / StringBuilder.Replace

2004-07-14 Thread Dick Porter
On Wed, 2004-07-14 at 15:36, Jochen Wezel wrote: Hi! There is a problem in Mono 1.0 when replacing in a string or stringbuilder object. The myBuffer variable contains a string of 7 MB. For small strings, it seems to work. But with larger ones as my 7 MB string, the line

[Mono-list] DiaCanvas# 0.4.0 released

2004-07-14 Thread Martin Willemoes Hansen
Hello! For more information about the release of DiaCanvas# 0.4.0, see: http://mwh.sysrq.dk/programs/announcements/diacanvas-sharp-0.4.0.html Happy hacking! -- Martin Willemoes Hansen ___ Mono-list maillist - [EMAIL PROTECTED]

[Mono-list] OT: A good java book

2004-07-14 Thread Jonel Rienton
hi guys, i'm not sure if any of you guys are java developer as well, and if you are, i just like to know which book you guys recommend if you're starting on learning the java language. thanks much for your time. Jonel ___ Mono-list maillist - [EMAIL

Re: [Mono-list] OT: A good java book

2004-07-14 Thread Erik Dasque
Thinking in Java by Bruce Eckel (sp?) or Java in a Nutshell at O'Reilly Erik On Jul 14, 2004, at 2:56 PM, Jonel Rienton wrote: hi guys, i'm not sure if any of you guys are java developer as well, and if you are, i just like to know which book you guys recommend if you're starting on learning the

[Mono-list] Mono: Post 1.0 plans and development update.

2004-07-14 Thread Miguel de Icaza
Hello, Well, this release was fairly intense, thanks to everyone that contributed, the time has come to plan for the new features in Mono. * Releases Mono has been branched on the CVS repository and today we have two development tracks: the mono-1-0 branches and the HEAD

Re: [Mono-list] Mono: Post 1.0 plans and development update.

2004-07-14 Thread Paulo Aboim Pinto
Hello I've read all the new feature and i think that is a very promissing work you have ahead. I think that WinForms is important and must be a goal if you can implement it. I use mono essencially to make WebApplications, and i can't seen new good features in that area. For example the XSP