AW: AW: [Mono-list] System.Windows.Forms not working

Matthias Felgner matthiasf at voelcker.com
Wed Jun 8 05:40:38 EDT 2005


Hi,

I managed to reproduce the Problem on another machine...I had Mono 1.1.7 running on Suse 9.2, upgraded to SVN almost the same error occurred...except that the System.DllNotFoundException was stating libX11.so.6.2 was missing, which it is definitely not, and also the proper symlinks are there.
Downgradeed to 1.1.7 Release...Everything is working again...

If I only substitute the System.Windows.Forms.dll in 1.1.7 with SVN Version, System.Windows.Forms Applications still run....Problem appears to be deeper...

Code, that causes the Problem (any SWF App, but also as simple code as following):

using System;
using System.Windows.Forms;

namespace WelcomeGUI
{
   class Welcome
   {
      public static void Main( string[] args )
      {
         MessageBox.Show( "Welcome\nto\nC#\nprogramming!" );
      }
   }
}


Thanks

--Matt

-----Ursprüngliche Nachricht-----
Von: mono-list-bounces at lists.ximian.com [mailto:mono-list-bounces at lists.ximian.com] Im Auftrag von Paul
Gesendet: Dienstag, 7. Juni 2005 23:27
An: Mono List
Betreff: Re: AW: [Mono-list] System.Windows.Forms not working

Hi,

> String is hardcoded in mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs
> 
> Console.WriteLine("Mono System.Windows.Forms Assembly [Revision: 44786; built: 2005/5/25 22:34:45]");

What code caused the error to be generated?

TTFN

Paul
-- 
"Space", it says, "is big. Really big. You just won't believe how
vastly, hugely, mind-bogglingly big space really is. I mean, you may
think it's a long way down the road to the chemists, but that's just
*peanuts* compared to space, listen" - Hitch Hikers Guide to the Galaxy


More information about the Mono-list mailing list