Re: [Mono-dev] [Mono-list] error on viewstate

2007-09-20 Thread Marek Habersack
On Thu, 20 Sep 2007 09:32:13 +0200, Hubert FONGARNAND [EMAIL PROTECTED] scribbled: Hello, as i said before... DropDownList are broken on mono 1.2.5 Maybe there will be a backport in mono 1.2.5.1 The backport is indeed in 1.2.5.1 regards, marek signature.asc Description: PGP signature

Re: [Mono-dev] [Mono-list] error on viewstate

2007-09-20 Thread Hubert FONGARNAND
as i said before... DropDownList are broken on mono 1.2.5 Maybe there will be a backport in mono 1.2.5.1 Le jeudi 20 septembre 2007 à 07:39 +0200, Lorenzo Viola a écrit : Hello, I also get the same error hoping for a fix... which is the right place to post this bug ? best

Re: [Mono-dev] [Mono-list] error on viewstate

2007-09-20 Thread Hubert FONGARNAND
No the backport is not complete... as i say here http://lists.ximian.com/pipermail/mono-devel-list/2007-September/024766.html Le jeudi 20 septembre 2007 à 11:48 +0200, Marek Habersack a écrit : On Thu, 20 Sep 2007 09:32:13 +0200, Hubert FONGARNAND [EMAIL PROTECTED] scribbled: Hello,

Re: [Mono-dev] Linq to Sql Start

2007-09-20 Thread Marek Safar
Hi Kevin, Hey! I've started to get going on some of the System.Data.Linq work, at the moment, there's not much in terms of real code to show, but some initial unit tests (my first ever, sorry they're so incomplete) and API updates (Get the public API more in sync with the current 3.5 Beta 2)

Re: [Mono-dev] 'configure: error: ./configure failed for libgc'

2007-09-20 Thread Atsushi Eno
Andy Hume wrote: I've been having problems over the past few days getting a build to work and on tuesday night and yesterday morning it was quite broken here. So I cleaned everything up and made sure I'd the most recent SVN updates. Now on doing ./autogen --... as described by shana it

Re: [Mono-dev] [Mono-list] error on viewstate

2007-09-20 Thread Marek Habersack
On Thu, 20 Sep 2007 12:15:24 +0200, Hubert FONGARNAND [EMAIL PROTECTED] scribbled: No the backport is not complete... as i say here http://lists.ximian.com/pipermail/mono-devel-list/2007-September/024766.html The patch you mention in that post has been applied to the 1.2.5.1 branch in

Re: [Mono-dev] 'configure: error: ./configure failed for libgc'

2007-09-20 Thread Andy Hume
Ok I did /more/ tidying up. I first tried deleting the whole mono/libgc folder and svn-updating it. And...fingers crossed...it seems to be working now. Well the autogen.sh step completely successfully and make is running now. Phew! Thanks Andy -Original Message- From: [EMAIL

Re: [Mono-dev] How to use monocharge to bootstrap the build?

2007-09-20 Thread Paolo Molaro
On 09/19/07 Philippe Monnet wrote: Over the last couple days, I have been trying to figure out how to use monocharge (now that I was able to build it). monocharge should simply not be used, as the README says. If you have problems in bootstrapping from svn you should build and install first

Re: [Mono-dev] Linq to Sql Start

2007-09-20 Thread Kevin Kubasik
Hey, my last e-mail got bounced for size, so if you really want the zip, or the patch, everything is at http://kubasik.net/files/olive_patches/ sorry! On 9/20/07, Kevin Kubasik [EMAIL PROTECTED] wrote: Ok, well in addition to the git way: git clone http://kubasik.net/git/olive-kkubasik.git

Re: [Mono-dev] Linq to Sql Start

2007-09-20 Thread Kevin Kubasik
/me eyes get big Wow, my complete apologies, I didn't realize the patch was so inflated, its probably mostly line endings, I'll try and slim it down, although if anyone has had some prior experience with a good tool/practice, I'm all ears. As far as changing what is necessary, there was a lot

Re: [Mono-dev] Linq to Sql Start

2007-09-20 Thread Miguel de Icaza
Hello, Wow, my complete apologies, I didn't realize the patch was so inflated, its probably mostly line endings, I'll try and slim it down, although if anyone has had some prior experience with a good tool/practice, I'm all ears. It is best to submit small patches as you go that trying to

Re: [Mono-dev] [Gtk#] How to print on win32 and Unix

2007-09-20 Thread Markus Kilås
I use gtk for printing, it works on Linux, but I have not tried it on windows yet. Sample code is below if it can be to any help: http://wordtrainer.googlecode.com/svn/trunk/wordtrainer/Wordtrainer/GtkPrinting.cs David Arnaud-Goddet skrev: Hi all, I develop a GUI in csharp which have to work

Re: [Mono-dev] How to use monocharge to bootstrap the build?

2007-09-20 Thread Philippe Monnet
Actually someone else recommended that I use monocharge as I have been unable to build from a stable source release, or a a daily build, or from SVN (trunk or tagged release). I realize my situation is challenging due to a shared hosting scenario and a lack of a local Linux box (don't have access

Re: [Mono-dev] Linq to Sql Start

2007-09-20 Thread Kevin Kubasik
Hey, I totally get that, I really hadn't meant for there to be sooo much lumped into that patch. I'm going through and breaking the task down into smaller utility classes (some public, some private) and once the framework for them is in place, I can seriously examin the grander scheme. Anyways,

[Mono-dev] windows build breakage? (missing CreateString)

2007-09-20 Thread Atsushi Eno
Recently (I think it's been since middle of this week or so) I have been unsuccessful to build non-bootstrap mono on windows, it complains about missing CreateString. Is it only me or is the build broken? Note that it won't show up as monobuild status as it is non-bootstrap build.) Making

Re: [Mono-dev] windows build breakage? (missing CreateString)

2007-09-20 Thread Rodrigo Kumpera
Hi Eno, Most of us had this issue, but it's a matter of making sure that you have a matching mono binary with mscorlib. If you are running mono from the build tree you must have MONO_PATH configured, otherwise, like my setup, just 'make install' it. If that doesn't help, you might need to

Re: [Mono-dev] More ODBC questions: AutoCommit and BeginTransaction

2007-09-20 Thread Mads Bondo Dydensborg
mandag 03 September 2007 skrev Mads Bondo Dydensborg: Hi again. I still can not resolve this question. But I did discover, that there is no public way to change the autocommit mode through the mono stack, meaning, that if one uses a transaction, one can never return to autocommit mode. Is this