RE: [Mono-dev] Need testers for Mono's C# generics compiler.

2006-01-04 Thread Rafael Mizrahi
Hi, I know that there are some NUnits at the implementation of C5 I have no idea if it fits our needs? http://www.itu.dk/research/c5/ http://www.itu.dk/research/c5/PreRelease0.5/ rafi mizrahi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miguel de

[Mono-dev] Command Line Dispatcher

2006-01-04 Thread Oscar Forero
Hello, I am new to the list, and i will like to submit the following Utility to your consideration: http://forge.novell.com/modules/xfmod/project/?cmdlineparser I got tired of all the time writing those big switchs statements or using command line parsers that only parse the options but give

Re: [Mono-dev] Validator controls expected results?

2006-01-04 Thread Dieter Bremes
Christopher Bergström wrote: Per the documentation.. If I have display=None and a asp:ValidationSummary / control then the validator control should not display results inline, but the JS still executes. I found a work-around by EnableClientScript=false.. bug? This is in Firefox latest

RE: [Mono-dev] Need testers for Mono's C# generics compiler.

2006-01-04 Thread Miguel de Icaza
Hey, I know that there are some NUnits at the implementation of C5 I have no idea if it fits our needs? http://www.itu.dk/research/c5/ http://www.itu.dk/research/c5/PreRelease0.5/ They are good, we have those integrated into Mono today, those I got to pass. Miguel

RE: [Mono-dev] Need testers for Mono's C# generics compiler.

2006-01-04 Thread Miguel de Icaza
Hello, I just tried it on our code base and everything compiles fine. Running unit tests now (on the code it produced), and haven't seen any issues yet. We have a good bit of generics in our code base and have submitted several gmcs bugs. All have been promptly addressed except 76440 for

[Mono-dev] Re: Need testers for Mono's C# generics compiler.

2006-01-04 Thread Miguel de Icaza
Hello, This seems like a very odd error, my setup reports: peter.cs(11,17): error CS1502: The best overloaded method match for `System.IComparableT.CompareTo(T)' has some invalid arguments peter.cs(11,17): error CS1503: Argument 1: Cannot convert from `T' to `T' Compilation failed: 2

Re: [Mono-dev] Validator controls expected results?

2006-01-04 Thread Christopher Bergström
Dieter Bremes wrote: Christopher Bergström wrote: Per the documentation.. If I have display=None and a asp:ValidationSummary / control then the validator control should not display results inline, but the JS still executes. I found a work-around by EnableClientScript=false.. bug? This is

[Mono-dev] [PATCH] mono-debugger 0.11: Fix search for wrapper location

2006-01-04 Thread Hans Kratz
Hi! mono-debugger 0.11 searches for mono-debug-mini-wrapper in the directory where the executing program (e.g. mdb.exe) is located. This obviously works fine for mdb.exe but does not work without ugly hacks if another debugging client is used (e.g. X-develop). The attached patch solves this

[Mono-dev] Mono.Debugger versioning

2006-01-04 Thread Hans Kratz
Hi! It would be great if the Mono debugger version were programmatically accessible (e.g. as a static property or field in the Mono.Debugger library or using the DLL version number of the Mono.Debugger.dll). This way debugging clients besides MDB could fail with a meaningful error message if

Re: [Mono-dev] Validator controls expected results?

2006-01-04 Thread Dieter Bremes
Christopher Bergström wrote: Dieter Bremes wrote: Christopher Bergström wrote: Per the documentation.. If I have display=None and a asp:ValidationSummary / control then the validator control should not display results inline, but the JS still executes. I found a work-around by

RE: [Mono-dev] Re: Need testers for Mono's C# generics compiler.

2006-01-04 Thread Stephen Quattlebaum
FYI, as of mono 1.1.10.0, bug #75670 (which I entered a few months ago) seems to be fixed, seemingly as a side-effect of other changes. I'd close it out myself in Bugzilla but I don't appear to have permissions. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [Mono-dev] [PATCH] Minor fixes for XmlElement XmlTextWriter

2006-01-04 Thread Atsushi Eno
Hi Gert, It would be nicer if you avoid application/octet-stream to post patches. In XmlElementTests.cs, I think those additional lines could be split to another method and be shared (since null seems equivalent as String.Empty in 2.0). As for your code in general, please conform to coding

[Mono-list] X509Extensions and X509CertificateBuilder

2006-01-04 Thread Hellan.Kim KHE
I'm trying to use X509CertificateBuilder to create a certificate and I would like to add extensions. As the first I would have liked to add a KeyUsageExtension, but ran into problems. It seems that the extension classes are mainly there for reading extensions in certificates, not for creating

