Re: [Mono-dev] unable to run VB.NET or C# applications on OS X

2007-08-01 Thread Stefan Noack
hi I solved this problem by replacing the code generated by VS. as the call is done by some internal compiler generated i hade to replace something in Application.Designer.vb [i think it was in Protected Overrides Sub OnCreateMainForm()]... you may use a reflector or disassmbler run on your own

Re: [Mono-dev] unable to run VB.NET or C# applications on OS X

2007-08-01 Thread Andy Hume
Unfortunately I can't offer any advice on OS X questions -- I know nothing (apart from google; maybe http://www.mono-project.com/Problem:GDIPlusInit#MacOS_X). For general advice on porting to Mono however, I agree with the advice in http://www.mono-project.com/Guide:_Porting_Winforms_Applications

Re: [Mono-dev] unable to run VB.NET or C# applications on OS X

2007-07-31 Thread Jouini Karim
Hi, thanks for your answer, Yes I’m using the winforms. But I’m a real newbie on OS X (I’m used to windows). How do I know if X11 is installed? know i get a different error : System.TypeInitializationException : An exception was thrown by the type initializer for System.Drawing.GDIPlus -

[Mono-dev] unable to run VB.NET or C# applications on OS X

2007-07-30 Thread Jouini Karim
Please, i'm running OS X 10.4 with mono 1.2.4 but i'm unable to run any VB.NET or C# application with GUI (even simple application) for VB.NET (the most urgent) i get Unhandled Exception : System.notimplementedException at Microsoft.VisualBasic.CompilerServices.Utils.GetResourceString a small

Re: [Mono-dev] unable to run VB.NET or C# applications on OS X

2007-07-30 Thread Rolf Bjarne Kvinge
-Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Jouini Karim Sent: lunes, 30 de julio de 2007 16:22 To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] unable to run VB.NET or C# applications on OS X Please, i'm running OS

Re: [Mono-dev] unable to run VB.NET or C# applications on OS X

2007-07-30 Thread Alan McGovern
Quick solution: Don't use VisualBasic dll's in your C# application. Problem solved. Alternatively refactor your code so you don't use the GetResourceString method found there. Is there an alternative method of getting at the required data? Even if the method were to be released in the next mono