Re: [Mono-winforms-list] (no subject)

2005-04-12 Thread Peter Magnusson
You might ask on the mono-devel-list instead. There has been some resent discussions about this and I don't know the current state. On Apr 12, 2005 8:56 AM, Arnhoffer Károly [EMAIL PROTECTED] wrote: Hi, This is not a Winforms question but I do not know where to ask and someone may know

Re: [Mono-devel-list] Re: Patch: 100% working mono under FreeBSD (small nit)

2005-04-12 Thread Bill Middleton
On Apr 12, 2005 12:32 AM, Miguel de Icaza [EMAIL PROTECTED] wrote: Preview=yes will become the new default. Ah. Thanks for the clarification. I guess the logic will have to be reversed in that test. And speaking of PREVIEW, I've been getting some strange errors lately when building the 2.0

RE: [Mono-devel-list] PATCH: reworked async IO for Socket

2005-04-12 Thread Miguel de Icaza
Hello, They don't really have to be - there are plenty of examples of how to wrap them up to create a virtual layer that *is* portable. You only need 'one of' these technologies on any given platform, and configure can take care of the rest. Given the effectiveness of P/Invoke and

[Mono-devel-list] Patch: System.Diagnostics tests

2005-04-12 Thread Bill Middleton
While working to get mono up and running on FreeBSD, I discovered that there were no tests for System.Diagnostics which were being run. There are, however, a couple of tests in the group which use System.Diagnostics, but they weren't as portable as they could have been, and lacked information for

[Mono-devel-list] mono_jit_cleanup / mono_jit_init

2005-04-12 Thread Joe Ante
Hi, Is there any particular reason why calling mono_jit_init then mono_jit_cleanup and then mono_jit_init again causes an abort? Would be really nice to be able to unload mono after you are done with a task and don't need it anymore. Joachim Ante www.otee.dk

Re: [Mono-devel-list] mono_jit_cleanup / mono_jit_init

2005-04-12 Thread Zoltan Varga
Hi, It would be nice but it is very hard to do. Neither the Sun VM nor the MS VM can be unloaded. Zoltan On Apr 12, 2005 7:00 PM, Joe Ante [EMAIL PROTECTED] wrote: Hi, Is there any particular reason why calling mono_jit_init then

[Mono-devel-list] New io-layer merged.

2005-04-12 Thread Miguel de Icaza
Hello, Dick's new daemon-less io-layer for Mono has been checked into the main branch on SVN. It went through extensive testing before it was merged into the main branch. If you track SVN, please use this new version and help us debug any kinks that might be there. Miguel.

RE: [Mono-devel-list] PATCH: reworked async IO for Socket

2005-04-12 Thread James Mansion
Anyway, I'll do the aio_* thing and add epoll and kqueue with the lowest priority to my queue. Patches for these are welcome. My understanding is that the behaviour of aio with sockets (and presumably pipes) is NOT (well) specified by POSIX. And that the implementations reflect this in their

[Mono-devel-list] Re: New io-layer merged.

2005-04-12 Thread Robert Jordan
Hi Miguel, Dick's new daemon-less io-layer for Mono has been checked into the main branch on SVN. It went through extensive testing before it was merged into the main branch. If you track SVN, please use this new version and help us debug any kinks that might be there. I got a lot of

Re: [Mono-list] Mono Issue

2005-04-12 Thread Dilton McGowan II
I'm currently showing and we are testing with xsp identifying itself as 1.0.7. --- Sergey Moiseev [EMAIL PROTECTED] wrote: Dilton McGowan II wrote: Hi, Because as Miguel, Gonzalo and others far more knowledgable than I have pointed out...Mono and XSP versions prior to 1.1.5 were much

[Mono-list] OSX XSP - thankyou

2005-04-12 Thread Nik Derewianka
Hi, Didnt see it in the release notes - but a big thankyou to whoever made the changes that allowed XSP (1.0.6) to run on OSX with mono 1.1.6, nant is also working and nunit seems to be working from first appearances. Quite a few happy developers overe here :) Cheers, Nik

[Mono-list] RE: Forums

2005-04-12 Thread BMC Jonathan McCullagh
On Diltons posting about forums - I agree and would much prefer a forum to a mailing list as they are easier to follow. This is probably why I have been slow to pick it up. One existing forum I found was at - http://www.gotmono.com/cgi-bin/yabb/YaBB.pl But this does not seem to be very well

RE: [Mono-list] RE: Forums

2005-04-12 Thread Jörg Rosenkranz
Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of BMC On Diltons posting about forums - I agree and would much prefer a forum to a mailing list as they are easier to follow. This is probably why I have been slow to pick it up. You can read

