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
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.