Re: [Mono-list] Npsql parameter with leading '?'

2008-04-02 Thread Francisco Figueiredo Jr.
On Wed, Apr 2, 2008 at 8:05 PM, Manuel de la Pena <[EMAIL PROTECTED]> wrote: > Hi guys, > Hi, Manuel! > I have been doing some work with IDataParameters and IDbCommands using > the Npsql ADO connector. I've noticed that the Npsql adds a ':' infront > of my parameters name which I have named as

Re: [Mono-list] Issues with SqlClient and DataAdapter.Fill() under Linux

2008-04-02 Thread Nagappan A
Hi, 3) What all is needed to be submitted with the report to make this issue > easier to fix? > It will be easy to give a (small) test program to reproduce this issue. That will help to fix the issue faster. Thanks Nagappan -- Linux Desktop (GUI Application) Testing Project - http://ldtp.freede

[Mono-list] Fixed: System.Exception: Generic Error [GDI+ status: GenericError]

2008-04-02 Thread Timothy Parez
Hi, I've removed the beta and installed the current mono 1.9 stable. Everything is working just fine now :-) The libgdiplus problems have been solved. - First I ran 'make uninstall' in the old source directories - Then I downloaded the new files - Compiled and installed mono - Compiled and ins

[Mono-list] Npsql parameter with leading '?'

2008-04-02 Thread Manuel de la Pena
Hi guys, I have been doing some work with IDataParameters and IDbCommands using the Npsql ADO connector. I've noticed that the Npsql adds a ':' infront of my parameters name which I have named as '?' + 'parameter_name'. I have used the '?' as it is done with the OracleClient, is this the correc

Re: [Mono-list] Windows service and Mac/Linux daemons

2008-04-02 Thread Petit Eric
2008/4/2, Mario De Clippeleir <[EMAIL PROTECTED]>: > > > > > Hi, > > > > I was wondering if it is possible to write a windows service in mono that > works as a Mac daemon as well ? I do it on linux, in fact it's an exe as another but run with the mono-service2 command, so after it's just a script w

Re: [Mono-list] Crossplatform gtk# app

2008-04-02 Thread Kevin Berry
I've never done it but there are tools to "merge" assemblies. I know this can be done with .NET so i'm assuming it'll work for mono as well. Sent from my iPhone On Apr 2, 2008, at 7:28 AM, "Mathias Tausig" <[EMAIL PROTECTED]> wrote: Hy! I would like to develop a crossplatform (that is linux a

[Mono-list] Issues with SqlClient and DataAdapter.Fill() under Linux

2008-04-02 Thread Mark Gimelfarb
Hello, all! I would like to get some feedback from the list before writing up a bug on Bugzilla. I apologize for the lengthy post beforehand, but I wanted to get as much detail in as I can to make it useful without having to go back and forth on the list. We've converted an Asteri

[Mono-list] Mono 1.9 Released

2008-04-02 Thread Wade Berrier
Hi, Mono 1.9 was published on March 13th of 2008: http://www.go-mono.com/mono-downloads/download.html This is our best Mono release yet. More than 400 bugs were fixed between 1.2.6 and 1.9. We branched on January 28th of 2008 and did 6 preview releases. More than 100 of those 400 bugs were fi

Re: [Mono-list] Mono mySQL connector problems

2008-04-02 Thread Veerapuram Varadhan
Hi Piotr, Can you file a bug in our bugzilla and attach a sample describing these issues? We will also try with our samples and more tests. Thanks, V. Varadhan On Wed, 2008-04-02 at 09:50 +0200, Piotr Stulinski wrote: > Hi All > > Im struggling to understand why many of my mySQL statements wo

Re: [Mono-list] Using System.Data.Common.DbProviderFactory with Mono

2008-04-02 Thread Veerapuram Varadhan
Hi, On Fri, 2008-03-28 at 05:15 -0700, dr_d00m wrote: > Hi, > > I started this thread about a month ago and I still do not know how to > handle the problem. > I checked it with the new 1.9 version, but with the same result. > Is there anybody who recognized my bug report? > Or is it just a stupi

