[Mono-list] How I can contribute to code

2013-05-28 Thread Alberto León
Hello, I want to study some bug and fix it. I getted from git the source code. But I'm searching in the repository for any *.sln file or similar and I don't find it. I see some csproj files. in /mono/mcs I see the mcs.proj file But MonoDevelop only opens it as XML file Is any tutorial or

Re: [Mono-list] SSL/TLS issue with Disqus.com

2013-05-27 Thread Alberto León
I find similar problem in Mono 3.0.4 in OpenSuse each time I used LinqToTwitter or any library that connects with https But in Debian with Mono 3.0.3 I never found this problem. I suppose is at configuration level, but I don't have idea what is necesary to change 2013/5/27 Daniel Lo Nigro

[Mono-list] An Error in Task Library

2013-05-26 Thread Alberto León
System.InvalidOperationException The task has not finished yet appears each time I use any of the components of System.Threathing.Tasks Yoy can see the code and the stacktrace in stackoverflow. The same code in Windows and .NET 4.5 runs http://stackoverflow.com/q/16763714/690958?sem=2 --

Re: [Mono-aspnet-list] MVC 4 error

2013-05-20 Thread Alberto León
Take an eye for this link http://bloggemdano.blogspot.com.es/2012/11/f-aspnet-mvc-and-monodevelop.html is a mvc 4 site, but with f# you can migrate it to c# 2013/5/18 Marco Ridoni m.rid...@gmail.com I solved this but now I get different errors. Before wasting everybody's time: is there an

Re: [Mono-list] Optimising some large loops using LINQ question

2013-04-24 Thread Alberto León
I suggest to store the result of db.getSubscription().Tasks in an IEnumerableTask or ListTask Is possible that each time you pass for the condition in the loop you called anothertime getSuscription() So you are calling many times a high resources consumption task, that is a database action.

Re: [Mono-list] Mod_Mono in Apache

2013-02-18 Thread Alberto León
In CentOS you must disable SELinux to run mono. If not you will get a lot of errors in Apache. 2013/2/18 demendezr demend...@gmail.com Greetings, I'm running a system in Monodevelop on Centos and everything works great when I run it from Monodevelop with XSP, but when I publish it under

Re: [Mono-list] Installing mono for Linux

2013-02-13 Thread Alberto León
Can you run a console and type mono theNameOfYourApplication.exe ? 2013/2/13 vinny77 vchar...@free.fr Thanks Edward for your reply, please find below my answers : What linux are you running? linux mint 14 x64 MATE What mono did you install? mono-complete and libmono-winforms How did you

Re: [Mono-list] Installing mono for Linux

2013-02-13 Thread Alberto León
I possible your sh file are looking in the incorrect path to localize Mono. Have you any README file? Perhaps you can run sh file with --prefix=/usr/lib/ where is supposed Mono are installed 2013/2/13 vinny77 vchar...@free.fr Thanks albertoleon, I am running Linux so I am not sure what mono

Re: [Mono-aspnet-list] ORM use to manipulate data

2013-02-06 Thread Alberto León
NHibernate is the most mature and robuts that runs in Mono 2013/2/6 morf is...@gecpri.co.cu I'll create a Asp .net mvc project, I only use Mono 2.10 and I need a ORM to manipulate data, What library I use to do this? and How I use it? -- View this message in context:

[Mono-list] Porting MVC4 to Mono 3.0.3

2013-02-05 Thread Alberto León
I'm porting a MVC4 application to Mono 3.0.3 I have two importants questions: 1. System.Data.Entity can't be found 2. I had to remove the attribute targetFramework from compile element and from httpRuntime in Web.Config Where is or how I can get System.Data.Entity? And what happen with

Re: [Mono-list] Porting MVC4 to Mono 3.0.3

2013-02-05 Thread Alberto León
be able to see the ASP.NETversion at the bottom of error pages, it should look like this: Version Information: 3.0.3 (tarball Monday 28 January 18:14:39 EST 2013); *ASP.NET Version: 4.0.30319.17020* On Tue, Feb 5, 2013 at 7:34 PM, Alberto León leontis...@gmail.com wrote: I'm porting a MVC4

[Mono-list] Why Gnome prefer JavaScript?

2013-02-05 Thread Alberto León
I'm quite angry with Gnome decission. Mono have been attacked from Linux because the proximity with Microsoft for C# and etc. But as we saw this years, Microsoft didn't have denounced Mono for patents or similar, instead of this, Microsoft released MVC4 and other technologies with Apache 2

