[Mono-dev] Mono fails to run binaries produced with .NET C#

2007-04-27 Thread Bitprox Development
Hi, I am experiencing a problem when I try to run the code compiled using the .NET Framework on the mono runtime. The same code runs fine when executed on .NET Framework. However when I compile the code using mono compiler mcs.exe it runs fine on any runtime. When I started to examine the IL

[Mono-dev] Call for testing: Mono 1.2.4 Second Preview Available

2007-04-27 Thread Miguel de Icaza
Hello, Am just reposting Wade's email with a fresh subject: Preview 2 has been uploaded to this same location. mono/mcs was retagged as mono-1-2-4 from the mono-1-2-4 branch. Thanks to all who have taken a look at the preview releases. Wade On Fri, 2007-04-20 at 22:26 -0600,

Re: [Mono-dev] performance and stress test

2007-04-27 Thread Miguel de Icaza
Hello, Is there an tool or a batch on svn to have a report about performance of mono Versus Ms.NET implementation. I know that there is the class status script. I search something quite simple to be run as class status to get out performance index compared to ms performance index. You

[Mono-dev] Fwd: eglib Patch

2007-04-27 Thread Jonathan Chambers
Hello, Here is same patch with ChangeLog entries. Thanks, Jonathan -- Forwarded message -- From: Jonathan Chambers [EMAIL PROTECTED] Date: Apr 26, 2007 1:50 PM Subject: eglib Patch To: mono-devel mono-devel-list@lists.ximian.com Here is a patch slightly modified from what

Re: [Mono-dev] Call for testing: -- Timer issue

2007-04-27 Thread Alan McGovern
Any update on this issue? Alan. On 4/21/07, Joshua Tauberer [EMAIL PROTECTED] wrote: With the 1.2.4 preview, I encountered something with the MySql Connector which I narrowed down to an issue with System.Threading.Timer. I don't know what the proper way to use the Timer is, so it may be

Re: [Mono-list] del.icio.us library?

2007-04-27 Thread Timothy Parez
Hi, I checked out the current SVN and tried the following // project created on 4/27/2007 at 8:25 AM using System; using Deveel.Delicious; namespace DelTest { class MainClass { public static void Main(string[] args) {

[Mono-list] Windows Forms ListBox not valid value for SelectedIndex property.

2007-04-27 Thread Ventsislav Mladenov
I have a program that used ListBox component and when i try to set -1 to SelectedIndex property  i get exception : System.ArgumentException: '-1' is not a valid value for 'Value'. 'Value' should be between 'Minimum' and 'Maximum' On Microsoft implementation of ListBox, it deselect current

[Mono-list] XmlReader - property LocalName - return Empty String

2007-04-27 Thread Ventsislav Mladenov
I have a class which implements IxmlSerializable interface. In methon public void ReadXml(System.Xml.XmlReader reader), i use reader.LocalName to get the name of the current Element. In .NET Framework it work fine but under Mono it return me an empty string.

Re: [Mono-list] mod-mono directoryindex with SetHandler mono

2007-04-27 Thread Robert Jordan
Adriaan van Kekem wrote: Search: Hi, I am using the statement SetHandler mono in my apache configuration to make sure all files are handled by mono itself. But now i have multiple virtualhosts, say a.test.com and b.test.com. Apache can handle them both with different virtualhost. Now, i

[Mono-list] Call for testing: Mono 1.2.4 Second Preview Available

2007-04-27 Thread Miguel de Icaza
Hello, Am just reposting Wade's email with a fresh subject: Preview 2 has been uploaded to this same location. mono/mcs was retagged as mono-1-2-4 from the mono-1-2-4 branch. Thanks to all who have taken a look at the preview releases. Wade On Fri, 2007-04-20 at 22:26 -0600,

[Mono-list] Banter Mono 1.2.4

2007-04-27 Thread Brady Anderson
I ran Banter through the paces against the pre-release Mono 1.2.4 and did not see any regression in the project. Brady ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Continuous integration

2007-04-27 Thread Scasquiov
Hi, I'm looking for a continuous integration system that works well with mono (having a good integration with Trac is a very strong plus too). I'm wondering if someone working with mono and with a well behaved CI system can please advise me. Thanks in advance

Re: [Mono-list] Continuous integration

2007-04-27 Thread Maser, Dan
My company uses http://www.viewtier.com/products/parabuild/index.htm The product itself seems very good. It's sometimes difficult for me to say for sure, though, since I'm not yet convinced that I'm a fan of continuous integration in the first place. I'm sure this is at least worth

[Mono-list] mkbundle: how to enumerate the list of assemblies

2007-04-27 Thread Julien Sobrier
Hello, how can I enumerate the list of assemblies contained in an executable created with mkbundle? From the main assembly, I can get all the dependencies from AppDomain.CurrentDomaon.GetAssemblies(). But what about other assemblies that I usually load with System.Refletion and are not part of the