Re: [Mono-list] mono-debugger: Help! EXCEPTION: Mono.Debugger.TargetException: Unsupported `mono' executable

2008-04-02 Thread Robert Jordan
Ildar Mulyukov wrote: > Hello, > > I am not sure who I should ask for help. Hence writing to this list. > > When in mdb I "run" command, I get > EXCEPTION: Mono.Debugger.TargetException: Unsupported `mono' executable: > /usr/bin/mono > > Detailed output is attached. > > Version of the soft

[Mono-list] mono-debugger: Help! EXCEPTION: Mono.Debugger.TargetException: Unsupported `mono' executable

2008-04-02 Thread Ildar Mulyukov
Hello, I am not sure who I should ask for help. Hence writing to this list. When in mdb I "run" command, I get EXCEPTION: Mono.Debugger.TargetException: Unsupported `mono' executable: /usr/bin/mono Detailed output is attached. Version of the software: mono-debugger-0.60-alt1 mono-1.

[Mono-list] Windows service and Mac/Linux daemons

2008-04-02 Thread Mario De Clippeleir
Hi, I was wondering if it is possible to write a windows service in mono that works as a Mac daemon as well ? Br, Mario ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Crossplatform gtk# app

2008-04-02 Thread Mathias Tausig
Hy! I would like to develop a crossplatform (that is linux and windows) application which uses gtk# using mono. Is there some way of sparing the windows users the hassle of installing the gtk# assemblies by somehow "statically linking" the neccesary assemblies into my application? cheers mathias

Re: [Mono-list] Linux Printing Exception

2008-04-02 Thread Marc Glenn
Hello Sebastien, I installed libgdiplus on redhat 9 and it solved the problem. Thanks very much. Regards, Marc Glenn Sebastien Pouliot wrote: > Hello Marc, > > On Tue, 2008-04-01 at 17:25 +0800, Marc Glenn wrote: > >> Hello guys, >> >> I am using System.Drawing.Printing namespace to prin

Re: [Mono-list] Mono Embedding: manage events

2008-04-02 Thread Robert Jordan
Ing. Francesco Carsana wrote: >> The recommended way is to declare the handlers as icalls in >> managed code: > > The problem is that I can't modify .NET assembly source code. > I only know that assembly has this event: You don't need to modify the original assembly. Implement the wrapper in a ne

Re: [Mono-list] Mono Embedding: manage events

2008-04-02 Thread Ing. Francesco Carsana
> If you can't modify/extend the existing assembly, likely you can create a new assembly for that purpose. That's what I've been doing. Could someone send me a little example, please? Thank you. Francesco. ___ Mono-list maillist - Mono-list@lists

[Mono-list] Mono mySQL connector problems

2008-04-02 Thread Piotr Stulinski
Hi All Im struggling to understand why many of my mySQL statements work 100% on windows and suddenly havoc occurs when i port to suse. A number of things that i have found with serious breakages and some workarounds, specifically with the MySqlCommandBuilder: 1) For some strange reason i have to

Re: [Mono-list] Mono Embedding: manage events

2008-04-02 Thread Andreas Färber
Am 02.04.2008 um 09:12 schrieb Ing. Francesco Carsana: >> The recommended way is to declare the handlers as icalls in >> managed code: > > The problem is that I can't modify .NET assembly source code. > I only know that assembly has this event: > > public event ConnectionEventHandler OnConnecti

Re: [Mono-list] Mono Embedding: manage events

2008-04-02 Thread David Perfors
Although I don't have any experience with this, another solution could be to first create a wrapper class in C# which can talk to the C++ class in the correct way. Ok it takes more time to write, but you are more flexible. David On Wed, Apr 2, 2008 at 9:12 AM, Ing. Francesco Carsana <[EMAIL PROTE

Re: [Mono-list] Mono Embedding: manage events

2008-04-02 Thread Ing. Francesco Carsana
> The recommended way is to declare the handlers as icalls in > managed code: The problem is that I can't modify .NET assembly source code. I only know that assembly has this event: public event ConnectionEventHandler OnConnectionEvent; where ConnectionEventHandler is: public delegate voi