Re: [Mono-dev] empty URI error

2007-12-06 Thread Gert Driesen
Marko, Please submit a bug report for this. Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marko Žmak Sent: donderdag 6 december 2007 8:47 To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] empty URI error I found some strange behaviour in

Re: [Mono-dev] Does mono support databinding?

2007-12-06 Thread Onur Gumus
Are you using DataGrid? I think that control was specific to ASP.NET 1.1. In ASP.NET 2.0 we have gridview I have built some medium sized ASP.NET application involving about 40 forms with Ajax, Ajaxcontroltoolkit and some very custom controls. Almost everything including databinding works

Re: [Mono-dev] runtime dbg library API proposal/impl

2007-12-06 Thread Paolo Molaro
On 12/05/07 Rodrigo Kumpera wrote: One thing missing are functions to probe the version/capabilities of the library. Since the idea is to have the debugger use as much of the dbg api as possible but falling back to the current code in case the lib doesn't support specific stuff. This is

Re: [Mono-dev] runtime dbg library API proposal/impl

2007-12-06 Thread Paolo Molaro
On 12/05/07 Martin Baulig wrote: Maybe it would also be a good idea to use the existing debugger to test this rather than having just for debugging purposed something which is 100% broken and has to be removed later anyways. Many of the functions are there exatly because this way we can test

Re: [Mono-dev] runtime dbg library API proposal/impl

2007-12-06 Thread Paolo Molaro
On 12/05/07 Martin Baulig wrote: There is just one important thing to keep in mind: public TargetAddress MonoClassGetMonoImage (ITargetMemoryAccess memory, TargetAddress klass) { IntPtr image =

Re: [Mono-dev] runtime dbg library API proposal/impl

2007-12-06 Thread Martin Baulig
On Thu, 2007-12-06 at 11:42 +0100, Paolo Molaro wrote: On 12/05/07 Rodrigo Kumpera wrote: One thing missing are functions to probe the version/capabilities of the library. Since the idea is to have the debugger use as much of the dbg api as possible but falling back to the current code in

Re: [Mono-dev] runtime dbg library API proposal/impl

2007-12-06 Thread Martin Baulig
On Thu, 2007-12-06 at 11:53 +0100, Paolo Molaro wrote: On 12/05/07 Martin Baulig wrote: There is just one important thing to keep in mind: public TargetAddress MonoClassGetMonoImage (ITargetMemoryAccess memory, TargetAddress klass)

Re: [Mono-dev] DriveInfo implementation

2007-12-06 Thread Javier Martín
Status update: I'm currently at step 4, i.e. the Windows version has been implemented and everything seems fine, sane and consistent. I had to implement the WindowsGetDrives method too in order to make the class even usable, but it's a bit of a stub based on Environment.GetLogicalDrives and does

Re: [Mono-dev] DriveInfo implementation

2007-12-06 Thread Robert Jordan
Hi Javier, Javier Martín wrote: Status update: I'm currently at step 4, i.e. the Windows version has been implemented and everything seems fine, sane and consistent. I had to implement the WindowsGetDrives method too in order to make the class even usable, but it's a bit of a stub based on

Re: [Mono-dev] DriveInfo implementation

2007-12-06 Thread Javier Martín
Robert Jordan wrote: Hi Javier, The PLATFORM_WIN32 conditional in icall.c must be avoided. Since you're going to implement GetDiskFreeSpaceEx in io-layer it will be not necessary. But I guess you already know this and tried to keep the code compilable, correct? Er, no. At the time I wrote that

[Mono-dev] EntitySpaces - $1000 Contest for a Mono Application

2007-12-06 Thread Mike
Pardon the intrusion but we are hoping perhaps somebody on this list will be interested. EntitySpaces, LLC is offering $1,000 U.S. dollars to the first person or company to successfully create an EntitySpaces application that runs under Mono version 1.2.5.1 or higher ... For the Contest

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

2007-12-06 Thread Martin Dederer
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 Martin Dederer ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] DriveInfo implementation

2007-12-06 Thread Robert Jordan
Javier Martín wrote: Robert Jordan wrote: Hi Javier, The PLATFORM_WIN32 conditional in icall.c must be avoided. Since you're going to implement GetDiskFreeSpaceEx in io-layer it will be not necessary. But I guess you already know this and tried to keep the code compilable, correct? Er,