Re: [Mono-list] GNOME_PREFIX

2013-01-23 Thread Alberto León
++ gnome libraries and icons and other things On 22/01/2013 21:53, Alberto León wrote: Normally for a parallel environment the tutorials advice to set $GNOME_PREFIX=/opt/gnome- After some installations of Mono parallel environment never I installed any library in /opt/gnome-

[Mono-list] A script for downloading, compile and prepare a parallel environmnent

2013-01-23 Thread Alberto León
Hello, Few hours ago I push to git a modification of the original script of Nathan Bridgewater This script do this: 1. Ask you for the version of mono you want to install 2. Sets the MONO_PREFIX to /opt/mono-version_you_given 3. Install throught apt-get the packages of your distro needed to

[Mono-list] GNOME_PREFIX

2013-01-22 Thread Alberto León
Normally for a parallel environment the tutorials advice to set $GNOME_PREFIX=/opt/gnome- After some installations of Mono parallel environment never I installed any library in /opt/gnome- An if I remove it from the bash file to load the parallel environment All runs ok. Is necesary

[Mono-list] Monodevelop Build fails where Add Reference to Project

2013-01-18 Thread Alberto León
I tried compile projects separately, and all builds without problems. But when I reference a project, and do build, MonoDevelop shows an error 'OutputPath' property is not set for this project I'm on Linux Mint Maya The problem appears with official packages of Mono and Monodevelop, and in a

Re: [Mono-list] Mono server on Redhat Kinux 6.6

2013-01-15 Thread Alberto León
Yest it is, but take care with SELinux, because blocks rules in iptables and you'll get odd behaviours and a lot of apache errors. If you can, I advice you to disable it. 2013/1/12 Subhanjan Nath subhan...@riddhi.org Is Mono server compatible in Red-hat Linux 6.6 ? -- View this message

Re: [Mono-list] Planning a simple blog engine for Mono

2013-01-09 Thread Alberto León
/FunnelWeb.Web On Wed, Jan 9, 2013 at 1:36 AM, Alberto León leontis...@gmail.com wrote: Finnaly, FunnelWeb isn't ASP.NET MVC I want to do a Blog Engine, with the pattern of MVC and fully soported for develop and publish in Mono. But I'm sure I can learn and implement code from all this open source

Re: [Mono-list] Planning a simple blog engine for Mono

2013-01-08 Thread Alberto León
instead of starting a brand new one. I only wrote my own because it helped me learn ASP.NET MVC better, and of course I like running my own code and knowing how it all works. :) On Mon, Jan 7, 2013 at 10:52 PM, Alberto León leontis...@gmail.comwrote: Ok, I will take a look of your personal blog

[Mono-list] Planning a simple blog engine for Mono

2013-01-07 Thread Alberto León
, Alberto León -- http://stackoverflow.com/users/690958/alberto-leon ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Planning a simple blog engine for Mono

2013-01-07 Thread Alberto León
| Jeffrey Zhao Blog: http://blog.zhaojie.me/ GitHub: http://github.com/JeffreyZhao/ *From:* Alberto León leontis...@gmail.com *Sent:* Monday, January 07, 2013 6:28 PM *To:* mono-list@lists.ximian.com *Subject:* [Mono-list] Planning a simple blog engine for Mono Hello, I have studied

Re: [Mono-list] Planning a simple blog engine for Mono

2013-01-07 Thread Alberto León
=enfromgroups=#!topic/funnelweblog/0PLPL2czWeE On Mon, Jan 7, 2013 at 9:28 PM, Alberto León leontis...@gmail.com wrote: Hello, I have studied a variety .Net blog engines and frameworks. For a MVC aproach, I can't find anything that can be deployed easy in MonoDevelop or running without a big

Re: [Mono-list] Mono and Enterprise Library 4.1 in Centos 6, help!!

2013-01-04 Thread Alberto León
Please, see the code of Mojo Portal, I Know is the unique web site that works in Mono, and it is using Enterprise Library As I remember, at least the EL5 has a lot of dependencies with SQLServer dlls and is dificoult to be portable. the Wmi is an installer format of windows, so I think

Re: [Mono-list] Cross-platform user settings files

2012-12-28 Thread Alberto León
In windows you will have problems if the application is executed by a user and the file is trying to save to a directory without permissions. Take care with the user that is executing MonoDevelop or the app that should save the file. 2012/12/28 Hristo Pavlov hristo_dpav...@yahoo.com Hello,

Re: [Mono-list] How to verify C# Mono assembly references

