[Mono-list] WinForms DataGridView does not add a new Row

2010-04-20 Thread Costantino Pipero
I have a very simple Winform app that I want to use to show the cross-platform development. Basically, it's a WinForm DataGrid with 2 buttons that loads/change/save to and from an XML file. It's pretty straight forward, and works perfectly in VS in Windows. It compiles and run in Mono and

Re: [Mono-list] Cannot comilpe with NHibernate.Linq

2010-04-02 Thread Costantino Pipero
Apr 2010 08:34:32 -0300, Costantino Pipero wrote: > I am trying to write a sample using NHibernate.Linq: my code compiles (in > OpenSuse 11.2) with all the core NHibernate core azzemblies. > > But when I reference NHibernate.Linq I get an error. All the required > dll's are

Re: [Mono-list] Cannot comilpe with NHibernate.Linq

2010-04-02 Thread Costantino Pipero
Thank you Jb, I do have 2.6, but cannot find the System.Data.Services assembly. I will look deeper in the /usr/lib/... THanks Cos On Fri, 02 Apr 2010 10:11:35 -0300, Jb Evain wrote: > Hey, > > On Fri, Apr 2, 2010 at 1:34 PM, Costantino Pipero wrote: >> I suspe

[Mono-list] Cannot comilpe with NHibernate.Linq

2010-04-02 Thread Costantino Pipero
ferences () [0x0] in :0 at Mono.CSharp.Driver.Compile () [0x0] in :0 at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in :0 Build complete -- 1 error, 0 warnings -- Done -- Build: 1 error, 0 warnings -- Costantino Pipero 443 99

Re: [Mono-list] Mono Embedded

2010-03-03 Thread Costantino Pipero
Diego, that is big! Thank you for the correction! Cos From: Diego Frata Sent: Wednesday, March 03, 2010 8:12 AM To: Costantino Pipero Cc: mono-list@lists.ximian.com Subject: Re: [Mono-list] Mono Embedded Constantino, They announced the removal of the per unit fee from the runtime

Re: [Mono-list] Mono Embedded

2010-03-03 Thread Costantino Pipero
Well, it is open source but you'll have to pay a runtime fee for each device you run it on (and if you buy a pre-installed device, the fee is included in the price)... Cos From: Diego Frata Sent: Tuesday, March 02, 2010 8:12 PM To: madrang Cc: mono-list@lists.ximian.com Subject: Re: [Mono-l

Re: [Mono-list] How To Start Writing Code in Monodevelop IDE?

2010-03-02 Thread Costantino Pipero
To keep the console up (what you call a "dosbox") until you press add a ReadLine() call to you code. Like this: // Namespace Declaration using System; // Program start class class WelcomeCSS { // Main begins program execution. static void Main() { // Write to console Con

Re: [Mono-list] Using svcutil to generate WCF proxies

2010-02-17 Thread Costantino Pipero
host.Open (); Console.WriteLine("Host listening on {0} with status: {1}", host.Description.Endpoints[0].Address, host.State); Console.WriteLine ("SimpleMessageService running, press ENTER to stop it..."); Console.ReadLine (); host.Close (); } } } T

[Mono-list] Using svcutil to generate WCF proxies

2010-02-15 Thread Costantino Pipero
Hello, I have Mono 2.6 on OpenSuse 11.2 and I am trying out WCF. Everything works as expected, I created a service hosted in a console app and a client on another app, like the example on the Mono Olive Notebook. It works, but it works because I reference the server class in the client. Instea

[Mono-list] SqlMetal to PostgreSQL

2010-02-07 Thread Costantino Pipero
Having failed to use sqlmetal for MySql, I ported my data to Postgres. Now, this time the sqlmetal command finds the right provider, but it chokes on a data type with the error: sqlmetal failed:System.ArgumentException: Don't know how to convert the SQL type 'timestamp with time zone' into a ma

Re: [Mono-list] sqlmetal on Mono 2.6 stable

2010-01-17 Thread Costantino Pipero
for the support Cos -- From: "Jonathan Pryor" Sent: Wednesday, December 09, 2009 11:20 AM To: "Costantino Pipero" Cc: Subject: Re: [Mono-list] sqlmetal on Mono 2.6 preview > Inline... > > On Tue, 2009-12-08 at 18:09 -0500, Costantino Pipero wrote: >

[Mono-list] Cannot build on MonoDevelop 2.2

2010-01-06 Thread Costantino Pipero
I am using MonoDevelop 2.2 with Mono 2.6 on OpenSUSE 11.2 and I am trying to compile a couple of simple projects. The first is a very simple GTK project, kind of out the box from the project creation wizard; but as I try to compile it, the error lists gives me a cryptic: "Error: /tmp/tmp42572dff

