[Mono-list] Assembly Load Exception

2008-04-15 Thread Derek Ekins
I am using mod_mono and am getting the following exception: System.IO.FileNotFoundException: Could not load file or assembly '/home/derek/development/felix/bin/Boo.Lang.Compiler.dll' or one of its dependencies. The system cannot find the file specified. The file is in the directory as are the fil

Re: [Mono-list] C# command line parsing library

2008-04-15 Thread gsscoder
Chris Seaton wrote: > > Is there a library for parsing command lines in C#? Or do any C# > applications have a reusable class for parsing command lines. I'm > looking for something where you specify flags and default values and > things and gets values from the command line. Like gopt or s

[Mono-list] GetCurrentProcess stats

2008-04-15 Thread Adam Tauno Williams
I get a Process object like - process = Process.GetCurrentProcess(); But process.Threads.Count and process.PrivateMemorySize64 always appear to be zero. Doing a process.Refresh() doesn't help. Are these expected to work in Mono (on LINUX)? -- Consonance: an Open Source .NET OpenGroup

[Mono-list] GtkCellrendererCombo

2008-04-15 Thread Dimitris Zenios
How do you add a ComboBox onto a treeview ? or if there is a good tutorial on doing that. My regards Dimitris Zenios ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] howto customize an installation of Mono on windows?

2008-04-15 Thread Xavi de Blas
Hello all I'm working on an installjammer multiplatform installer for my app: Chronojump On windows, if it doesn't find Mono or if it's old, it runs Mono installer, and when it finishes it continues Chronojump installation. I wonder how to call the Mono installer to perform some kind of console

Re: [Mono-list] C# command line parsing library

2008-04-15 Thread John M. Anderson
On Sat, 2008-04-12 at 00:18 -0700, gsscoder wrote: > > Chris Seaton wrote: > > > > Is there a library for parsing command lines in C#? Or do any C# > > applications have a reusable class for parsing command lines. I'm > > looking for something where you specify flags and default values and

Re: [Mono-list] Still needing help (Latest mono on OpenSuse 10.3)

2008-04-15 Thread John M. Anderson
On Mon, 2008-04-14 at 12:08 -0300, Carlos Adriano Portes wrote: > Hi friends > > > I need some help here, I would like very much to know how to update > mono on OpenSuse 10.3, I would like to install the latest version 1.9, > I could manage to install monodevelop 1.0 myself, but not mono. > Yo