[Mono-winforms-list] I can install alone mono and not framework

2013-03-01 Thread tradis
4 looked for alternative to framework, since when net installed it framework client, on disc it occupies very much 1GB and I do not want to fill disc of so many files I do not understand how a file of 41mb ends up by filling so much the disc and has to cover several services pardon for my

Re: [Mono-winforms-list] I can install alone mono and not framework

2013-03-01 Thread Paul Johnson
Hi, I do not understand how a file of 41mb ends up by filling so much the disc and has to cover several services The archive contains everything and is compressed. When you decompress it, everything gets bigger. Don't get the SDK version, you just need the runtime environment pardon for

[Mono-aspnet-list] HTML Editor for Linux Mono

2013-03-01 Thread demendezr
Greetings community, I have my asp.net project in Mono Linux, but I need to use an HTML editor. Mono In Windows, I used FreeTextBox, and me worked perfectly. But Linux does not work FreeTextBox, someone I can recommend an editor. NET for Linux?. Cute Editor is also a good editor, but not if you

Re: [Mono-aspnet-list] HTML Editor for Linux Mono

2013-03-01 Thread Daniel Lo Nigro
Try TinyMCE http://www.tinymce.com/ or CKEditor http://ckeditor.com/. Both are purely client-side and don't require any server-side code (and thus don't care about what the server environment is). Then you just add a regular text area (Html.TextareaFor in ASP.NET MVC, or one of the many ways of

[Mono-list] DynamicObject

2013-03-01 Thread Ben Timby
This question is partially about C# itself, and partially about the mono framework. I have some Python code I am trying to port to C#. Specifically, I am using dynamic members (attributes in Python). They are created upon being accessed. obj = MyClass() obj.dynamic_attribute_one = 1

Re: [Mono-list] Xamarin 2.0 concern

2013-03-01 Thread Ian Norton
I really do hope that x studio is just really the new name of the 3.1 monodevelop. I hear all of what you say in that the mono community seems quite separate from much that you see on the go-mono.com pages, I wonder if we should start a 'mono planet' sort of thing to join things up and to keep

[Mono-list] Autofac 3.0.1 on Mono 3.0.5

2013-03-01 Thread Erik Schierboom
I have been trying to get Autofac 3.0.1 working on Mono, but have so far been unsuccessful. When I try to run an application that references Autofac 3.0.1 on Mono 3.0.5, I get the following exception: Mono: Assembly Loader probing location: '/opt/mono-3.0.5/lib/mono/4.5/mscorlib.dll'.

Re: [Mono-list] Xamarin 2.0 concern

2013-03-01 Thread edward . harvey . mono
How do you pronounce xamarin? I see the importance of giving up the mono trademark, as you said, difficult to defend, etc. But it's a bummer, because it was such an easy name to remember and say. Like java. Xamarin... Not very attractive as a word. Nor very memorable. But ... Que sera

Re: [Mono-list] Autofac 3.0.1 on Mono 3.0.5

2013-03-01 Thread Alan
This should be fixed by updating your mono to 3.0.6 or higher. Thanks, Alan On 27 February 2013 13:34, Erik Schierboom e.schierb...@uci.ru.nl wrote: I have been trying to get Autofac 3.0.1 working on Mono, but have so far been unsuccessful. When I try to run an application that references

Re: [Mono-list] DynamicObject

2013-03-01 Thread Daniel Lo Nigro
Yes, DynamicObject should work under Mono. Try this as a starting point for what you want: public class DynamicObjectTest : DynamicObject { private IListobject _components; public DynamicObjectTest() { Reset(); } private void Reset() { _components = new Listobject(); } public override bool

Re: [Mono-list] Autofac 3.0.1 on Mono 3.0.5

2013-03-01 Thread Rodrigo Kumpera
Are you trying to compile a PCL version of this lib? Mono doesn't support PCL. On Fri, Mar 1, 2013 at 8:25 AM, Alan alan.mcgov...@gmail.com wrote: This should be fixed by updating your mono to 3.0.6 or higher. Thanks, Alan On 27 February 2013 13:34, Erik Schierboom e.schierb...@uci.ru.nl

Re: [Mono-list] Xamarin 2.0 concern

2013-03-01 Thread Jonathan Pryor
On Feb 27, 2013, at 2:09 PM, edward.harvey.mono edward.harvey.m...@clevertrove.com wrote: Still, how to pronounce it? Samarin? Zamarin? Ex-amarin? The X is pronounced as a Z, so more like Zamarin (just like Xylophone). - Jon ___ Mono-list