Re: [Mono-dev] ASP.NET Futures ?

2007-11-28 Thread Daniel Nauck
Hello, ASP.NET Ajax was implemented by Mainsoft and will be shipped tigehter with Mono 1.2.6. Daniel Onur Gumus schrieb: Hi, I just like to learn if there are any near plans for implementing ASP.NET http://ASP.NET Ajax Futures stuff ? Thanks in advance, Onur

[Mono-dev] Error getting response stream (ReadDone2): ReceiveFailure

2007-11-28 Thread Hubert FONGARNAND
_ Ce message et les éventuels documents joints peuvent contenir des informations confidentielles. Au cas où il ne vous serait pas destiné, nous vous remercions de bien vouloir le supprimer et en aviser immédiatement l'expéditeur. Toute utilisation

[Mono-dev] looking for a git-svn repository

2007-11-28 Thread Sam Hocevar
Can anyone point me to a full git-svn bootstrap repository? I wrote to the address mentioned on http://www.mono-project.com/GitSVN a few weeks ago but did not receive an answer. Regards, -- Sam. ___ Mono-devel-list mailing list

Re: [Mono-dev] ASP.NET Futures ?

2007-11-28 Thread Onur Gumus
By the way I meant ASP.NET Futures. Not Control toolkit. Is that working too ? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] System.Windows.Forms.WebBrowser on 1.2.6 Preview 2

2007-11-28 Thread Stephen Apostolopoulos
I get the following error message on Mono 1.2.6 Preview 2 (Ubuntu 7.10, amd64, tarball), when trying to run an application that contains a WebBrowser control: $ mono --version Mono JIT compiler version 1.2.6 (tarball) Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com

[Mono-dev] Segfault on base class method access

2007-11-28 Thread Paul Melis
Hello, I tried to register at the bug tracker, but did not receive a confirmation mail, so I post here instead. When running the code below mono 1.2.5.2 segfaults. The stack trace is not enlightening. The use case here is to prefix a class's string representation with its base class's string

Re: [Mono-dev] Segfault on base class method access

2007-11-28 Thread Robert Jordan
Paul Melis wrote: Hello, I tried to register at the bug tracker, but did not receive a confirmation mail, so I post here instead. When running the code below mono 1.2.5.2 segfaults. The stack trace is not enlightening. This is a stack overflow. When mono was compiled w/out alt stack

[Mono-dev] Transaction was not open

2007-11-28 Thread APS
Hi, I have a simple method that -Open a connection -start a transaction -execute a query -commit the transaction When the commit is called I receive System.InvalidOperationException: The Transaction was not open. at System.Data.SqlClient.SqlTransaction.Commit () [0x0] I've found this

Re: [Mono-dev] Segfault on base class method access

2007-11-28 Thread Paul Melis
Okay, makes sense (except for the segfault ;-)) In the two-class case (class B, class C:B) using base instead of (this as B)seems to work in C.ToString, so I guess there's special handling in place when calling through base? Paul Zoltan Varga wrote: Hey, (this as A).ToString () still calls

Re: [Mono-dev] Segfault on base class method access

2007-11-28 Thread Zoltan Varga
Hey, (this as A).ToString () still calls C's ToString () method, so you will get infinite recursion and a stack overflow leading to this crash. Zoltan On Nov 28, 2007 4:13 PM, Paul Melis [EMAIL PROTECTED] wrote: Hello, I tried to register at the bug tracker, but did not receive

Re: [Mono-dev] Segfault on base class method access

2007-11-28 Thread Paul Melis
Hello Robert, Robert Jordan wrote: Paul Melis wrote: When running the code below mono 1.2.5.2 segfaults. The stack trace is not enlightening. This is a stack overflow. When mono was compiled w/out alt stack support, stack overflows are reported this way. I read that if

[Mono-dev] [ASP.NET] - Bug for Validators + Templates in UpdatePanel via MainSoft's Ajax extension (Possibly valid for .NET too)

2007-11-28 Thread Onur Gumus
Hello, When I try ASP.NET Validators inside Update Panel they work except when I use them within Templates like in FormView. The following code looks problematic if it is in an UpdatePanel and you first submit invalidly then make it valid submit then make it again invalidsubmit it. It breaks

Re: [Mono-dev] looking for a git-svn repository

2007-11-28 Thread Sanghyeon Seo
2007/11/28, Sam Hocevar [EMAIL PROTECTED]: Can anyone point me to a full git-svn bootstrap repository? I wrote to the address mentioned on http://www.mono-project.com/GitSVN a few weeks ago but did not receive an answer. I think they are now on repo.or.cz. http://repo.or.cz/w/mono.git

Re: [Mono-dev] looking for a git-svn repository

2007-11-28 Thread Avery Pennarun
On 28/11/2007, David Brown [EMAIL PROTECTED] wrote: I found these, but the rest of the instructions didn't work. Specifically, the git-svn rebase command couldn't figure out where the repo was. Perhaps it is because I was pulling from the anon server and the person who made the original

[Mono-list] Gecko WebControl error handling

2007-11-28 Thread Piotr Budny
Hello, when doing: control = new WebControl (); control.LoadUrl(http://some.non.existent.host;); the some.non.existent.host could not be found. Please check the name and try again. dialog appears. Is there any way to get rid of that dialog and manage that error within own code? I'd like

Re: [Mono-list] Gecko WebControl error handling

2007-11-28 Thread Andrés G. Aragoneses [ knocte ]
Piotr Budny escribió: Hello, when doing: control = new WebControl (); control.LoadUrl(http://some.non.existent.host;); the some.non.existent.host could not be found. Please check the name and try again. dialog appears. Is there any way to get rid of that dialog and manage that error

[Mono-list] GTK# on Windows since Mono 1.2...

2007-11-28 Thread Philip Covington
Hello, I am using GTK# with Mono on Windows. The following test program works on Mono versions 1.2 and older. On Mono versions 1.2.1 and later (all the way to 1.2.5.2) when I click the button widget, I get an error (see below). I have included the test app (test2.cs) and the command line

[Mono-list] Announce: Nemo 0.1

2007-11-28 Thread Anders Rune Jensen
Hi I'm very pleased to announce Nemo 0.1. Nemo is something we here at iola have been working on for quite some time. To sum it up, Nemo is a file manager for those who would rather have their files manage themselves. Now that is a bold claim, but I think the model we use in Nemo is different