Re: [Mono-list] Mono Issue

2005-04-12 Thread Paolo Molaro
On 04/12/05 Garikai Tachiwona (DSL AK) wrote: Our .NET app went belly up when we tried to upgrade. Because the app is already in production we had to back-track. The intention now is to stabilize this production environment, while testing the upgrade on a separate development environment.

Re: [Mono-list] Forums

2005-04-12 Thread Paolo Molaro
On 04/11/05 Dilton McGowan II wrote: After trying to work and follow today's threads (and not doing very good at the latter); isn't there a free set of forums that we can use and ditch this antiquated email list? There are some web-based forums on www.gotmono.com, if you prefer them. Note,

[Mono-list] No compilation after upgrading

2005-04-12 Thread Vincent Arnoux
Hello, I changed my Mono version from 1.0.5 to 1.1.6 using the bundle, and since then when I go into the project directory and type make.sh I get the message: make[1]: Entering directory `/home/varnoux/Projects/JobManager' Checking for package gtk-sharp...no make[1]: *** [gtk-sharp.pkgcheck]

[Mono-list] System.DllNotFoundException: oci

2005-04-12 Thread Gilles FAVIER
Hi everybody i am back with ASPX issues... To make my problem very clear the explanation are not going to be so long but i will all my code below. I kept as many variable as default to simplify the explanation. If any other information is needed to understand my problem feel free to ask. I am

Re: [Mono-list] No compilation after upgrading

2005-04-12 Thread Vincent Arnoux
I made some progress: if I type myself the compilation line, it's working fine. But for a reason I cannot find, Monodevelop doesn't want to compile/run anymore by itself... Do I need to change an option in MD for it to rewrite Makefiles ? Vincent Le mardi 12 avril 2005 à 11:56 +0200, Vincent

Re: [Mono-list] magic quotes (like PHP)

2005-04-12 Thread James Grant
Answers below: On Friday 08 April 2005 3:25 pm, A Rafael D Teixeira wrote: On Thu, 2005-04-07 at 12:06 -0400, James Grant wrote: Hi there, Hi James, I'm running into an issue with an application that has been ported over from windows to linux/mono. On windows, you could enter

Re: [Mono-list] System.DllNotFoundException: oci

2005-04-12 Thread Hubert FONGARNAND
Hi, I use System.Data.Oraclient with Oracle InstantClient 10... I experienced the same problem when I use Oracle Client 9... I can give you a tip : Use Oracle InstantClient... Le Mardi 12 Avril 2005 12:53, Gilles FAVIER a crit: Hi everybody i am back with ASPX issues... To make my problem

Re: [Mono-list] Mono Issue

2005-04-12 Thread James Grant
I have a similar setup, recycling xsp/mono whenever its needed, in my case, whenever mono randomly fails its nice enough to remove the /tmp/mod_mono_server, so I run from a crontab every minute a script which checks for existence of /tmp/mod_mono_server and restarts when necessary. James On

Re: [Mono-list] Re: magic quotes (like PHP) (or prevent SQL Injection)

2005-04-12 Thread James Grant
Ahh, indeed - the code in question is using a string concatenation. request = public.\InsertSchool\( ' + Name.Replace(',\\') + ', ' + Address1.Replace(',\\') + ', ' + . or at least, _some_ of it is

Re: [Mono-list] System.DllNotFoundException: oci

2005-04-12 Thread Miguel de Icaza
Hello, I am running Mono 1.0.6 (installed as root user)with all neede packages and i manage without any trouble to display the Mono Sample web pages. I am on a Virtual Machine (ran with VMWARE) under RedHat Enterprise Server 3.0 and i have installed the Oracle Client 9.2.0.4 with all needed

Re: [Mono-list] Remoting Channels Tcp and Http Confusion

2005-04-12 Thread Lluis Sanchez
Hi, This seems to be fixed in Mono 1.1.6. I tried switching the channels in the test case and it works fine. Lluis. On dj, 2005-04-07 at 10:04 -0600, Jonathan J. Vargas R. wrote: hi. i am developing an enterprise service using remoting, want tcp and http channel for listening. i derived

AW: [Mono-list] Why ByteFx needs Windows.Forms

2005-04-12 Thread Barbara Plank
Yes the latest .NET Connector driver works in Linux running Mono. I'm using it in my http://tagcma.com project. If you look at the source, I use it quite heavily in the DbLayer/connection.cs. http://cvs.sourceforge.net/viewcvs.py/tagelflax/tagml/TAGMLWS/DbLayer/ conn

Re: [Mono-list] System.DllNotFoundException: oci

2005-04-12 Thread Gilles FAVIER
As you see my system perfectly compiles... which means i have the library and i use them i am not sure this is the answer to my problem. I have installed absolutely all the packages i could find on Mono/Download, but maybe i am still missing something? Maybe there is a command line that could

Re: AW: [Mono-list] Why ByteFx needs Windows.Forms

2005-04-12 Thread Joe Audette
I was using ByteFx and recently switched to the MySQL Connector. I think either of these is likely to be more efficient than odbc. I switched because ByteFX had some problems with certain versions of MySQL. You do have to code things a little different with the new connector compared to ByteFx,

RE: [Mono-list] RE: Forums

2005-04-12 Thread Dilton McGowan II
Hi, Thanks, not bad for viewing but trying to post with the interface requires responding to a separate email. With the popularity of web based interfaces, I'm letting my complaint ride, that email lists are old fashioned and cumbersome. :-) --- Jörg Rosenkranz [EMAIL PROTECTED] wrote: Hi,

Re: [Mono-list] System.DllNotFoundException: oci

2005-04-12 Thread Peter Dennis Bartok
As you see my system perfectly compiles... which means i have the library and i use them i am not sure this is the answer to my problem. I have installed absolutely all the packages i could find on Mono/Download, but maybe i am still missing something? Maybe there is a command line that could

RE: [Mono-list] RE: Forums

2005-04-12 Thread Jonathan Stowe
On Tue, 2005-04-12 at 16:22, Dilton McGowan II wrote: I'm letting my complaint ride, that email lists are old fashioned and cumbersome. :-) To be honest it's probably your mail client that is old-fashioned and cumbersome :-) My client (strangely enough from the same people that brought you

AW: AW: [Mono-list] Why ByteFx needs Windows.Forms

2005-04-12 Thread Barbara Plank
Thank you, Joe. Thats very useful. Barbara Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Joe Audette Gesendet: Dienstag, 12. April 2005 18:15 An: Barbara Plank; mono-list@lists.ximian.com Betreff: Re: AW: [Mono-list] Why ByteFx needs Windows.Forms I

Re: [Mono-list] System.DllNotFoundException: oci

2005-04-12 Thread Miguel de Icaza
Hello, As you see my system perfectly compiles... which means i have the library and i use them i am not sure this is the answer to my problem. The OCI library is a runtime depedency. You can compile the code, but the exception that you are getting says `You do not have the liboci library

