Re: [Mono-dev] Mono reflection seems a bit broken.

2010-02-09 Thread Rodrigo Kumpera
On Tue, Feb 9, 2010 at 9:51 AM, PFJ wrote: > > > The resources are set to be embedded into the binary. I run the executable > this comes from and it does what it should (the displaytheelement method > gets the information for the data (stored in xmlhandler xml), then uses > reflector to grab the

[Mono-dev] Mono reflection seems a bit broken.

2010-02-09 Thread PFJ
Hi, This code works fine under .NET 3.5 but dies miserably with Mono 2.6.1 using System; using System.Reflection; using System.IO; using System.Drawing; using System.Windows.Forms; using System.Xml; using System.Resources; amespace molarity { /// /// Description of periodic.