Re: [Mono-dev] Deadlock in mono (2.0 branch)

2008-08-28 Thread Zoltan Varga
Hi, This is a known bug, which is a bit hard to fix: https://bugzilla.novell.com/show_bug.cgi?id=324945 Zoltan On Fri, Aug 29, 2008 at 2:53 AM, Casey Marshall <[EMAIL PROTECTED]> wrote: > I'm seeing a deadlock in the mono runtime, in particular while running > the NUnit add-in fo

[Mono-dev] Deadlock in mono (2.0 branch)

2008-08-28 Thread Casey Marshall
I'm seeing a deadlock in the mono runtime, in particular while running the NUnit add-in for MonoDevelop -- the 'ExternalTestRunner.exe' program will start hanging after it's been running for a few hours or so. I'm running this under revision 110293, in the mono-2-0 branch. This is a couple of w

[Mono-dev] Some news about MonoOSC and MonoOSCFramework.

2008-08-28 Thread Petit Eric
Hi I have finish the doc of MonoOSCFramework, who will, i hope, help developer to use the DLL, this one is here : http://surfzoid.free.fr/freevbsoft/MonoOSC/Docs As i also say on the SourceForge Project news , some features are finished, added or started, more infos here : https://sourceforge.net/f

Re: [Mono-dev] Controls within a control in ASP.NET

2008-08-28 Thread Marek Habersack
On Tue, 26 Aug 2008 05:45:00 -0400 "Wael Zeenni" <[EMAIL PROTECTED]> wrote: Hello, > Petit, Marek, Thanks for the responses so far. > > I (finally) got XSP2 and Mono to run in debug mode and now there are line > numbers > into the code files that show up on the error page. Below is what I am

Re: [Mono-dev] System.Configuration.ProviderSettings - Not fully implemented?

2008-08-28 Thread krdavis
I have submitted this issue to Bugzilla... krdavis wrote: > > Sorry for another noob question: > > Any reason the following snippet of code would not work on mono 1.9.1: > > Configuration config = > ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); > > MembershipSection

Re: [Mono-dev] --debug=casts on Windows

2008-08-28 Thread Robert Jordan
Andy Hume wrote: > --debug=casts doesn't work on Windows, with: > error: --debug=casts not supported on this platform. > > Is there any more information on this somewhere? I can't see anything in > --help-debug or on the man page. Is Windows the only platform affected? > I'm just curious.

Re: [Mono-dev] Controls within a control in ASP.NET

2008-08-28 Thread Petit Eric
2008/8/28 Wael Zeenni <[EMAIL PROTECTED]>: > Dear Petit, > > Yeah, I figured there was some reference to the source files. But I'm a web > developer and not a C programmer. So even if I look through the source code, > I wouldn't know what to do. I'm hoping someone here might be able to explain > to

[Mono-dev] --debug=casts on Windows

2008-08-28 Thread Andy Hume
--debug=casts doesn't work on Windows, with: error: --debug=casts not supported on this platform. Is there any more information on this somewhere? I can't see anything in --help-debug or on the man page. Is Windows the only platform affected? I'm just curious. Andy -- View this message i

[Mono-dev] Video4Linux

2008-08-28 Thread nol1ght
Hello, I'm a beginner at mono... Well...I'm googling for 2 days to find some information about howto make simple capture device on mono. I've just find 1 sample video4mono, but it doesn't work. :( Please help me to find some information/documentation or sample source code about "how to make vid

Re: [Mono-dev] Controls within a control in ASP.NET

2008-08-28 Thread Wael Zeenni
Dear Petit, Yeah, I figured there was some reference to the source files. But I'm a web developer and not a C programmer. So even if I look through the source code, I wouldn't know what to do. I'm hoping someone here might be able to explain to me if this is infact a bug in Mono or not. I'm thi

Re: [Mono-dev] Error Deserializing with XmlSerializer feeding off of XLinq XML Reader

2008-08-28 Thread Dan Shechter
I should have mentioned this in the post, but I made an error. I was using Mono 2.0 Preview 2 compiled from tar-ball. -Original Message- From: Stefanos A. [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2008 12:48 To: Dan Shechter Cc: mono-devel-list@lists.ximian.com Subject: Re: [M

Re: [Mono-dev] gmcs bug with unsafe code

2008-08-28 Thread Marek Safar
Hello Dan, > > Hi, > > I’ve been trying out gmcs, running on Ubuntu 8.04 amd64 and have > discovered a rather annoying fault: > > When compiling classes containing statements such as: > > namespace YYY { > > class XXX { > private unsafe byte *_data; > > public unsafe byte *GetData() { return _data

Re: [Mono-dev] Error Deserializing with XmlSerializer feeding off of XLinq XML Reader

2008-08-28 Thread Stefanos A.
On Thu, 2008-08-28 at 05:01 +0300, Dan Shechter wrote: > Hi all, > > I’ve found an error with XLinq (?) running on Ubuntu 8.04 amd64: > Ubuntu 8.04 is using an outdated version of mono (1.2.6). Can you please update to 1.9.1 and test again? ___ Mono-

Re: [Mono-dev] gmcs bug with unsafe code

2008-08-28 Thread Federico Di Gregorio
Il giorno gio, 28/08/2008 alle 04.52 +0300, Dan Shechter ha scritto: > Hi, > > I’ve been trying out gmcs, running on Ubuntu 8.04 amd64 and have > discovered a rather annoying fault: > > > > When compiling classes containing statements such as: > > > > namespace YYY { > > class XXX { > pri