Re: [Mono-list] xml bug?

2004-01-20 Thread Atsushi Eno
Hello, We should have rejected your XML, as you are trying to add more than one top-level element (document element) to your document. The fact that we don't do so is a bug. Thanks for the notice. I remember that I added and reverted that check because once it was not done by .NET Framework 1.1

[Mono-list] Object Browser, gtksourceview-sharp documentation ?

2004-01-20 Thread Tiago Lima
Hi, What is the name of the cvs module for the Object Browser I saw in the screenshots? Has gtksourceview (gtksourceview-sharp) any monodoc documentation? Is there any way of importing it to the monodoc? Thanks in advance, Tiago Lima ___

[Mono-list] xml bug?

2004-01-20 Thread Daniel Pecos
Hi! I have found an issue that I don't know if it's an error or it is ok: when I add an attribute named xmlns to an XmlElement, then all childs that were appended to it or those that will be, all have the same attribute but without content, and RemoveAttribute (xmlns) does not work. I have

[Mono-list] gettext-0.14-pre1 available for testing

2004-01-20 Thread Bruno Haible
This prerelease of gettext-0.14 http://www.haible.de/bruno/gnu/gettext-0.14-pre1.tar.gz has the following new C# related features: * Programming languages support: - C#: xgettext now also supports C#. New library: GNU.Gettext.dll contains the runtime for using GNU gettext

Re: [Mono-list] Hi (Worm!!!!)

2004-01-20 Thread Denis Gervalle
For those who have got it, message Hi from [EMAIL PROTECTED] is a new Trojan horse worm currently spreading widly. More information on http://securityresponse.symantec.com/avcenter/venc/data/[EMAIL PROTECTED] Be careful, Denis [EMAIL PROTECTED] wrote: Test =) sgofvwkqwalnb -- Test, yep.

[Mono-list] mod_mono, apache2, and red carpet (Service Temporarily Unavailable)

2004-01-20 Thread Khaled El-Mahdi
hi, i really need your help. I am trying to install mod_mono with apache2 on redhat9 and i have the same message service not available. the file /tmp/mod_mono_server has the permission to be read and write from apache and mod-mono-server user. what else i can do? the mod_mono downloaded and

Re: [Mono-list] mod_mono, apache2, and red carpet (Service Temporarily Unavailable)

2004-01-20 Thread Giuseppe Greco
Khaled, You are right, the user running apache and the user running mod-mono-server MUST have read/write permissions on the /tmp/mod_mono_server file, ... but these permissions must be set AFTER mod-mono-server has been started! For instance, to get mod_mono running, you must proceed as

Re: [Mono-list] xml bug?

2004-01-20 Thread David Sheldon
On Tue, Jan 20, 2004 at 03:54:52PM +0900, Atsushi Eno wrote: a) supply no xmlns for default namespace This looks more de facto standard way. I wrote similar code with jdk 1.5 and got the same result as MS.NET. Will this be differentiated from the null-namespace? If I did b =

[Mono-list] Mono Kickstart Book

2004-01-20 Thread Carl Olsen
Im reading the Mono Kickstart book and the examples on pages 216 and 217 will not run using the Mono.Data.PostgreSqlClient provider. I had to use Npgsql to get them to work. Carl Olsen 130 E Aurora Ave Des Moines, IA 50313-3654 515-288-5798

[Mono-list] Threading namepace

2004-01-20 Thread James Lapalme
Hy, the System.Threading namespace is shown on these two pages but both don't have the same completing %... which one is right? what is the difference? http://www.go-mono.com/class-status-corlib.html http://www.go-mono.com/class-status-System.html James

Re: [Mono-list] Writing a (ASP.NET) Web Service Client using Mono-0.29 on Libranet2.8

2004-01-20 Thread Lluis Sanchez
(snip) My second and actually more important question is how to write a client for a web service. I know that with microsofts .net implementation one has to use the wsdl.exe tool to generate a c# proxy file, in which you specify the namespace for the proxy, but there seems to be no

[Mono-list] XSP(cvs-latest): Cannot load type on xps test directory