Re: [Mono-list] xsp as a daemon

2006-01-04 Thread Oleg Deribas
peter wrote: Could you, please, post your results here in case you'll have any success? Here's what I have so far, namely a script (called xspd) Thanks, Peter. It will definitely help. Running apache to do simple tasks is huge overkill, sometimes... ;-) -- Oleg smime.p7s Description:

Re: [Mono-list] How to compile app using Gecko# on Windows

2006-01-04 Thread Jorge Gonzalez
Hi, I had that same problem but not remember how to solves the previous one to it, but in these days reinstall and returned to me to happen the same, the solution was to copy the archives gecko-sharp.dll and gecko-sharp.dll.config , in the folder where they are the direct access and it's worksorry

Re: [Mono-list] How to compile app using Gecko# on Windows

2006-01-04 Thread Jorge Gonzalez
direct access - shortcuts2006/1/4, Jorge Gonzalez [EMAIL PROTECTED]: Hi, I had that same problem but not remember how to solves the previous one to it, but in these days reinstall and returned to me to happen the same, the solution was to copy the archives gecko-sharp.dll and

[Mono-list] monodoc on windows

2006-01-04 Thread simon godden
What's the latest status of monodoc on windows? Gecko# now works on windows right? Is there something else blocking it?-- Simon Godden ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] xsp as a daemon

2006-01-04 Thread peter
Oleg Deribas wrote: Could you, please, post your results here in case you'll have any success? OK people, here's the best I can do for the moment. The attached script works to the extent that it reliably starts xsp, unreliably shuts it down and makes a right royal mess of most of the

[Mono-list] Mono 1.1.12.1 on Solaris10 x86

2006-01-04 Thread jeff clausius
Like Andreas - http://lists.ximian.com/pipermail/mono-list/2005-December/029822.html, I'm trying to make Mono 1.1.12.1 on Solaris 10 for x86. make will error out with '#error large files are not supported by libelf' message. Is there some sort of make argument or define I can set to tell mono's

Re: [Mono-list] Mono 1.1.12.1 on Solaris10 x86

2006-01-04 Thread Andreas Färber
Hi Jeff, Is there some sort of make argument or define I can set to tell mono's make to not compile with large file support? Would doing so have any affect on mono's operations? I have tried passing --disable-largefile but a) this is not automatically passed on to the configure of libgc so

[Mono-list] IsSubclassOf and Assembly.LoadFrom problem

2006-01-04 Thread Colin JN Breame
I've come across this problem before but never solved it (even after searching the internet for several hours!). So I thought I'd ask here I have two dlls: a.dll - contains interface a.a b.dll - contains class b.b that implements a.a A main program loads b.dll and tests

Re: [Mono-list] IsSubclassOf and Assembly.LoadFrom problem

2006-01-04 Thread Elliott Draper
I'm not entirely sure IsSubclassOf is meant to return true for classes implementing an interface? Certainly I've found that it hasn't in the past, and instead I use GetInterface() I think it is, passing in the name of the interface I'm looking for, and checking to see if that returns the

Re: [Mono-list] Profiling web app to find where memory is going

2006-01-04 Thread Miguel de Icaza
Hey, So... that didn't work. The default profiler (--profile=default:alloc) yields just: Total memory allocated: 0 KB Run with the default profile flags (just --profile), I believe the problem is that there is a dependency between the options which is not automatically set. I'm not

Re: [Mono-list] Profiling web app to find where memory is going

2006-01-04 Thread Joshua Tauberer
Miguel de Icaza wrote: The default profiler (--profile=default:alloc) yields just: Total memory allocated: 0 KB Run with the default profile flags (just --profile), I believe the problem is that there is a dependency between the options which is not automatically set. The default profiler

[Mono-list] Can't Compile Blam

2006-01-04 Thread Abe Gillespie
I get the below when trying to compile Blam. Anyone have any ideas? Thanks. -Abe ChannelList.cs(17,32): error CS0433: The imported type `Gtk.TreeView' is defined multiple times /usr/local/lib/mono/gtk-sharp/gtk-sharp.dll: `Gtk.TreeView', name of symbol related to previous error

[Mono-list] XBuild VS2005 Projects

2006-01-04 Thread Norman Young
Hi, I'm a VS2005 (RC) user, but am new to Mono and am interested in getting my VS2005 projects to build on Mono. A few questions: 1) What's the best way to get VS2005 projects to build on Mono? I saw a post in the November archives that Prj2Make has yet to be updated to handle VS2005 .csproj