[Mono-list] mod_mono and SQLite

2006-02-02 Thread Steven Bell
Hi Trying to get SQLite working with mod_mono and apache. Presently I have an application directory, with a bin subdirectory. The SQLite dlls are in the bin directory and I have restarted Apache. I am getting the following error from both Apache and XSP: Any suggestions? *Description: *Error c

[Mono-list] Compile vs. run

2006-02-02 Thread Chad Robinson
When I do this: s = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp); s.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.ReuseAddress, true); this happens: ** (NetDump.exe:25323): WARNING **: Missing member SetSocketOption in type Socket, assembly /usr/lib/

Re: [Mono-list] problem consuming web service

2006-02-02 Thread Gonzalo Paniagua Javier
On Tue, 2006-01-31 at 23:34 +0100, Ivano Luberti wrote: > Hi to all, > I'm using Mono 1.1.13.2 > > can someone give me a hint to understand why, tryin to consume a web > service I get this error ? > > Unhandled Exception: System.NotImplementedException: The requested > feature is not implemented

[Mono-list] GRE - problem https

2006-02-02 Thread Jorge Gonzalez
Hi, I'm working with an aplication that contains a navigator with gecko-sharp; i've installed the GRE form this site: http://forge.novell.com/modules/xfcontent/downloads.php/monowin32/GRE%20for%20Gecko-Sharp/v1.7.3-0.1/no one of them allow me to visit web sites with a https connection, when I've i

[Mono-list] Solaris configure problem building corlib

2006-02-02 Thread William S Fulton
I don't have root access on a Solaris 8 box, so cannot use the prebuilt binaries as pkgadd requires root access. I suggest adding this fact to http://www.mono-project.com/SolarisInstructions. Building from Source I get a failure when it starts to build corlib (mono-1.1.13). Any clues as to wha

[Mono-list] FYI -> Mono / Solaris 8 Corlib error

2006-02-02 Thread Melissa Vandenbrink
I've installed the latest Solaris 8 package - 1.1.13.2_2 - and every once in a while I get the following error. ([EMAIL PROTECTED]) ~> mono ConnectSybaseODBC.exe Corlib not in sync with this runtime: expected corlib version 46, found 22. Download a newer corlib or a newer runtime at http://www.g

[Mono-list] [ANNOUNCE] Xnb: X protocol library for .NET

2006-02-02 Thread Alp Toker
I've started work on an X library written in C#. It's generated from the Xcb XML sources, so I thought it'd be appropriate to collaborate with the Xcb project on its development. Xnb is part of the NDesk project (http://www.ndesk.org/). It doesn't actually work yet, but is nearing basic functi

[Mono-list] [ANNOUNCE] Xnb: X protocol library for .NET

2006-02-02 Thread Alp Toker
I've started work on an X library written in C#. It's generated from the Xcb XML sources, so I thought it'd be appropriate to collaborate with the Xcb project on its development. Xnb is part of the NDesk project (http://www.ndesk.org/). It doesn't actually work yet, but is nearing basic functi

Re: [Mono-list] what structure should I use

2006-02-02 Thread Pierre Chicourrat
Personnally I would use an XML file an serialising the class you want to use to represent your data. Regards Pierre Chicourrat Tel. : 01 47 68 47 48 Fax. : 01 47 68 47 46 -- Original Message -- From: giovanni francesco lucchese <[EMAIL PROTECTED]>

Re: [Mono-list] what structure should I use

2006-02-02 Thread giovanni francesco lucchese
Hi,I have a slight problem with a program I want to write.I want to read a textfile that contains the description of a hierarchy. The hierarchy has nodes, which hae certain Attributes like name, parentnode,translation and orientation. What is the best way to store this kind ofinformation? I was won