2004-01-20 Thread Guy Langston
I have build and installed mono/mcs 0.29, and xsp (latest-cvs). Running: Current Dir: /usr/local/share/doc/xsp/test $mono /usr/local/bin/xsp.exe The brower output of http://localhost:8080/ is: Server error in '/' application Description: Error processing request. Error Message: Stack Trace:

Re: [Mono-list] XSP(cvs-latest): Cannot load type on xps test directory

2004-01-20 Thread Jackson Harper
It looks like you have an old machine.config file. Make sure to make install the mono module. Jackson On Tue, 2004-01-20 at 04:12, Guy Langston wrote: I have build and installed mono/mcs 0.29, and xsp (latest-cvs). Running: Current Dir: /usr/local/share/doc/xsp/test $mono

Re: [Mono-list] Component vs. Class

2004-01-20 Thread Zonnet
Hi list, Enver ALTIN wrote: Hi, On Thu, 2004-01-15 at 21:59, A Rafael D Teixeira wrote: Well, mainly, any subclass of Component can be easily (for example, just by dragging and dropping in the Visual Studio.NET Form Designers) inserted in a container (like a Form, a Control,

RE: [Mono-list] Component vs. Class

2004-01-20 Thread A Rafael D Teixeira
From: Enver ALTIN [EMAIL PROTECTED] Hi, On Thu, 2004-01-15 at 21:59, A Rafael D Teixeira wrote: Well, mainly, any subclass of Component can be easily (for example, just by dragging and dropping in the Visual Studio.NET Form Designers) inserted in a container (like a Form, a Control, or any

[Mono-list] XSP server configuration

2004-01-20 Thread Abd El-Hameed Mohammed
Does XSP server has an apache alike configuration file? I need it to run more than 1 application and the installation method associated with downloaded version describes how to work with 1 application only. If not, are there any alternative way to run more than 1 application in the same time?

Re: [Mono-list] XSP server configuration

2004-01-20 Thread Jaroslaw Kowalski
You simply invoke mod-mono-server.exe with the appropriate --applications like this: Invoke mod-mono-server.exe --help for an explanation. Jarek - Original Message - From: Abd El-Hameed Mohammed [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 3:09 PM Subject:

Re: [Mono-list] xml bug?

2004-01-20 Thread Atsushi Eno
Hello, Well, I think it is good way to make difference. However even if we distinguish String.Empty from null at creation, get_NamespaceURI() should return String.Empty. So there will be no way for users to get which (null or String.Empty) alternative was chosen. Atually these two calls result

Re: [Mono-list] How do I turn on the optional build of gtkhtml-sharp.dll in gtk-sharp-0.15?

2004-01-20 Thread Fawad Halim
Mike, It is not disabled by default. The configure script detects the presence of the requisite libraries and enables the build accordingly. You can use your config.log for hints on what the configure script is looking for. -fawad Mike Carifio wrote: Searching the archive for [Mono-list]

Re: [Mono-list] Object Browser, gtksourceview-sharp documentation ?

2004-01-20 Thread Fawad Halim
The object browser is monotalk in cvs. It might not build in its current state though (uses deprecated methods in Gtk Treeview). Not sure about the gtksourceview question. -fawad Tiago Lima wrote: Hi, What is the name of the cvs module for the Object Browser I saw in the screenshots? Has

Re: [Mono-list] Object Browser, gtksourceview-sharp documentation ?

2004-01-20 Thread Martin Willemoes Hansen
On Mon, 2004-01-19 at 13:07, Tiago Lima wrote: Hi, What is the name of the cvs module for the Object Browser I saw in the screenshots? Has gtksourceview (gtksourceview-sharp) any monodoc documentation? Is there any way of importing it to the monodoc? No, it has not, please do write

[Mono-list] Re: Threading namepace

2004-01-20 Thread Miguel de Icaza
Hy, the System.Threading namespace is shown on these two pages but both don't have the same completing %... which one is right? what is the difference? http://www.go-mono.com/class-status-corlib.html http://www.go-mono.com/class-status-System.html Some APIs live in the corlib assembly,

RE: [Mono-list] Hi

2004-01-20 Thread bradley newton haug
This message was carrying the beagle virus Ian wrote: Test =) sgofvwkqwalnb -- Test, yep. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

RE: [Mono-list] asp.net or php

2004-01-20 Thread Philippe Lavoie
An event model to build pages really works well. The php I used was pretty much, build your own handlers for button presses and text changes on a drop down list. If you use Visual Studio, a lot of power is available to you. I don't know how much the other IDEs integrate ASP.NET and code

[Mono-list] Status of Mono and ASP.NET on Solaris

2004-01-20 Thread Stuart Ballard
I work for a company that does ASP.NET development and we have a potential customer who may insist on a solution using Solaris as the OS (I don't know whether they would insist on sparc or x86 in particular). Since we would be selling them an ASP.NET application (using a lot of ASP.NET code

Re: [Mono-list] FileSystemWatcher() problem ..??

2004-01-20 Thread Gonzalo Paniagua Javier
El vie, 09-01-2004 a las 05:37, Kieren Drapala escribió: Hello, I'm a newbie to mono and I'm struggling with the use of the object FileSystemWatcher() on Linux version 2.4.23 (gcc version 3.3.2 (Debian)) running mono 0.29 Mono JIT compiler version 0.29, (C) 2002, 2003 Ximian, Inc. The

Re: [Mono-list] FileSystemWatcher() problem ..??

2004-01-20 Thread Marco Canini
On Tue, 2004-01-20 at 19:09, Gonzalo Paniagua Javier wrote: El vie, 09-01-2004 a las 05:37, Kieren Drapala escribió: Hello, I'm a newbie to mono and I'm struggling with the use of the object FileSystemWatcher() on Linux version 2.4.23 (gcc version 3.3.2 (Debian)) running mono 0.29 Mono

Re: [Mono-list] Hi

2004-01-20 Thread Ian MacLean
Just in case you're all cursing my name for propogating email virii it looks like it spoofed my email into the from field. I've run the symantec detection tool to be sure and I am beagle free. this note from the symantec security response document kind of confims this - even though the domain

[Mono-list] System.Net.NetworkInformation

2004-01-20 Thread JD Conley
Are there any plans for, or is there already, an abstraction layer in the Mono classes for determining the local network configuration? I know it's not in the MS Implementation of the .NET Framework, but it is in the Longhorn SDK

Re: [Mono-list] New Year, New Debian Packages

2004-01-20 Thread Stuart Ballard
Pablo Fischer wrote: Also I released the mod_mono and xsp packages cause I found them very easy, also, if someone tries to help with one of those packages that will be very helpfull. Any chance of libapache-mod-mono-cvs? I imagine that would be easy because it could be based on the

[Mono-list] Build error

2004-01-20 Thread Tom Cabanski
Got latest from CVS last night and tried to compile under cygwin/Windows and received the following error. Had been working fine before. Is this related to recent changes I have read about regarding the file system watcher? creating libmint.la (cd .libs rm -f libmint.la ln -s ../libmint.la

Re: [Mono-list] New Year, New Debian Packages

2004-01-20 Thread Pablo Fischer
Hi! El mar, 20-01-2004 a las 15:36, Stuart Ballard escribió: Any chance of libapache-mod-mono-cvs? I imagine that would be easy because it could be based on the libapache-mod-mono metadata? Ok, we have been talking about that in the #debian-mono channel: * Build two versions: the snapshots

[Mono-list] adapter.Fill(dataset)

2004-01-20 Thread giobaba
Hi all, I'm new in this mailing list and I have a great problem: I'm using Mono 0.29 (but I've tried also earlier versions, cvs and daily builds), MySQL 4.0.17 (but I've tried also earlier versions) and ByteFX Data Provider (the one included in Mono and also ver 0.74 and earlier versions). My

[Mono-list] internalcall

2004-01-20 Thread James Lapalme
Hello, What are "internalcalls"? What is the difference between internalcalls and PInvokes (considering I know very well what PInvokes are)? Are internalcalls a Mono thing or a .Net thing because I never heared about them before? Thank you, James

Re: [Mono-list] internalcall

2004-01-20 Thread Jonathan Pryor
In internalcall is a function that is implemented within the runtime, instead of within an external library. .NET also has them. In principal, this need not be any different from a normal P/Invoke call, except that the library isn't specified. In practice, internalcalls *could* be more