Re: [Mono-list] sqlmetal on Mono 2.6 preview

2009-12-08 Thread Costantino Pipero
don't know how to troubleshoot this one. THanks again for the help Cos -- From: "Jonathan Pryor" Sent: Monday, December 07, 2009 10:51 PM To: "Costantino Pipero" Cc: Subject: Re: [Mono-list] sqlmetal on Mono 2.6 prev

[Mono-list] sqlmetal on Mono 2.6 preview

2009-12-07 Thread Costantino Pipero
I am trying to figure out how to run sqlmetal on my preview Mono 2.6 (in WinXP). No matter what syntax I try (I am trying to connect to a MySQL db called "adventureworks"), I get the same error. For example: C:\Program Files\Mono-2.6\lib\mono\2.0>sqlmetal /server:localhost:3306 /namespace:sdve

[Mono-list] Mono 2.4.x on ARM (Qemu)

2009-11-22 Thread Costantino Pipero
I am considering writing Mono code to run on an ARM based industrial computer, but I wan to build a Qemu environment first. Too bad Suse doesn't have an ARM version, so I am looking for suggestions on which distribution would do. Thank you for any advice, I have no experience in ARM... Cos_

[Mono-list] Using System.Config.AppSettingsReader

2009-11-11 Thread Costantino Pipero
I have a class library project and I created a configuration file I was looking into the documentation but it's missing on how to use the AppSettingsReader class: 1 - how do I tell it which file to use? 2 - does it understand ? I wonder if anyone out there has used it suc

Re: [Mono-list] Just a curiosity on Mono popularity

2009-10-08 Thread Costantino Pipero
Actually, I was trying to gage how many people are currently developing in Mono... THanks -- From: "Chris Howie" Sent: Thursday, October 08, 2009 5:47 PM To: "Costantino Pipero" Cc: Subject: Re: [Mono-list] Just a curiosit

Re: [Mono-list] Need help getting the source

2009-10-07 Thread Costantino Pipero
Bingo, it was a firewall issue. As soon as I got home everything checked out as per your kind instructions. Thanks a lot Cos -- From: "Ivan Zlatev" Sent: Wednesday, October 07, 2009 9:27 AM To: "Costantino Pipero" Cc: Sub

[Mono-list] Just a curiosity on Mono popularity

2009-10-07 Thread Costantino Pipero
I don't know if anyone can answer, but how many users are downloading Mono 2.4 these days? Cos___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Need help getting the source

2009-10-07 Thread Costantino Pipero
07, 2009 3:53 AM To: "Chris Howie" Cc: "Costantino Pipero" ; Subject: Re: [Mono-list] Need help getting the source > http://www.mono-project.com/SVN > http://www.mono-project.com/SVN#Using_TortoiseSVN_on_Windows > http://mono.ximian.com/daily/ > > 2009/10/7 Ch

Re: [Mono-list] Need help getting the source

2009-10-06 Thread Costantino Pipero
Thank you Alan, but I still get the same error. I am in my office network, maybe there's some firewall thing going on here. I will try from home later and let you know. Cos From: Alan McGovern Sent: Tuesday, October 06, 2009 11:28 AM To: Costantino Pipero Cc: mono-list@lists.ximia

[Mono-list] Need help getting the source

2009-10-06 Thread Costantino Pipero
I would like to get the latest build (something close to the 2.6 release as I wanted to look at the new LINQ to DB and Moonlight 2.0 Preview) from the SVN. I tried to follow the instructions described on http://www.mono-project.com/AnonSVN but this is what I get when I run the command: C:\Mo

Re: [Mono-list] Continuous Integration tools for Mono under Linux

2006-10-22 Thread Costantino Pipero
Thanks John, I also found the following entry in the ThoughtWorks issue tracking system: http://jira.public.thoughtworks.org/browse/CCNET-583 apparently, one could have CCNet running on Mono now. It's just not very well documented. At the end, CC seems to be more complete that BuildBot for no

[Mono-list] Continuous Integration tools for Mono under Linux

2006-10-21 Thread Costantino Pipero
Does anyone know whether is possible to install and use Cruisecontrol.NET or Draco.NET under linux to manage a mono based CI environment? thanks Cos begin:vcard fn:Costantino Pipero n:Pipero;Costantino org:Beeond, Inc. adr:Factory Building, 3rd Floor;;2400 Boston Street;Baltimore;MD;21224;USA