[Mono-list] SuSE package questions

2005-04-12 Thread Dilton McGowan II
We have the following questions: What are the differences between the RPM distribution files of Suse 9.1, Suse 9.2, SLES 9? Other than the naming schemes. If I want to run mono 1.1.6 on a SuSE 9.1 system, which RPM's would be better to use: SuSE 9.2 or SLES 9.0?

[Mono-list] [ANN] Firebird ADO.NET Data Provider 1.7 RC 3 released

2005-04-12 Thread Carlos Guzmán Álvarez
Hello: The Firebird ADO.NET Data Provider 1.7 Release Candidate 3 is available for download. * Download information can be found here: http://firebird.sourceforge.net/index.php?op=filesid=netprovider * Release notes can be found here: http://sourceforge.net/project/shownotes.php?release_id=319840

[Mono-list] XSP 1.0.8 and mod_mono 1.0.8

2005-04-12 Thread Miguel de Icaza
Hello, We have just released mod_mono and xsp 1.0.8, these include a few small bug fixes since the last release. No packages are available yet, we are working on a new download page, and they will be available then. Source code:

[Mono-list] ANN: New Chrome Command Line Edition (April 2005 Preview) available now!

2005-04-12 Thread marc hoffman
Hi. i'm happy to announce that a new public preview build of the Chrome Command Line Edition, build .161, is available now. This build contains many significant enhancements on all fronts, in particular it introduces full support for generics as a major new compiler feature (when compiling

RE: [Mono-list] Mono Issue

2005-04-12 Thread Garikai Tachiwona (DSL AK)
Thanks for the info - at least we are not the only ones experiencing this issue. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Grant Sent: Wednesday, 13 April 2005 1:51 a.m. To: mono-list@lists.ximian.com Subject: Re: [Mono-list] Mono Issue I

Re: [Mono-list] RE: Forums

2005-04-12 Thread Daniel Morgan
You could always get a yahoo or gmail email account, subscribe to the various mono mailing lists. Now, you can read your email and reply to them wherever there is internet connectivity. Or you can read the archives for each mailing list. BMC Jonathan McCullagh wrote: On Diltons posting about