Re: [Mono-dev] debugger exception

2007-12-10 Thread Martin Baulig
Hello, this looks like a bug I fixed on Saturday. Could you please check whether your debugger is at least svn revision r90973 ? Martin On Sun, 2007-12-09 at 05:56 +, Alvaro Ramirez wrote: Hiya, Checked out and built the latest debugger from svn. I'm getting an unhandled exception

Re: [Mono-dev] Debugger exceptions

2007-12-10 Thread Martin Baulig
Hi, On Thu, 2007-11-08 at 16:13 +0100, David Suarez wrote: I've been having a look at the mono debugger from trunk, and seems to be a lot more stable now, good work! thanks :-) I'm not finding, however any option to display the exception that has stopped target execution (when no catch

Re: [Mono-dev] Debugger exceptions

2007-12-10 Thread Martin Baulig
Ok, I documented `print catch' on the website. On Thu, 2007-11-08 at 16:13 +0100, David Suarez wrote: Hi, I've been having a look at the mono debugger from trunk, and seems to be a lot more stable now, good work! I'm not finding, however any option to display the exception that has

[Mono-dev] Generics sharing issues

2007-12-10 Thread Mark Probst
Hi everybody! This is a writeup of the generics sharing issues we (mainly Paolo, Rodrigo Kumpera, Zoltan, Hari, Massi, and me) discussed at the Mono Summit, and how we want to solve them. I hope I didn't miss anything or get things wrong. If so, please correct me. Also, if you have any

[Mono-dev] DriveInfo reloaded!

2007-12-10 Thread Javier Martín
Hi all again! I'm back! (did you really think I'd stop bothering you, people?) I have been thinking about the volume label get/set property in DriveInfo, which is currently unimplemented (i.e. in Linux it gives the mount point). In Windows we have two handy Win32 calls: GetVolumeInformation and

[Mono-dev] private members

2007-12-10 Thread Vladimir Giszpenc
Hi, Given the following program, I have a question about Mono and .Net. This is not a bug in Mono because I think the same thing happens on Windows, but I was hoping someone could explain it to me. The line below with the comment is surprising because it is accessing a private variable of

Re: [Mono-dev] private members

2007-12-10 Thread Mark Probst
Given the following program, I have a question about Mono and .Net. This is not a bug in Mono because I think the same thing happens on Windows, but I was hoping someone could explain it to me. The line below with the comment is surprising because it is accessing a private variable of

[Mono-dev] Theme support...

2007-12-10 Thread Thomas Hansen
Howdy all, when will Mono's ASP.NET have full support for declaratively state in the .ASPX file which Theme you wish to use...? Thomas ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-dev] mono - gaia ajax widgets problem

2007-12-10 Thread Dariusz Linowski
Hi, I've tried build mono asp.net application based on ajax gaia library and noticed some problem related to: System.IndexOutOfRangeException: Array index is out of range. This problem have occurred in below situation: try to build simple application tabView menu, consistent with gaia: window,

Re: [Mono-dev] mono - gaia ajax widgets problem

2007-12-10 Thread Thomas Hansen
On Dec 10, 2007 3:45 PM, Dariusz Linowski [EMAIL PROTECTED] wrote: Hi, I've tried build mono asp.net application based on ajax gaia library and noticed some problem related to: FYI this bug is actually fixed in the 1.2.6 RC as far as I can see... :) .t

[Mono-dev] Mono bugzilla and email address verification

2007-12-10 Thread Avery Pennarun
On 09/12/2007, Pete Erickson [EMAIL PROTECTED] wrote: I tried submitting this to bugzilla but verifying my email address is apparently broken. I don't know if you ran into the same problem as I did, but I found that it's not actually broken, just very confusing. After you first sign up, it

[Mono-dev] Announcing Mono 1.2.6 Preview 4

2007-12-10 Thread Rusty Howell
Hey everyone, We've release Preview 4 of Mono 1.2.6 today! Please help us out by giving it a try on your applications. As always, you can get the preview releases here: http://mono.ximian.com/monobuild/preview/download-preview/ Please report any bugs that you may find using our Bugs page, AND

Re: [Mono-dev] DriveInfo reloaded!

2007-12-10 Thread Javier Martín
Update: I've been doing some tests with HAL and most have been extremely successful. All filesystems I tried (even some esoteric ones, as YAFS, cramfs, etc.) were correctly detected. UUIDs were assigned and labels read automagically and without problems. One can even set them (that point I still

Re: [Mono-dev] Generics sharing issues

2007-12-10 Thread Қɑ؜il ଈ Skalski
2007/12/10, Mark Probst [EMAIL PROTECTED]: * Problems ** recursive generics A generic class or method might potentially lead to an infinite number of type expansions. Therefore type expansion must in some cases be done lazily. *** superclasses class AT class BT : ABBT Just to note -

[Mono-dev] Mono and Gnome

2007-12-10 Thread Torello Querci
Hi to all, I want to port a program to a system where is installed a subsystem of Gnome. Unfortunally libgnomesharpglue can't be loaded because some needed dependency library are missing. So, it is possible create a small version of this library with a smaller gnome support on it? And how?