[Mono-dev] Cross-platform command-lines

2007-07-30 Thread Charlie Poole
Hi All, I'm looking for ideas on best practices for command-line parameters intended to be used on both Windows and Linux. Mostly, I want guidelines for how to design syntax that makes sense on both platforms, but if anyone has implemented something I'd be interested in that as well. Charlie

Re: [Mono-dev] Updated Silverlight

2007-07-30 Thread Chris Toshok
I've fixed the plugin to work with the 1.1 update, although some changes might be considered breaking and/or portability problems if we want to support both 1.0 and 1.1. 1. The plugin name and mime type have changed (from WPFe Plug-In to Silverlight Plug-In and from

[Mono-dev] how can I connect to oracle10g ?

2007-07-30 Thread yuehuaqi
hi: I use these code to connect to oracle on ubuntu 7.04 and mono 1.2.4 -- public static void Main (string[] args) { try{ System.Data.OracleClient.OracleConnection con = new System.Data.OracleClient.OracleConnection(); con.ConnectionString =Data

[Mono-dev] next version

2007-07-30 Thread Jouini Karim
please, when will the next mono version be released ? thanks ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[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] Request for backport of garbage collection patch

2007-07-30 Thread Miguel de Icaza
Right. The problem is that mono 1.2 fails horribly under wine, whereas mono 1.1 works pretty well. I'm working on getting mono 1.2 to run under wine, but having a fully-functional 1.1 runtime would help. It would be interesting to know how Mono 1.2 fails with Wine, there is not much in this

Re: [Mono-dev] Smokey - a new FxCop/Gendarme like tool

2007-07-30 Thread Miguel de Icaza
Hello Jesse, In some cases, we are unable to change the API, it would probably be useful to make the MethodCanBeMadeStatic check ignore public methods from an API. Miguel. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

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

Re: [Mono-dev] [Bug?] mkbundle - Windows cannot find 'sh'

2007-07-30 Thread Andreas Färber
Am 29.07.2007 um 18:38 schrieb [xico] - xico2kx: I know that sh is a Unix shell but as I'm running Windows that command isn't avaliable... The Windows shell is cmd.exe... Is this a bug or am I doing something wrong? On Windows you must likely execute such commands inside Cygwin, which

Re: [Mono-dev] Updated Silverlight

2007-07-30 Thread pablosantosluac
Hi, Where can I find screenshots of Mono/Linux/Silverlight? pablo - Original Message - From: Chris Toshok [EMAIL PROTECTED] To: Miguel de Icaza [EMAIL PROTECTED] Cc: Mono Olive - developing 3.0,3.5 and Silverlight [EMAIL PROTECTED]; mono-devel-list@lists.ximian.com Sent: Monday, July

Re: [Mono-dev] Updated Silverlight

2007-07-30 Thread Miguel de Icaza
Where can I find screenshots of Mono/Linux/Silverlight? In www.mono-project.com/MoonlightShots Miguel. pablo - Original Message - From: Chris Toshok [EMAIL PROTECTED] To: Miguel de Icaza [EMAIL PROTECTED] Cc: Mono Olive - developing 3.0,3.5 and Silverlight [EMAIL PROTECTED];