[Mono-list] SoapHttpClientProtocol

2004-02-14 Thread Yury Serdyuk
Hi ! I have found that the class System.Web.Services.Protocols.SoapHttpClientProtocol is not implemented yet. Is there some possibility to walk around this problem by a patch or some else ? We would like to use Google API Service but its main part is based on the above protocol : public

Re: [Mono-list] SoapHttpClientProtocol

2004-02-14 Thread Lluis Sanchez
On dv, 2004-02-13 at 12:32, Yury Serdyuk wrote: Hi ! I have found that the class System.Web.Services.Protocols.SoapHttpClientProtocol is not implemented yet. It is implemented. We have support for web services (including the Google API) since July 2003. Lluis. Is there some

RE: [Mono-list] mod_mono 0.7 HTTP error 404, apache 2.0

2004-02-14 Thread Bill
Did this ever get resolved? If so, what fixed it? I'm having the same problem. Thanks, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Luke Stephenson Sent: Tuesday, February 03, 2004 5:02 PM To: 'Gonzalo Paniagua Javier'; [EMAIL PROTECTED] Subject:

RE: [Mono-list] mod_mono 0.7 HTTP error 404, apache 2.0

2004-02-14 Thread Luke Stephenson
Unfortunately not :( It has been almost a week since I have fiddled with it though, If you have any ideas, let me know :) The other thing is that apache is listening on a odd port... 7580, because it is a test server that I want to keep obscure. Cheers, Luke Stephenson LSCS Computer Systems

Re: [Mono-list] Compiling with GC support in Mac OS X

2004-02-14 Thread Erik Dasque
This is your best bet so far. I have had luck with these instructions. http://lists.ximian.com/archives/public/mono-devel-list/2004-January/ 003752.html Erik On Feb 13, 2004, at 11:03 PM, Jonel wrote: Hi, how do i enable GC when compiling mono from source? thanks, JOnel

[Mono-list] evangelizing mono

2004-02-14 Thread Jeffrey McManus
Hey team, Long-time listener, first-time caller. I wanted to get your advice on something...I'm helping a high-energy team of Linux ninjas who are interested in creating an OSS app that makes it easier to sell stuff on eBay. (Giving developers this kind of help is actually part of my job at

RE: [Mono-list] Mono 0.30.1 released.

2004-02-14 Thread Urs Muff
What's the build procedure to create a windows installer from CVS? (Who is normally creating those builds?) Is there a continues build process in place to ensure that platforms are not broken (cygwin is not building @ the time, error in libtest.c, and Mono.Data.PostgreSqlClient). I have been

RE: [Mono-list] Mono 0.30.1 released.

2004-02-14 Thread Miguel de Icaza
Hello, What's the build procedure to create a windows installer from CVS? (Who is normally creating those builds?) Is there a continues build process in place to ensure that platforms are not broken (cygwin is not building @ the time, error in libtest.c, and Mono.Data.PostgreSqlClient). I

[Mono-list] Re: Executing mono program: was evangelizing mono

2004-02-14 Thread Marcus
AFAIK, you can use whatever filename you want for the executable. It does not have to end in .exe (at last with Mono). What's more, the Linux kernel called binfmt-misc, which allows running programs under Mono as though they were native binary executables. Here's a link to a script that does

Re: [Mono-list] evangelizing mono

2004-02-14 Thread max
Hi, I am no mono expert, but here's what I think. - Is there a technical answer to the mono my.exe command-line objection? I added the following in my /etc/rc.d/rc.S script (I use slackware 9.1) : # add mono to the executable list echo ':CLR:M::MZ::/usr/bin/mono:'

Re: [Mono-list] evangelizing mono

2004-02-14 Thread max
Hi, I am no mono expert, but here's what I think. - Is there a technical answer to the mono my.exe command-line objection? I added the following in my /etc/rc.d/rc.S script (I use slackware 9.1) : # add mono to the executable list echo ':CLR:M::MZ::/usr/bin/mono:'

Re: [Mono-list] evangelizing mono

2004-02-14 Thread Jonathan Pryor
On Sat, 2004-02-14 at 15:00, Jeffrey McManus wrote: Hey team, snip/ - Do you have good evangelism tactics for Linux developers who evaluate Mono and find it somehow un-Unix-like? I don't, except to answer their questions... - Is there a technical answer to the mono my.exe command-line