Re: [Mono-dev] HttpListener hangs with r106513

2008-07-03 Thread Gert Driesen
Hey Casey, Miguel prepared a fix for this issue (committed by Martin in r107127), and I've added a unit test based on your repro. Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Casey Marshall Sent: woensdag 25 juni 2008 1:05 To: mono-devel

Re: [Mono-dev] [Mono-patches] r107145 - trunk/mcs/class/System.Data/System.Data

2008-07-03 Thread Gert Driesen
Hey Veerapuram, I don't think this change is correct. I've done some more tests, and this is the behavior I'm seeing: * on 1.0 profile, you are never allowed to set value to NULL. * on 2.0 profile, you are only allowed to set value to NULL if the column is backed by a reference type. I'll add

Re: [Mono-dev] HttpListener hangs with r106513

2008-07-03 Thread Casey Marshall
On Thu, 2008-07-03 at 10:44 +0200, Gert Driesen wrote: Hey Casey, Miguel prepared a fix for this issue (committed by Martin in r107127), and I've added a unit test based on your repro. Works fine now, both in the test case and the real app. Thanks!

[Mono-dev] Mono.Addins suppress console window showing

2008-07-03 Thread Vladimir Dimitrov
Hello guys, Recently I started using Mono.Addins in my application and it looks very good. But as the application is primary used under windows (should be working fine under Linux too) I get an annoying console window showing when I run: AddinManager.Initialize (); And then

Re: [Mono-dev] HttpListener hangs with r106513

2008-07-03 Thread Martin Baulig
On Thu, 2008-07-03 at 10:44 +0200, Gert Driesen wrote: Miguel prepared a fix for this issue (committed by Martin in r107127), and I've added a unit test based on your repro. Yeah, I run into the same issue yesterday and Miguel and me finally figured it out. Closing the output stream did not

[Mono-dev] Mono.Data.Sqlite

2008-07-03 Thread Anders Aagaard
Hi I've been using Mono.Data.Sqlite in a multi threaded application, since the code says it's based on Robert Simpson's library I've been looking at his page for documentation (as Mono.Data.Sqlite documentation seems extremely sparse). My problem is that when using multiple threads, all writing

Re: [Mono-dev] Migrating Mono 2.0. Crossplatform GUI components.

2008-07-03 Thread burning snow
Hi Pablo, I just wanted to ask if there is any progress / date for releasing the library? [EMAIL PROTECTED] wrote: Hi there, I've good news! We're going to release our I3 library (the cross-platform MWF controls) as open source! I expect we'll be releasing it in about one or two

Re: [Mono-dev] [Mono-patches] r107198 - trunk/mcs/class/corlib/System

2008-07-03 Thread Mirco Bauer
On Thu, 2008-07-03 at 18:23 -0400, Andreas Nahr ([EMAIL PROTECTED]) wrote: Author: andreas Date: 2008-07-03 18:23:54 -0400 (Thu, 03 Jul 2008) New Revision: 107198 Modified: trunk/mcs/class/corlib/System/ChangeLog trunk/mcs/class/corlib/System/IntPtr.cs Log: 2008-07-04 Andreas Nahr

Re: [Mono-dev] Mono.Data.Sqlite

2008-07-03 Thread Joe Audette
Hi, My impression is that SQLite is not that great a choice for a multi threaded app. If you google sqlite mutli threading, in the first result which links to here: http://www.sqlite.org/cvstrac/wiki?p=MultiThreading you'll see: It has never been safe to use the same database connection

Re: [Mono-dev] Mono.Addins suppress console window showing

2008-07-03 Thread Brad Taylor
Hey Vlad, Recently I started using Mono.Addins in my application and it looks very good. But as the application is primary used under windows (should be working fine under Linux too) I get an annoying console window showing when I run: snip You can also compile Mono.Addins as a winexe target