Re: [Mono-winforms-list] Problems WinForms in Linux

2009-08-03 Thread v567
I have noticed that all WinForm program in Linux work much slowly than in WinXP. Appeared the version mono 2.4.2.3, however problems of the slow work WinForm programs is not decided: https://bugzilla.novell.com/show_bug.cgi?id=498963 I have changed the Test with ZedGraph (testp) to measure time

[Mono-aspnet-list] Not executing shell script from asp.net

2009-08-03 Thread bitforum admin
Hi All, I have a shell script helloworld.sh in /usr/test directory on open suse 11.0 which has the code to create a new blank file foo.txt. Owner of this directory is wwwrun:www and has full permissions on this directory. Tested executing the helloworld.sh file from the terminal by logging as

Re: [Mono-aspnet-list] The imported type 'ASP.default_asp' is defined multiple times

2009-08-03 Thread nzsaint
Robert Jordan wrote: The application must be pre-compiled for the virtual path /. Then you can run it from any virtual path. This limitation will be fixed in the next 2-4-x iteration. So does this mean that the application needs to go in the root directory (/srv/www/htdocs)? This would

Re: [Mono-aspnet-list] The imported type 'ASP.default_asp' is defined multiple times

2009-08-03 Thread Robert Jordan
nzsaint wrote: Robert Jordan wrote: The application must be pre-compiled for the virtual path /. Then you can run it from any virtual path. This limitation will be fixed in the next 2-4-x iteration. So does this mean that the application needs to go in the root directory

Re: [Mono-aspnet-list] Cannot add a System.Web.UI.HtmlControls.HtmlGenericControl

2009-08-03 Thread FcoLomas
Hi! Sorry I don't undestand your answer, you mean that I must report it as a bug or I must search in the Bugzilla DB fot this problem? Gonzalo Paniagua Javier-5 wrote: On Tue, 2009-07-28 at 17:27 -0700, FcoLomas wrote: Hi! I use Mono 2.4 with the lastest release, I updated it today after

Re: [Mono-aspnet-list] Cannot add a System.Web.UI.HtmlControls.HtmlGenericControl

2009-08-03 Thread Stifu
Both wouldn't hurt, but probably the former. FcoLomas wrote: Hi! Sorry I don't undestand your answer, you mean that I must report it as a bug or I must search in the Bugzilla DB fot this problem? Gonzalo Paniagua Javier-5 wrote: On Tue, 2009-07-28 at 17:27 -0700, FcoLomas wrote:

Re: [Mono-aspnet-list] The imported type 'ASP.default_asp' is defined multiple times

2009-08-03 Thread nzsaint
Robert Jordan wrote: As I wrote: *pre-compile* the app for the virtual path /. aspnet_compiler -v / inputdir outputdir I'm sorry I had misunderstood you in your previous post. Following your instructions I successfully precompiled my test application and ran it in my Mono environment. The

Re: [Mono-dev] Compiling Mono v2.4 RC2 (Solaris 10 SPARCv9)

2009-08-03 Thread Lionel Cuir
Hello Timothy, A nice how-to would be 100% welcomed. If you could find the time to write down the info you gather over the net on that subject, I (and surely many others) would really appreciate. Unless such a how-to already exists and I miss it? Best regards, Lionel -Message

[Mono-dev] Building Mono on Solaris 10

2009-08-03 Thread Elamide
I was asked for a HowTo and a new thread seemed best... This has worked for Mono version 2.0.1 with 1 failure during the check phase. Mono versions 2.4.2.2 and 2.4.2.3 both fail to complete the check phase but they install and start my multithreaded application. I have not been to get a clean

[Mono-dev] ConcurrentDictionary.cs breakng the svn trunk

2009-08-03 Thread Tony Alexander Hild
Hi, I can't build from trunk due this exception make[8]: Entering directory `/home/tony/mono/mcs/class/corlib' MCS [net_4_0] mscorlib.dll

Re: [Mono-list] [Mono-dev] Mono 2.4.2.2: too many roots set other errors

2009-08-03 Thread Robert Jordan
Maxim wrote: Hi Zoltan! Thanks for answer! I look at SVN logs and can't find r139249 in branch /source/branches/mono-2-4-2/ between r139258 and r138662. So, could you tell me please, is this bug fixed in Mono 2.4.2.2 or in Mono 2.4.2.3? If only in latest, I'll just upgrade mono.

[Mono-list] Problem with big arrays

2009-08-03 Thread Yury Serdyuk
Hi ! I have successfully configured and built Mono 2.4.2.3 with enabling big arrays. Then I have tried a simple program like using System; public class MemoryTest { public static void Main ( String[] args ) { UInt64 n = (UInt64) ( Math.Pow ( 2, Convert.ToInt32 ( args [ 0 ] ) ) );

Re: [Mono-list] [Mono-dev] Mono 2.4.2.2: too many roots set other errors

2009-08-03 Thread Zoltan Varga
Its fixed in the mono 2.4 branch, its not fixed in 2.4.2 http://lists.ximian.com/pipermail/mono-patches/2009-August/154054.html Zoltan On Mon, Aug 3, 2009 at 12:46 PM, Maxim mak...@yandex.ru wrote: Hi Zoltan! Thanks for answer! I look at SVN logs and can't find r139249 in

Re: [Mono-list] how to run mono on Ubuntu ?

2009-08-03 Thread Stifu
Hello, First, try MoMA (works on Windows) on your app: http://mono-project.com/MoMA That'll give you an idea about whether your app will work with Mono or not. Then, install Mono on Ubuntu if it's not already there (using synaptic or apt-get for example, Google for help). Last time I tried Mono

Re: [Mono-list] Problem with big arrays

2009-08-03 Thread Rodrigo Kumpera
BigArray support is not finished and very experimental. You can contribute into finishing it, thou. On Mon, Aug 3, 2009 at 9:15 AM, Yury Serdyuk y...@serdyuk.botik.ru wrote: Hi ! I have successfully configured and built Mono 2.4.2.3 with enabling big arrays. Then I have tried a simple

[Mono-list] Getting Started With MonoTouch

2009-08-03 Thread Tim Scott
I am a total noob to Mono. I was hoping to give a try to MonoTouch. This tutorial shows how to get started with MonoTouch development: http://www.mono-project.com/MonoTouch_Tutorial_MonoDevelop_HelloWorld It instructs to use MonoDevelop MonoTouch Edition, and it provides a link to the

Re: [Mono-list] Getting Started With MonoTouch

2009-08-03 Thread Geoff Norton
Tim, MonoTouch is not currently available to the public. If you are interested in our private beta please fill out the survey @ http://bit.ly/3MxPlS -g On 3-Aug-09, at 11:19 AM, Tim Scott wrote: I am a total noob to Mono. I was hoping to give a try to MonoTouch. This tutorial shows

Re: [Mono-list] how to run mono on Ubuntu ?

2009-08-03 Thread Diego Frata
Hello Rupak, Just to complement Stifu's reply, a good article on installing Mono 2.4 on Ubuntu can be found here: http://blog.ruski.co.za/page/Install-Mono-on-Ubuntu.aspx Diego Frata diego.fr...@gmail.com On Mon, Aug 3, 2009 at 11:57 AM, Stifu st...@free.fr wrote: Hello, First, try MoMA