2012-12-11 Thread Alberto León
You can check the compatibility with Moma http://www.mono-project.com/MoMA 2012/12/11 Michael Powell mwpowell...@gmail.com Hello, I'd like to verify how portable a C# Windows application is into a Linux environment. I seem to recall there's a Mono utility that can do this automatically,

[Mono-list] How to get mono 3.0 sources to compile in Linux

2012-11-04 Thread Alberto León
I didn't found it in Mono Project, how I can get mono 3.0 for Linux -- http://stackoverflow.com/users/690958/alberto-leon ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-aspnet-list] mono mvc3 problem

2012-10-24 Thread Alberto León
Seems apache can't access to root or index in an MVC3 application [Wed Oct 17 23:26:57 2012] [error] [client 85.55.45.215] (13)Permission denied: access to / denied [Wed Oct 17 23:26:58 2012] [error] [client 85.55.45.215] (13)Permission denied: access to / denied [Wed Oct 17 23:26:58 2012]

Re: [Mono-aspnet-list] mono mvc3 problem

2012-10-24 Thread Alberto León
, Oct 24, 2012 at 11:45 PM, Alberto León leontis...@gmail.comwrote: Seems apache can't access to root or index in an MVC3 application [Wed Oct 17 23:26:57 2012] [error] [client 85.55.45.215] (13)Permission denied: access to / denied [Wed Oct 17 23:26:58 2012] [error] [client 85.55.45.215] (13

Re: [Mono-aspnet-list] ASP.NET Localization problem

2012-10-23 Thread Alberto León
You should set it in web.config of your site globalization uiCulture=it culture=it-IT / 2012/10/23 badstorm badst...@gmail.com Hi, I built an ASP.NET application on my workstation (MacOsX+MonoDevelop 3) and in a page I have this line of code: day_label.Text = DateTime.Now.ToString(

[Mono-list] License of Beagle Sources

2012-06-05 Thread Alberto León
I downloaded from http://ftp.gnome.org/mirror/gnome.org/sources/beagle/0.3/ The Beagle sources. I'm planning a software integrated with LUCENE.NET, I need some things like Beagle Filters FilterOpenOffice.cs I see this license: // // FilterOpenOffice.cs // // Copyright (C) 2004 Novell,

[Mono-list] bool Type.op_Inequality (Type, Type) Implement it properly once 4.0 impl details are known.

2012-05-23 Thread Alberto León
This is the only alert that MoMa reported after examine LUCENE.NET bool Type.op_Inequality (Type, Type) Implement it properly once 4.0 impl details are known. Can I use LUCENE.NET without lossing functionality? ___ Mono-list maillist -

Re: [Mono-aspnet-list] Problems writing a single new line. ASP.NET Ubuntu 11.04

2011-10-10 Thread Alberto León
Sorry I only read the mail not forum. Ir your case I advice you Store the string data in StringBuilder. StringBuilder has is own implementation in Linux, so, StringBuilder.AppendLine uses the New Line mark of SO is running the app. At Finish you should Write the StringBuilder data passing it to

Re: [Mono-aspnet-list] calling Response.Write() from a nested type

2011-08-10 Thread Alberto León
Sure you want to do this? Are you thinking to use user controls? The same page call Renders the users controls and you do not need to call response.write for any nested type... I think you are wrong! 2011/8/10 mostafaxx mostafa_alshr...@yahoo.com hello every one,, I’m trying to call

Re: [Mono-aspnet-list] Globalization still not working in Mono 2.10

2011-04-29 Thread Alberto León
The problem is bigger with dynamic pages. You need ensure the transaction encode to be the same as the page and the data store in database too. 2011/4/29 Robert Jordan robe...@gmx.net On 28.04.2011 22:00, H . wrote: I am experimenting with Mono since Version 2.0. Ever since that time Mono

Re: [Mono-aspnet-list] Mono - Apache - Windows Source code showing

2010-06-17 Thread Alberto León
You need to add file filters to an appache configuration file and tell it that for aspx, ascx, etc may be handled by Mono Handler. 2010/6/17 dhav79 dpar...@aaski.com: Hey All, Im running apache on a windows platform with mono.  The problem I'm having is that when I got to my localhost my

Re: [Mono-aspnet-list] Mono - Apache - Windows Source code showing

2010-06-17 Thread Alberto León
You need to put in file the mono installation directory. 2010/6/17 dhav79 dpar...@aaski.com: Ive added this line of code:    # Mono    AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx with no luck, am i doing something wrong? -- View this message in context: