Re: [Mono-list] Execute a shell program form a C# program

2007-04-25 Thread Damien Churchill
On Mon, 2007-04-23 at 03:26 -0700, Gazzall wrote: Hi, In my C# program I am writing a .sh code. In this .sh code I have the following command: java -jar JavaApplication1.jar /home/user/Debug/Etat/2.jrxml /tmp/Tmp/f021aeb7-0.xml /tmp/Tmp/59f34fed-2ada-.xml In my c# program a launching the

Re: [Mono-list] How to obtain a path?

2007-02-02 Thread Damien Churchill
On Fri, 2007-02-02 at 10:34 -0200, Carlos Adriano Portes wrote: Hi I would like very much to know how to obtain Application.StartupPath(windows) in a gtk# application in windows or linux, has someone a tip!? Thanks in advance. ___ Mono-list

[Mono-list] Just to check

2007-01-29 Thread Damien Churchill
I was going to host an apt repo with the latest stable version, and when i got around to it a svn version, of mono, xsp and mod_mono (and others if requested). Would anyone be interested in using it at all? i386, amd64 ubuntu feisty, edgy and dapper (feisty is already live, edgy and dapper are

[Mono-dev] System.Net.Mail

2007-01-18 Thread Damien Churchill
I've attached the class I was using to send mail. I had to modify a part of SmtpClient to allow this to work with exim. After looking at SmtpClient it appears that it always sends the AUTH command despite not it been given credentials, which would then throw 503 AUTH command used when not

[Mono-dev] Code Review (again)

2007-01-16 Thread Damien Churchill
--- mcs/class/System.Web/System.Web/HttpApplicationFactory.cs 2007-01-16 10:00:49.0 + +++ ../../HttpApplicationFactory.cs 2007-01-16 09:59:04.0 + @@ -68,17 +68,17 @@ #else static HttpApplicationFactory theFactory = new HttpApplicationFactory(); #endif + -

[Mono-dev] Patch Review for HttpApplicationFactory.cs

2007-01-15 Thread Damien Churchill
Following Marek's advice I have improved on the previous patch updating the folder watching to cause an application restart. --- svn/mcs/class/System.Web/System.Web/HttpApplicationFactory.cs 2007-01-15 20:33:52.0 + +++ mcs/System.Web/System.Web/HttpApplicationFactory.cs 2007-01-15

[Mono-dev] Revised Patch

2007-01-15 Thread Damien Churchill
Ok, done as suggested, also added an overloaded method for just a filter in the root of the virtual path to be watched. --- svn_clean/mcs/class/System.Web/System.Web/HttpApplicationFactory.cs 2007-01-15 21:25:40.0 + +++ mcs/System.Web/System.Web/HttpApplicationFactory.cs 2007-01-15

[Mono-dev] Patch to HttpApplicationFactory.cs, improves App_Code compilation

2007-01-11 Thread Damien Churchill
This adds a watcher to pick up when a file in the App_Code folder has been modified, and on modification causes a recompile. There is probably a better way of doing it but I figured may as well submit what i did. Feel free to rip it apart. Damien ---

Re: [Mono-dev] Patch to HttpApplicationFactory.cs, improves App_Code compilation

2007-01-11 Thread Damien Churchill
Message- From: [EMAIL PROTECTED] on behalf of Marek Habersack Sent: Thu 11/01/2007 18:26 To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Patch to HttpApplicationFactory.cs, improves App_Code compilation On Thu, 11 Jan 2007 18:10:05 -, Damien Churchill [EMAIL PROTECTED] scribbled

[Mono-dev] app_code autocompilation

2006-11-07 Thread Damien Churchill
I was just wondering if anyone has any information on whether any implementation of this has got past just being thought of. There was a small talk of it a while ago. Anything come of it? ___ Mono-devel-list mailing list

[Mono-list] MySql Connector

2006-10-20 Thread Damien Churchill
I was wondering has anyone else has experienced this: Unhandled Exception: MySql.Data.MySqlClient.MySqlException: There is already an open DataReader associated with this Connection which must be closed first. at MySql.Data.MySqlClient.MySqlCommand.CheckState () [0x0] at

Re: [Mono-list] FW: MySql Connector

2006-10-20 Thread Damien Churchill
PROTECTED] Sent: 20 October 2006 11:48 To: Damien Churchill; Mono-list@lists.ximian.com Subject: RE: [Mono-list] FW: MySql Connector If I remember correctly, if you use a DataAdapter you don't have to worry about opening or closing the connection. The adapter does that for you: but if you do open

Re: [Mono-list] MySql Connector

2006-10-20 Thread Damien Churchill
Ive tried using 1.0.7 and 5.0.1. From: Reggie Burnett [mailto:[EMAIL PROTECTED] Sent: 20 October 2006 15:35 To: Damien Churchill; Mono-list@lists.ximian.com Subject: RE: [Mono-list] MySql Connector Damien This has recently been fixed. The problem here is that your sproc

[Mono-list] GridView

2006-10-13 Thread Damien Churchill
I cant seem to add styles to a gridview control. Has anyone else had this problem? ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-dev] Mono on Ubuntu

2006-10-04 Thread Damien Churchill
It's easy enough to compile it from source and it works fine. I've been doing that for a fair while now. Installs it to /usr/local (or wherever you choose) and adds all the necessary progs/libs to the path. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

[Mono-list] xsp/app_code

2006-10-03 Thread Damien Churchill
I was just curious if anyone knows anything about when app_code was going to get magical? ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-dev] App_Code

2006-09-19 Thread damien churchill
Title: Re: [Mono-dev] App_Code you don't actually have to compile the code for the 'Assembly="xx.cs"' to work. I've got it working fine with just source files. admittedly still breaks under windows, From: [EMAIL PROTECTED] on behalf of Nick HoddinottSent: Tue 19/09/2006 09:19To:

[Mono-list] MySql/Asp

2006-09-14 Thread damien churchill
Im getting this error when using mono, when the exact same files run on iis this error doesnt occur. Description: Error processing request. Error Message: HTTP 500. Stack Trace: System.NullReferenceException: Object reference not set to an instance of an object at

Re: [Mono-dev] Mono 1.1.17 has been released.

2006-08-30 Thread damien churchill
From: damien churchill Sent: 30 August 2006 08:11 To: 'Justin Dearing' Subject: RE: [Mono-dev] Mono 1.1.17 has been released. Yeah if you write your program in classes then its easy enough just to make a gui for both web and desktop using asp/gtk whatever. From