[Mono-dev] Mono Datasets

2007-12-08 Thread Gwyneth Morrison
Sorry about the 3rd post. It seems Hotmail is mangling my message. I have changed mailers. Good Day, I have been working with Mono Datasets and Visual Studio Dataset Designer in Linux reading the data from an XML file. The code produced by Visual studio compiles without any warnings or errors

Re: [Mono-dev] Compile Mono Solaris

2007-12-08 Thread Andreas Färber
Am 06.12.2007 um 21:52 schrieb Steven Jeffs: Steven Jeffs wrote: But these stand out as maybe something to be concerned with? There were lots of them: System.Net.Sockets/Socket.cs(736,25): warning CS0162: Unreachable code detected and ./build-csproj: gawk: command not found I could

Re: [Mono-dev] s/390x

2007-12-08 Thread Zoltan Varga
Hi, This is ok to check in. Zoltan On Dec 8, 2007 1:53 AM, Geoff Norton [EMAIL PROTECTED] wrote: The s/390x build is broken on trunk. This patch should fix it. -g ps Does anyone have the ISA for the s/390x from IBM? I can't find it on their site.

Re: [Mono-dev] dead link on mono-project.com/Mono.Addins_Release_Notes

2007-12-08 Thread Lluis Sanchez
El dj 06 de 12 del 2007 a les 17:02 +0100, en/na Martin Dederer va escriure: Hi, on (1) is a dead link (2). (1) http://www.mono-project.com/Mono.Addins_Release_Notes (2) http://www.go-mono.com/sources/mono-addins/mono-addins-0.3.tar.gz Yes, that's because Mono.Addins 0.3 has not yet been

Re: [Mono-dev] Mono Datasets

2007-12-08 Thread Miguel de Icaza
Hello, Would you be able to attach a sample that fails, and file that as a bug report? We would love to fix it, but the more details, the better. And if you have a test case, that reduces our response time even more. On Sat, 2007-12-08 at 10:36 +, Gwyneth Morrison wrote: Good Day, I

Re: [Mono-dev] [PATCH] DriveInfo implementation - volume space

2007-12-08 Thread Robert Jordan
Hi Javier, Javier Martín wrote: About the test case, I've not written it mainly because I don't really know what to test for. M$s spec is quite lame, describing only the windows-specific case (and not even all of them - what will the class do with junction points is not specified). If anyone

Re: [Mono-dev] [PATCH] DriveInfo implementation - volume space

2007-12-08 Thread Miguel de Icaza
I don't think your patch will make into 1.2.6, but feel free to ask the team (Dick, Miguel). New features are not being checked into 1.2.6, its too late in the cycle. This would make it to 1.2.7 Miguel ___ Mono-devel-list mailing list

[Mono-dev] debugger exception

2007-12-08 Thread Alvaro Ramirez
Hiya, Checked out and built the latest debugger from svn. I'm getting an unhandled exception (InternalError) when trying to debug basic console apps (Attached is a stack trace). The exception is thrown when GetEngineByTID returns null while handling GcThreadCreated events (MonoThreadManager.cs).