Re: [Mono-dev] To split or not to split Mono?

2005-11-06 Thread Erik LeBel
hi All, As an alternative to having possibly several dozen specialized bundles (which is a possible outcome of this kind of split), I would suggest something oriented toward stable and experimental updates: The stable packages: Mono-runtime – the portion of mono compiled natively. Mono-core –

Re: [Mono-list] How do I configure DbProviderFactory?

2004-11-28 Thread Erik LeBel
hi Francisco, I'm not very familiar with this code, but the source says it uses the value of the 'name' field to identify the provider factory. In the snippets you provided this string should bew 'SqlClient Data Provider', and not 'System.Data.SqlClient'. You might want to change your GetFactory

Re: [Mono-list] Cassini web server

2004-10-22 Thread Erik LeBel
hi Dan, I tried it last night and it worked fairly well. I create a new command line application which used the Cassini.dll to serve up web content. There was one preoblem involving application paths, but I will investigate further. If anyone is interested I will post the code sometime this

RE: [Mono-list] Cassini web server

2004-10-22 Thread Erik LeBel
was looking for, for anyone who had tried it before and had feedback. -Dan -Original Message- From: Erik LeBel [mailto:[EMAIL PROTECTED] Sent: Friday, October 22, 2004 9:39 AM To: DAN MALTES; [EMAIL PROTECTED] Subject: Re: [Mono-list] Cassini web server hi Dan, I tried it last

Re: [Mono-list] IDE for mono/linux

2004-02-26 Thread Erik LeBel
Though I would rather promote VIM, for people wanting to keep a windows feel (common key bindings), how about Scite. It features a syntax highliting, standard key bindings, runs on windows and linux, multiple buffers, scripting and is lighweight. http://www.scintilla.org/ -erik I'm looking for

Re: [Mono-list] Medium project: VB.NET CodeDom provider.

2003-07-03 Thread Erik LeBel
hi all, since someone is getting into this CodeDom stuff, here is a crude set of incomplete unit tests from the C# code generator. The tests pass on .NET, but I've not tested it adequatly on Mono. use them or not, but they may provide some guidelines for baselining the VB code generator.

Re: [Mono-list] Developing MONO

2003-03-05 Thread Erik LeBel
Acctually, with WinXP it can be done. I've tried mono on windows and linux, but use it mostly on windows XP. Without Cygwin or .NET i can develop in mono, and using some simple scripts generate make files for the core class libraries. I'm still working on getting the debugger compiled and running

[Mono-list] Reflection error

2003-03-04 Thread Erik LeBel
While using reflection I've found that ParameterInfo's IsIn, IsOut and IsRetval always return false. I have not found any logged bugs at Ximian's bugzilla. Is this a know problem? If this is not a problem, then I'll assume that something in my code is not correct, but it seems odd to have all the

[Mono-list] (no subject)

2003-02-27 Thread Erik LeBel
Hello folks, I've put together a patch for XmlTextReader. If this is of any interest to anyone, please feel free to incorporate it. This patch make the addresses three issues:- fills thrown XmlException objects with Location information- verifies that element tags are paired together in a valid