Re: [Mono-dev] [Mono-list] ClickOnce

2007-12-06 Thread Sebastien Pouliot
Hey, On Mon, 2007-12-03 at 21:22 +0100, Petit Eric wrote: hi folk I just see last week, there is a firefox addon to suport the Microsoft ClickOnce technology, This plugin has existed for quite some time now. so is Mono/MonoDevelop team plane to suport this one. There's no plan to support

Re: [Mono-dev] ClickOnce

2007-12-06 Thread Luca Tettamanti
On Dec 3, 2007 9:22 PM, Petit Eric [EMAIL PROTECTED] wrote: hi folk I just see last week, there is a firefox addon to suport the Microsoft ClickOnce technology, so is Mono/MonoDevelop team plane to suport this one. Just for info here is the link of ClickOnce for firefox development :

Re: [Mono-dev] DriveInfo implementation

2007-12-06 Thread Javier Martín
Hi devs, 2007/12/6, Robert Jordan wrote: Ok, so I'm leaving the checks code as exceptions, not as assertions. By the way, does the unmanaged method return immediately when an exception is raised or does it need to actually execute a return? Indeed, it won't be reached anyways. Sorry for my

[Mono-dev] Monodevelop crashes on start up

2007-12-06 Thread Sharique uddin Ahmed Farooqui
I have installed mono 1.2.6 preview 2 from binary installer. When I try run Monodevelop, it crashes after splash screen, with this error message. [EMAIL PROTECTED]:~$ monodevelop 2007-12-07 00:06:14,098 [-1210906928] WARN MonoDevelop.Core.ILoggingService[(null)] - Inotify watch limit is too low

Re: [Mono-dev] Compile Mono Solaris

2007-12-06 Thread 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 install gawk and recompile, but is it necessary?

Re: [Mono-dev] Compile Mono Solaris

2007-12-06 Thread Zoltan Varga
Hi, Overall results: tests: 9006, failed: 19, opt combinations: 19 (pass: 99.79%) Regression ERRORS! This is expected. solaris is missing some C functions we use for rounding, so some tests are failing. Zoltan ___ Mono-devel-list

Re: [Mono-dev] Compile Mono Solaris

2007-12-06 Thread Steven Jeffs
Thanks Zoltan! I have been trying without success to get dekiwiki to run on solaris. The response I received from their help forums is that my problem is mono. Here is my post which includes the problem I've encountered: http://forums.opengarden.org/showthread.php?t=1347 I've hit a wall and

Re: [Mono-dev] Compile Mono Solaris

2007-12-06 Thread Avery Pennarun
On 06/12/2007, Steven Jeffs [EMAIL PROTECTED] wrote: Overall results: tests: 9006, failed: 19, opt combinations: 19 (pass: 99.79%) Come on, what kind of software do you expect to be better than 99.79% correct? :) Have fun, Avery ___ Mono-devel-list

Re: [Mono-dev] missing cultures

2007-12-06 Thread Steve Bjorg
Fantastic! Now if someone can point me where that stuff is in the mono tree, I'll gladly get working on a patch. :) - Steve -- Steve G. Bjorg http://wiki.mindtouch.com http://wiki.opengarden.org On Dec 6, 2007, at 4:13 PM, Daniel Nauck wrote: Hello, have a look at bug:

Re: [Mono-dev] missing cultures

2007-12-06 Thread Robert Jordan
Hi Steve, Steve Bjorg wrote: Fantastic! Now if someone can point me where that stuff is in the mono tree, I'll gladly get working on a patch. :) http://anonsvn.mono-project.com/viewcvs/trunk/mono/tools/locale-builder/ Good luck! :) Robert - Steve -- Steve G. Bjorg

Re: [Mono-dev] Monodevelop crashes on start up

2007-12-06 Thread Christian López Espínola
Hi Sharique, The error message gives a url. In that url you'll find the solution. On 12/6/07, Sharique uddin Ahmed Farooqui [EMAIL PROTECTED] wrote: I have installed mono 1.2.6 preview 2 from binary installer. When I try run Monodevelop, it crashes after splash screen, with this error message.